HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 451 - 475 of 1633) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/
tab_modal_confirm_dialog_views.h 16 class WebContents;
34 content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.h 27 class WebContents;
62 // Converts information related to each WebContents, which represents contents
66 const std::set<content::WebContents*>& web_contents,
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.h 18 class WebContents;
43 explicit ZoomController(content::WebContents* web_contents);
  /external/chromium_org/chrome/test/base/
find_in_page_observer.cc 14 content::WebContents* parent_tab)
24 content::Source<content::WebContents>(parent_tab));
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.h 17 class WebContents;
33 content::WebContents* /* source */,
  /external/chromium_org/content/browser/android/
content_settings.cc 19 WebContents* contents)
50 WebContents* web_contents =
  /external/chromium_org/content/browser/download/
drag_download_file.h 25 class WebContents;
42 WebContents* web_contents);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
WebContentsImpl.java 5 package org.chromium.content.browser.webcontents;
10 import org.chromium.content_public.browser.WebContents;
19 /* package */ class WebContentsImpl implements WebContents {
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.h 32 class WebContents;
52 // Must be called once per WebContents instance. Will create the compositor
54 static void SetClientForWebContents(WebContents* contents,
  /external/chromium_org/content/public/browser/
page_navigator.h 25 class WebContents;
96 // Returns the WebContents the URL is opened in, or NULL if the URL wasn't
98 virtual WebContents* OpenURL(const OpenURLParams& params) = 0;
  /external/chromium_org/content/public/test/
javascript_test_observer.h 19 class WebContents;
62 JavascriptTestObserver(WebContents* web_contents,
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.cc 38 virtual content::WebContents* OpenURLFromTab(
39 content::WebContents* source,
48 const content::WebContents* source) const OVERRIDE {
52 virtual void MoveContents(content::WebContents* source,
67 virtual void RequestMediaAccessPermission(content::WebContents* web_contents,
118 keyboard_contents_.reset(content::WebContents::Create(
119 content::WebContents::CreateParams(context,
176 void KeyboardControllerProxy::SetupWebContents(content::WebContents* contents) {
  /external/chromium_org/ui/web_dialogs/test/
test_web_dialog_delegate.cc 9 using content::WebContents;
50 void TestWebDialogDelegate::OnCloseContents(WebContents* source,
  /external/chromium_org/content/shell/browser/
shell.cc 43 DevToolsWebContentsObserver(Shell* shell, WebContents* web_contents)
59 Shell::Shell(WebContents* web_contents)
95 Shell* Shell::CreateShell(WebContents* web_contents,
158 WebContents::CreateParams create_params(browser_context, site_instance);
161 WebContents* web_contents = WebContents::Create(create_params);
193 void Shell::AddNewContents(WebContents* source,
194 WebContents* new_contents,
257 WebContents* Shell::OpenURLFromTab(WebContents* source
    [all...]
  /external/chromium_org/apps/ui/
web_contents_sizer.cc 17 void ResizeWebContents(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 14 const char kWebContentsDestroyedError[] = "WebContents is destroyed.";
22 content::WebContents* web_contents,
41 content::WebContents* web_contents,
86 content::WebContents* AppInstaller::GetWebContents() const {
107 content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.h 86 virtual void TabChangedAt(content::WebContents* contents,
91 content::WebContents* contents,
102 content::WebContents* web_contents);
106 content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/extensions/
web_contents_browsertest.cc 13 IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, WebContents) {
  /external/chromium_org/chrome/browser/net/
predictor_tab_helper.h 30 explicit PredictorTabHelper(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/
repost_form_warning_controller.h 18 explicit RepostFormWarningController(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.h 27 class WebContents;
136 virtual void CreateHistoricalTab(content::WebContents* contents,
159 // the WebContents of the restored tab(s).
160 virtual std::vector<content::WebContents*> RestoreMostRecentEntry(
174 // Returns the WebContents of the restored tab(s).
175 virtual std::vector<content::WebContents*> RestoreEntryById(
  /external/chromium_org/chrome/browser/thumbnails/
thumbnailing_context.cc 11 ThumbnailingContext::ThumbnailingContext(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 89 std::vector<content::WebContents*> content =
105 content::WebContents* content = GetLRUApplication();
126 std::vector<content::WebContents*> content =
145 std::vector<content::WebContents*> content_list = GetRunningApplications();
148 content::WebContents* web_contents = content_list[i];
158 std::vector<content::WebContents*>
160 std::vector<content::WebContents*> items;
186 content::WebContents* web_contents = tab_strip->GetWebContentsAt(index);
229 content::WebContents* AppShortcutLauncherItemController::GetLRUApplication() {
257 content::WebContents* web_contents = tab_strip->GetWebContentsAt
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.cc 15 content::WebContents* contents,
test_generated_credit_card_bubble_controller.h 20 content::WebContents* contents);

Completed in 1497 milliseconds

<<11121314151617181920>>