Searched refs:contents (Results 276 - 300 of 1260) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter.h55 void FormatAccessibilityTree(base::string16* contents);
103 base::string16* contents,
108 base::string16* contents,
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc58 BlockContents contents;
61 s = ReadBlock(file, ReadOptions(), footer.index_handle(), &contents);
63 index_block = new Block(contents);
95 BlockContents contents; local
96 if (!ReadBlock(rep_->file, opt, footer.metaindex_handle(), &contents).ok()) {
100 Block* meta = new Block(contents);
153 // into an iterator over the contents of the corresponding block.
169 BlockContents contents; local
179 s = ReadBlock(table->rep_->file, options, handle, &contents);
181 block = new Block(contents);
[all...]
/external/chromium_org/android_webview/browser/
H A Djni_dependency_factory.h34 CreateExternalVideoSurfaceContainer(content::WebContents* contents) = 0;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewFindApisTestBase.java34 protected AwContents contents() { method in class:WebViewFindApisTestBase
55 final AwContents contents =
58 loadDataSync(contents, contentsClient.getOnPageFinishedHelper(),
60 return contents;
/external/chromium_org/chrome/browser/autocomplete/
H A Dzero_suggest_provider_unittest.cc175 EXPECT_EQ(base::ASCIIToUTF16("search1"), provider_->matches()[1].contents);
176 EXPECT_EQ(base::ASCIIToUTF16("search2"), provider_->matches()[2].contents);
177 EXPECT_EQ(base::ASCIIToUTF16("search3"), provider_->matches()[3].contents);
192 EXPECT_EQ(base::ASCIIToUTF16("search1"), provider_->matches()[1].contents);
193 EXPECT_EQ(base::ASCIIToUTF16("search2"), provider_->matches()[2].contents);
194 EXPECT_EQ(base::ASCIIToUTF16("search3"), provider_->matches()[3].contents);
222 EXPECT_EQ(base::ASCIIToUTF16("search1"), provider_->matches()[1].contents);
223 EXPECT_EQ(base::ASCIIToUTF16("search2"), provider_->matches()[2].contents);
224 EXPECT_EQ(base::ASCIIToUTF16("search3"), provider_->matches()[3].contents);
/external/chromium_org/chrome/browser/search/
H A Dsearch.h109 // extraction is disabled for this WebContents or profile, or if |contents|
111 base::string16 GetSearchTerms(const content::WebContents* contents);
116 // Returns true if |contents| is rendered inside the Instant process for
118 bool IsRenderedInInstantProcess(const content::WebContents* contents,
128 // Returns true if the visible entry of |contents| is a New Tab Page rendered
132 bool IsInstantNTP(const content::WebContents* contents);
136 bool NavEntryIsInstantNTP(const content::WebContents* contents,
/external/chromium_org/chrome/browser/
H A Dsite_details.h37 static void CollectSiteInfo(content::WebContents* contents,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index_unittest.cc28 scoped_ptr<DatabaseContents> contents(new DatabaseContents);
55 contents->file_metadata.push_back(sync_root_metadata.release());
56 contents->file_trackers.push_back(sync_root_tracker.release());
57 contents->file_metadata.push_back(app_root_metadata.release());
58 contents->file_trackers.push_back(app_root_tracker.release());
59 contents->file_metadata.push_back(file_metadata.release());
60 contents->file_trackers.push_back(file_tracker.release());
61 contents->file_trackers.push_back(placeholder_tracker.release());
62 return contents.Pass();
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.h28 virtual void DragInitialize(content::WebContents* contents) OVERRIDE;
38 // Weak reference; may be NULL if the contents don't have a
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller.h37 content::WebContents* contents,
H A Dtest_generated_credit_card_bubble_controller.h20 content::WebContents* contents);
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dtab_contents_controller.h47 // Create the contents of a tab represented by |contents|.
48 - (id)initWithContents:(content::WebContents*)contents;
60 // Call to change the underlying web contents object. View is not changed,
65 // Called when the tab contents is the currently selected tab and is about to be
69 // Called when the tab contents is about to be put into the view hierarchy as
74 // Called when the tab contents is updated in some non-descript way (the
76 // an entirely new tab contents object.
H A Dweb_drag_bookmark_handler_mac.h26 virtual void DragInitialize(content::WebContents* contents) OVERRIDE;
34 // Weak reference; may be NULL if the contents don't have a
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_controller.h64 void TabDeactivated(content::WebContents* contents);
79 // instant support change event for the active web contents.
118 const content::WebContents* contents,
121 const content::WebContents* contents,
124 // Helper function to navigate the given contents to the local fallback
126 void RedirectToLocalNTP(content::WebContents* contents);
/external/chromium_org/chrome/browser/ui/
H A Dsingleton_tabs.cc48 content::WebContents* contents = local
50 if (contents) {
51 const GURL& contents_url = contents->GetURL();
52 if ((contents_url == GURL(kChromeUINewTabURL) || IsInstantNTP(contents) ||
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host_aura.cc17 const WebContents* contents,
16 GetKeyboardEvent( const WebContents* contents, const ui::KeyEvent& key_event) argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.h29 void UpdateVisibility(content::WebContents* contents);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc111 content::WebContents* contents = NULL; local
114 contents = handler_->web_ui()->GetWebContents();
199 contents,
269 content::WebContents* contents = web_ui()->GetWebContents(); local
270 const GURL& current_url = contents->GetURL();
274 contents->SetDelegate(this);
276 content::WebContentsObserver::Observe(contents);
284 content::WebContents* contents = web_ui()->GetWebContents(); local
285 const GURL& current_url = contents->GetURL();
362 contents, can_offer_fo
414 content::WebContents* contents = web_ui()->GetWebContents(); local
[all...]
H A Dinline_login_ui_browsertest.cc60 content::WebContents* contents = local
62 content::RenderProcessHost* process = contents->GetRenderProcessHost();
254 content::WebContents* contents = local
256 EXPECT_EQ(url, contents->GetVisibleURL());
258 content::NavigationController& controller = contents->GetController();
277 content::WebContents* contents = local
280 contents, "window.location.href = 'chrome://foo'"));
282 content::TestNavigationObserver navigation_observer(contents, 1);
285 EXPECT_EQ(GURL("about:blank"), contents->GetVisibleURL());
/external/chromium_org/components/translate/content/common/
H A Dtranslate_messages.h25 IPC_STRUCT_TRAITS_MEMBER(contents)
32 // Tells the renderer to translate the page contents from one language to
43 // contents.
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util.h14 // Determines content page language from Content-Language code and contents.
17 const base::string16& contents,
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_flash_file.idl43 * points to a directory, deletes all the contents of the directory. The
69 * of failure. If non-NULL, the returned contents should be freed with
75 [out] PP_DirContents_Dev contents);
80 [in] PP_DirContents_Dev contents);
/external/chromium_org/ppapi/c/documentation/
H A Ddoxy_cleanup.py75 table_index = table_parent.contents.index(table)
78 tag_index = table.contents.index(tag)
79 for index, row in enumerate(table.contents[tag_index:]):
85 table_index = table_parent.contents.index(table)
/external/chromium_org/ppapi/cpp/documentation/
H A Ddoxy_cleanup.py74 table_index = table_parent.contents.index(table)
77 tag_index = table.contents.index(tag)
78 for index, row in enumerate(table.contents[tag_index:]):
84 table_index = table_parent.contents.index(table)
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_file_modulelocal_thunk.cc67 PP_DirContents_Dev** contents) {
71 return enter.functions()->GetDirContents(instance, path, contents);
75 PP_DirContents_Dev* contents) {
78 enter.functions()->FreeDirContents(instance, contents);
65 GetDirContents(PP_Instance instance, const char* path, PP_DirContents_Dev** contents) argument
74 FreeDirContents(PP_Instance instance, PP_DirContents_Dev* contents) argument

Completed in 453 milliseconds

<<11121314151617181920>>