GetContents        53 android_webview/browser/aw_contents_client_bridge_base.cc   return UserData::GetContents(web_contents);
GetContents        65 android_webview/browser/aw_contents_client_bridge_base.cc   return UserData::GetContents(web_contents);
GetContents       172 android_webview/native/aw_contents.cc   return AwContentsUserData::GetContents(web_contents);
GetContents        19 chrome/browser/prefs/pref_hash_store_impl.cc   const base::DictionaryValue* store_contents = contents.GetContents();
GetContents       114 chrome/browser/prefs/pref_hash_store_impl.cc     const base::DictionaryValue* hashes_dict = outer_->contents_->GetContents();
GetContents       139 chrome/browser/prefs/pref_hash_store_impl.cc   const base::DictionaryValue* hashed_prefs = outer_->contents_->GetContents();
GetContents       283 chrome/browser/prefs/pref_hash_store_impl.cc   const base::DictionaryValue* hashed_prefs = outer_->contents_->GetContents();
GetContents        35 chrome/browser/prefs/profile_pref_store_manager.cc       dictionary_.reset(to_copy.GetContents()->DeepCopy());
GetContents        57 chrome/browser/prefs/tracked/hash_store_contents.h   virtual const base::DictionaryValue* GetContents() const = 0;
GetContents        54 chrome/browser/prefs/tracked/pref_service_hash_store_contents.h   virtual const base::DictionaryValue* GetContents() const OVERRIDE;
GetContents       102 chrome/browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc     ASSERT_EQ(NULL, contents.GetContents());
GetContents       104 chrome/browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc     ASSERT_FALSE(contents.GetContents() == NULL);
GetContents       106 chrome/browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc     ASSERT_TRUE(contents.GetContents()->GetString("foo", &actual_value));
GetContents       110 chrome/browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc     ASSERT_EQ(NULL, other_contents.GetContents());
GetContents       114 chrome/browser/prefs/tracked/pref_service_hash_store_contents_unittest.cc     ASSERT_FALSE(contents.GetContents() == NULL);
GetContents        44 components/nacl/browser/nacl_validation_cache.h   std::vector<std::string> GetContents() const {
GetContents        36 components/nacl/browser/nacl_validation_cache_unittest.cc     return a.GetContents() == b.GetContents();
GetContents       158 ui/views/controls/menu/menu_scroll_view_container.cc     View* child = GetContents();
GetContents       247 ui/views/controls/menu/menu_scroll_view_container.cc   gfx::Size prefsize = scroll_view_->GetContents()->GetPreferredSize();
GetContents       267 ui/views/controls/menu/menu_scroll_view_container.cc   gfx::Size content_pref = scroll_view_->GetContents()->GetPreferredSize();