Searched defs:web_contents (Results 51 - 75 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/chromecast/shell/browser/test/
H A Dchromecast_browser_test.h43 content::WebContents* web_contents() const { return web_contents_.get(); } function in class:chromecast::shell::ChromecastBrowserTest
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager_delegate.cc12 content::WebContents* web_contents, bool blocked) {
21 content::WebContents* web_contents) {
11 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
20 IsWebContentsVisible( content::WebContents* web_contents) argument
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_mode_browsertest.cc9 #include "content/browser/web_contents/web_contents_impl.h"
13 #include "content/public/browser/web_contents.h"
28 WebContentsImpl* web_contents() { function in class:content::AccessibilityModeTest
29 return static_cast<WebContentsImpl*>(shell()->web_contents());
37 web_contents()->GetRootBrowserAccessibilityManager()) << message;
41 web_contents()->GetRootBrowserAccessibilityManager()) << message;
69 web_contents()->GetAccessibilityMode());
77 web_contents()->GetAccessibilityMode());
80 web_contents()->AddAccessibilityMode(AccessibilityModeComplete);
81 EXPECT_EQ(AccessibilityModeComplete, web_contents()
[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);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.h32 explicit WebContentsAndroid(WebContents* web_contents);
35 WebContents* web_contents() const { return web_contents_; } function in class:content::WebContentsAndroid
/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc12 #include "content/public/browser/web_contents.h"
38 WebContents* web_contents,
42 web_contents->GetRenderProcessHost()->GetID(),
43 web_contents->GetRenderViewHost()->GetRoutingID(),
44 web_contents->GetBrowserContext()->GetResourceContext());
37 FromWebContents( WebContents* web_contents, const GURL& url) argument
H A Dscreen_orientation_provider.h40 WebContents* web_contents);
51 WebContents* web_contents) {
49 Create( ScreenOrientationDispatcherHost* dispatcher_host, WebContents* web_contents) argument
/external/chromium_org/content/shell/browser/
H A Dnotify_done_forwarder.cc14 NotifyDoneForwarder::NotifyDoneForwarder(WebContents* web_contents) argument
15 : WebContentsObserver(web_contents) {}
H A Dshell_web_contents_view_delegate_android.cc9 #include "content/public/browser/web_contents.h"
16 WebContents* web_contents) {
17 return new ShellWebContentsViewDelegate(web_contents);
22 WebContents* web_contents)
23 : web_contents_(web_contents) {
15 CreateShellWebContentsViewDelegate( WebContents* web_contents) argument
21 ShellWebContentsViewDelegate( WebContents* web_contents) argument
/external/chromium_org/android_webview/native/
H A Daw_web_contents_view_delegate.cc8 #include "content/public/browser/web_contents.h"
15 content::WebContents* web_contents) {
16 return new AwWebContentsViewDelegate(web_contents);
20 content::WebContents* web_contents)
21 : web_contents_(web_contents) {
14 Create( content::WebContents* web_contents) argument
19 AwWebContentsViewDelegate( content::WebContents* web_contents) argument
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.h42 content::WebContents* web_contents() const { return web_contents_.get(); } function in class:apps::CustomLauncherPageContents
61 content::WebContents* web_contents,
67 virtual void RequestToLockMouse(content::WebContents* web_contents,
71 content::WebContents* web_contents,
75 content::WebContents* web_contents,
/external/chromium_org/ash/shell/
H A Dkeyboard_controller_proxy_stub.cc45 WebContents* web_contents,
44 RequestAudioInput( WebContents* web_contents, const MediaStreamRequest& request, const MediaResponseCallback& callback) argument
/external/chromium_org/athena/extensions/chrome/
H A Dathena_chrome_app_window_client.cc28 content::WebContents* web_contents,
32 web_contents, DevToolsToggleAction::ShowConsole());
27 OpenDevToolsWindow( content::WebContents* web_contents, const base::Closure& callback) argument
/external/chromium_org/athena/extensions/shell/
H A Dathena_shell_app_window_client.cc26 content::WebContents* web_contents,
25 OpenDevToolsWindow( content::WebContents* web_contents, const base::Closure& callback) argument
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_settings_helper.cc13 #include "content/public/browser/web_contents.h"
28 bool AppBannerSettingsHelper::IsAllowed(content::WebContents* web_contents, argument
33 Profile::FromBrowserContext(web_contents->GetBrowserContext());
34 if (profile->IsOffTheRecord() || web_contents->GetURL() != origin_url ||
79 void AppBannerSettingsHelper::Block(content::WebContents* web_contents, argument
86 Profile::FromBrowserContext(web_contents->GetBrowserContext());
/external/chromium_org/chrome/browser/android/
H A Dchromium_application.cc9 #include "content/public/browser/web_contents.h"
45 content::WebContents* web_contents) {
46 TabAndroid* tab = TabAndroid::FromWebContents(web_contents);
44 OpenClearBrowsingData( content::WebContents* web_contents) argument
H A Dcontent_view_util.cc12 #include "content/public/browser/web_contents.h"
46 content::WebContents* web_contents = local
48 delete web_contents;
/external/chromium_org/chrome/browser/apps/
H A Dwindow_controls_browsertest.cc44 content::WebContents* web_contents = local
46 return web_contents;
59 content::WebContents* web_contents = local
61 ASSERT_TRUE(web_contents != NULL);
69 int x = web_contents->GetContainerBounds().size().width() - controlOffset;
71 content::SimulateMouseClickAt(web_contents,
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.cc12 #include "content/public/browser/web_contents.h"
29 content::WebContents* web_contents = web_view_->web_contents(); local
30 web_contents->SetDelegate(this);
32 web_contents);
34 web_contents->GetRenderViewHost()->GetView()->SetBackgroundOpaque(false);
39 web_view_->web_contents()->GetWebUI()->GetController())->get_actor();
51 return web_view_->web_contents();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_manager_test.h68 content::WebContents* web_contents() { return web_contents_; } function in class:chromeos::LoginManagerTest
75 void set_web_contents(content::WebContents* web_contents) { argument
76 web_contents_ = web_contents;
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_browsertest.cc19 #include "content/public/browser/web_contents.h"
33 WebContents* web_contents = local
35 params.page_url = web_contents->GetController().GetActiveEntry()->GetURL();
/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils_android.cc15 #include "content/public/browser/web_contents.h"
26 content::WebContents* web_contents = local
28 ::DistillCurrentPageAndView(web_contents);
H A Dtab_utils_browsertest.cc22 #include "content/public/browser/web_contents.h"
42 WebContentsMainFrameHelper(content::WebContents* web_contents, argument
45 content::WebContentsObserver::Observe(web_contents);
/external/chromium_org/chrome/browser/download/
H A Ddownload_permission_request.cc8 #include "content/public/browser/web_contents.h"
37 const content::WebContents* web_contents = host_->web_contents(); local
38 if (web_contents) {
39 return web_contents->GetURL();
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_browsertest.cc93 content::WebContents* web_contents = local
95 ASSERT_TRUE(web_contents);
116 web_contents->GetController().GetDefaultSessionStorageNamespace(),

Completed in 5718 milliseconds

1234567891011>>