Searched refs:web_contents (Results 101 - 125 of 1244) sorted by relevance

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_javascript_dialog_manager.h19 content::WebContents* web_contents,
28 content::WebContents* web_contents,
33 content::WebContents* web_contents) OVERRIDE;
35 content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/athena/content/public/
H A Dweb_contents_view_delegate_creator.h18 content::WebContents* web_contents);
H A Ddialogs.h24 content::WebContents* web_contents,
29 void OpenFileChooser(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/download/
H A Ddownload_started_animation.h16 static void Show(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_host_delegate.h19 virtual void OnExtensionHostCreated(content::WebContents* web_contents)
25 virtual void CreateTab(content::WebContents* web_contents,
31 content::WebContents* web_contents,
35 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/android/tab_contents/
H A Dchrome_web_contents_view_delegate_android.cc10 #include "content/public/browser/web_contents.h"
15 content::WebContents* web_contents)
16 : web_contents_(web_contents) {
54 content::WebContents* web_contents) {
55 return new ChromeWebContentsViewDelegateAndroid(web_contents);
14 ChromeWebContentsViewDelegateAndroid( content::WebContents* web_contents) argument
53 CreateWebContentsViewDelegate( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/apps/
H A Ddirectory_access_confirmation_dialog.h17 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper_delegate.h19 virtual void URLStarredChanged(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dchrome_web_contents_view_delegate.h16 content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/
H A Dweb_contents_sizer.h18 void ResizeWebContents(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_ui_browsertest.cc15 #include "content/public/browser/web_contents.h"
38 content::WebContents* web_contents = local
41 base::string16 title = web_contents->GetTitle();
47 web_contents,
55 web_contents,
/external/chromium_org/chrome/test/remoting/
H A Dqunit_browser_test_runner.h21 void QUnitStart(content::WebContents* web_contents);
/external/chromium_org/components/password_manager/content/browser/
H A Dcontent_password_manager_driver.cc16 #include "content/public/browser/web_contents.h"
24 content::WebContents* web_contents,
27 : WebContentsObserver(web_contents),
31 DCHECK(web_contents);
38 DCHECK(web_contents());
39 web_contents()->GetRenderViewHost()->Send(new AutofillMsg_FillPasswordForm(
40 web_contents()->GetRenderViewHost()->GetRoutingID(), form_data));
45 content::RenderViewHost* host = web_contents()->GetRenderViewHost();
51 content::RenderViewHost* host = web_contents()->GetRenderViewHost();
59 content::RenderViewHost* host = web_contents()
23 ContentPasswordManagerDriver( content::WebContents* web_contents, PasswordManagerClient* client, autofill::AutofillClient* autofill_client) argument
[all...]
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_browsertest.cc10 #include "content/browser/web_contents/web_contents_impl.h"
50 WebContents* web_contents = shell()->web_contents(); local
51 base::KillProcess(web_contents->GetRenderProcessHost()->GetHandle(),
54 web_contents->GetController().Reload(true);
H A Dsecurity_exploit_browsertest.cc12 #include "content/browser/web_contents/web_contents_impl.h"
46 shell->web_contents(), "window.open(document.URL + '#2');"));
50 EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
51 shell2->web_contents()->GetRenderViewHost()->GetProcess()->GetID());
53 shell2->web_contents()->GetRenderViewHost()->GetRoutingID();
55 shell->web_contents()->GetRenderViewHost()->GetRoutingID());
59 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell->web_contents());
71 EXPECT_NE(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
107 shell()->web_contents()->GetRenderViewHost()->GetEnabledBindings());
110 shell()->web_contents(),
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_manager.h24 WebContents* web_contents,
34 WebContents* web_contents,
40 WebContents* web_contents) OVERRIDE;
42 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
/external/chromium_org/content/test/
H A Dwebui_resource_browsertest.cc9 #include "content/public/browser/web_contents.h"
30 content::WebContents* web_contents = shell()->web_contents(); local
31 ASSERT_TRUE(web_contents);
32 EXPECT_TRUE(ExecuteWebUIResourceTest(web_contents, include_libraries_));
/external/chromium_org/extensions/browser/
H A Dextension_host_delegate.h33 // Called after the hosting |web_contents| for an extension is created. The
34 // implementation may wish to add preference observers to |web_contents|.
35 virtual void OnExtensionHostCreated(content::WebContents* web_contents) = 0;
44 // Creates a new tab or popup window with |web_contents|. The embedder may
46 virtual void CreateTab(content::WebContents* web_contents,
55 content::WebContents* web_contents,
63 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
/external/chromium_org/extensions/shell/browser/
H A Dshell_extension_host_delegate.h21 content::WebContents* web_contents) OVERRIDE;
26 virtual void CreateTab(content::WebContents* web_contents,
32 content::WebContents* web_contents,
36 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model_unittest.cc59 TabSpecificContentSettings::CreateForWebContents(web_contents());
61 TabSpecificContentSettings::FromWebContents(web_contents());
70 content_setting_image_model->UpdateFromWebContents(web_contents());
78 TabSpecificContentSettings::CreateForWebContents(web_contents());
82 content_setting_image_model->UpdateFromWebContents(web_contents());
86 TabSpecificContentSettings::FromWebContents(web_contents());
90 content_setting_image_model->UpdateFromWebContents(web_contents());
95 TabSpecificContentSettings::CreateForWebContents(web_contents());
97 TabSpecificContentSettings::FromWebContents(web_contents());
113 content_setting_image_model->UpdateFromWebContents(web_contents());
[all...]
/external/chromium_org/content/public/test/
H A Dcontent_browser_test_utils.cc11 #include "content/browser/web_contents/web_contents_impl.h"
14 #include "content/public/browser/web_contents.h"
39 WaitForLoadStop(window->web_contents());
40 TestNavigationObserver same_tab_observer(window->web_contents(),
49 WaitForLoadStop(window->web_contents());
50 TestNavigationObserver same_tab_observer(window->web_contents(),
59 WaitForLoadStop(window->web_contents());
60 TestNavigationObserver same_tab_observer(window->web_contents(), 1);
107 explicit RenderViewCreatedObserver(WebContents* web_contents) argument
108 : WebContentsObserver(web_contents),
133 WebContentsCreated(WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_settings_helper.h22 static bool IsAllowed(content::WebContents* web_contents,
27 static void Block(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dcontext_menu_content_type_factory.h19 content::WebContents* web_contents,
32 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/task_manager/
H A Dbackground_information.h21 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
24 content::WebContents* web_contents) OVERRIDE;
H A Dextension_information.h24 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
27 content::WebContents* web_contents) OVERRIDE;

Completed in 403 milliseconds

1234567891011>>