Searched refs:GetContents (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc24 static AwContentsClientBridgeBase* GetContents( function in class:android_webview::__anon1781::UserData
58 return UserData::GetContents(web_contents);
70 return UserData::GetContents(web_contents);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dhash_store_contents.h50 virtual const base::DictionaryValue* GetContents() const = 0;
H A Dpref_service_hash_store_contents_unittest.cc94 ASSERT_EQ(NULL, contents.GetContents());
96 ASSERT_FALSE(contents.GetContents() == NULL);
98 ASSERT_TRUE(contents.GetContents()->GetString("foo", &actual_value));
102 ASSERT_EQ(NULL, other_contents.GetContents());
106 ASSERT_FALSE(contents.GetContents() == NULL);
H A Ddictionary_hash_store_contents.h37 virtual const base::DictionaryValue* GetContents() const OVERRIDE;
H A Dpref_service_hash_store_contents.h60 virtual const base::DictionaryValue* GetContents() const OVERRIDE;
H A Ddictionary_hash_store_contents.cc79 const base::DictionaryValue* DictionaryHashStoreContents::GetContents() const { function in class:DictionaryHashStoreContents
H A Dpref_service_hash_store_contents.cc115 const base::DictionaryValue* PrefServiceHashStoreContents::GetContents() const { function in class:PrefServiceHashStoreContents
H A Dtracked_preferences_migration.cc146 DictionaryHashStoreContents(old_store).GetContents();
148 legacy_hash_store->GetContents();
H A Dtracked_preferences_migration_unittest.cc258 DictionaryHashStoreContents(store).GetContents();
268 PrefServiceHashStoreContents(kHashStoreId, &local_state_).GetContents();
/external/chromium_org/components/nacl/browser/
H A Dnacl_validation_cache.h44 std::vector<std::string> GetContents() const { function in class:nacl::NaClValidationCache
H A Dnacl_validation_cache_unittest.cc36 return a.GetContents() == b.GetContents();
/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_store_impl.cc99 const base::DictionaryValue* store_contents = contents()->GetContents();
117 const base::DictionaryValue* hashes_dict = contents()->GetContents();
127 const base::DictionaryValue* hashes_dict = contents()->GetContents();
261 const base::DictionaryValue* hashes_dict = contents()->GetContents();
279 const base::DictionaryValue* hashes_dict = contents()->GetContents();
H A Dpref_hash_store_impl_unittest.cc125 ASSERT_TRUE(CreateHashStoreContents()->GetContents()->Get("path1", &hash));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc158 View* child = GetContents();
165 View* GetContents() { function in class:views::MenuScrollViewContainer::MenuScrollView
247 gfx::Size prefsize = scroll_view_->GetContents()->GetPreferredSize();
267 gfx::Size content_pref = scroll_view_->GetContents()->GetPreferredSize();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h99 CFX_WideString GetContents() const;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Note.h71 virtual CFX_WideString GetContents() const = 0;
233 virtual CFX_WideString GetContents() const;
/external/chromium_org/android_webview/native/
H A Daw_contents.cc114 static AwContents* GetContents(WebContents* web_contents) { function in class:android_webview::__anon1809::AwContentsUserData
140 return AwContentsUserData::GetContents(web_contents);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp936 CFX_WideString CPWL_NoteItem::GetContents() const function in class:CPWL_NoteItem

Completed in 2864 milliseconds