HomeSort by relevance Sort by last modified time
    Searched refs:GetContents (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/prefs/tracked/
hash_store_contents.h 50 virtual const base::DictionaryValue* GetContents() const = 0;
dictionary_hash_store_contents.h 37 virtual const base::DictionaryValue* GetContents() const OVERRIDE;
pref_service_hash_store_contents.h 60 virtual const base::DictionaryValue* GetContents() const OVERRIDE;
pref_service_hash_store_contents_unittest.cc 94 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);
dictionary_hash_store_contents.cc 79 const base::DictionaryValue* DictionaryHashStoreContents::GetContents() const {
pref_service_hash_store_contents.cc 115 const base::DictionaryValue* PrefServiceHashStoreContents::GetContents() const {
tracked_preferences_migration.cc 146 DictionaryHashStoreContents(old_store).GetContents();
148 legacy_hash_store->GetContents();
tracked_preferences_migration_unittest.cc 258 DictionaryHashStoreContents(store).GetContents();
268 PrefServiceHashStoreContents(kHashStoreId, &local_state_).GetContents();
    [all...]
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 24 static AwContentsClientBridgeBase* GetContents(
58 return UserData::GetContents(web_contents);
70 return UserData::GetContents(web_contents);
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.h 44 std::vector<std::string> GetContents() const {
nacl_validation_cache_unittest.cc 36 return a.GetContents() == b.GetContents();
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.cc 99 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();
pref_hash_store_impl_unittest.cc 125 ASSERT_TRUE(CreateHashStoreContents()->GetContents()->Get("path1", &hash));
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 158 View* child = GetContents();
165 View* GetContents() {
247 gfx::Size prefsize = scroll_view_->GetContents()->GetPreferredSize();
267 gfx::Size content_pref = scroll_view_->GetContents()->GetPreferredSize();
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 99 CFX_WideString GetContents() const;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 71 virtual CFX_WideString GetContents() const = 0;
233 virtual CFX_WideString GetContents() const;
  /external/chromium_org/android_webview/native/
aw_contents.cc 114 static AwContents* GetContents(WebContents* web_contents) {
140 return AwContentsUserData::GetContents(web_contents);
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 936 CFX_WideString CPWL_NoteItem::GetContents() const
    [all...]

Completed in 213 milliseconds