Searched defs:web_contents (Results 126 - 150 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/
H A Dtransition_browsertest.cc11 #include "content/browser/web_contents/web_contents_impl.h"
42 TransitionBrowserTestObserver(WebContents* web_contents) argument
43 : WebContentsObserver(web_contents),
100 new TransitionBrowserTestObserver(shell()->web_contents()));
115 new TransitionBrowserTestObserver(shell()->web_contents()));
133 shell()->web_contents()->GetRenderProcessHost()->GetID();
136 shell()->web_contents()->GetBrowserContext(),
137 shell()->web_contents()->GetSiteInstance());
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.cc7 #include "content/browser/web_contents/web_contents_impl.h"
13 WebContentsObserver::WebContentsObserver(WebContents* web_contents) argument
15 Observe(web_contents);
27 WebContents* WebContentsObserver::web_contents() const { function in class:content::WebContentsObserver
31 void WebContentsObserver::Observe(WebContents* web_contents) { argument
32 if (web_contents == web_contents_) {
38 web_contents_ = static_cast<WebContentsImpl*>(web_contents);
/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_web_contents_observer.cc11 #include "content/public/browser/web_contents.h"
22 content::WebContents* web_contents)
23 : content::WebContentsObserver(web_contents),
24 browser_context_(web_contents->GetBrowserContext()) {
25 NotifyRenderViewType(web_contents->GetRenderViewHost());
93 render_view_host->GetRoutingID(), GetViewType(web_contents())));
21 ExtensionWebContentsObserver( content::WebContents* web_contents) argument
/external/chromium_org/extensions/shell/browser/
H A Dmedia_capture_util.cc36 void GrantMediaStreamRequest(content::WebContents* web_contents, argument
H A Dshell_app_window_client.cc38 content::WebContents* web_contents,
37 OpenDevToolsWindow( content::WebContents* web_contents, const base::Closure& callback) argument
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Doobe.py9 from telemetry.core import web_contents namespace
12 class Oobe(web_contents.WebContents):
/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc9 #include "content/public/browser/web_contents.h"
25 content::WebContents* web_contents) {
26 if (!web_contents)
29 web_contents->GetUserData(kAwContentsClientBridgeBase));
44 WebContents* web_contents,
46 web_contents->SetUserData(kAwContentsClientBridgeBase,
51 WebContents* web_contents) {
52 web_contents->RemoveUserData(kAwContentsClientBridgeBase);
57 WebContents* web_contents) {
58 return UserData::GetContents(web_contents);
24 GetContents( content::WebContents* web_contents) argument
43 Associate( WebContents* web_contents, AwContentsClientBridgeBase* handler) argument
50 Disassociate( WebContents* web_contents) argument
56 FromWebContents( WebContents* web_contents) argument
68 content::WebContents* web_contents = local
[all...]
H A Daw_javascript_dialog_manager.cc9 #include "content/public/browser/web_contents.h"
18 content::WebContents* web_contents,
27 AwContentsClientBridgeBase::FromWebContents(web_contents);
41 content::WebContents* web_contents,
46 AwContentsClientBridgeBase::FromWebContents(web_contents);
52 bridge->RunBeforeUnloadDialog(web_contents->GetURL(),
58 content::WebContents* web_contents) {
62 content::WebContents* web_contents) {
17 RunJavaScriptDialog( content::WebContents* web_contents, const GURL& origin_url, const std::string& accept_lang, content::JavaScriptMessageType message_type, const base::string16& message_text, const base::string16& default_prompt_text, const DialogClosedCallback& callback, bool* did_suppress_message) argument
40 RunBeforeUnloadDialog( content::WebContents* web_contents, const base::string16& message_text, bool is_reload, const DialogClosedCallback& callback) argument
57 CancelActiveAndPendingDialogs( content::WebContents* web_contents) argument
61 WebContentsDestroyed( content::WebContents* web_contents) argument
H A Dfind_helper.cc10 #include "content/public/browser/web_contents.h"
19 FindHelper::FindHelper(WebContents* web_contents) argument
20 : WebContentsObserver(web_contents),
40 web_contents()->StopFinding(content::STOP_FIND_ACTION_KEEP_SELECTION);
51 web_contents()->Find(current_request_id_, search_string, options);
75 web_contents()->Find(current_request_id_, last_search_string_, options);
79 web_contents()->StopFinding(content::STOP_FIND_ACTION_CLEAR_SELECTION);
/external/chromium_org/android_webview/native/
H A Daw_http_auth_handler.cc14 #include "content/public/browser/web_contents.h"
59 bool AwHttpAuthHandler::HandleOnUIThread(content::WebContents* web_contents) { argument
60 DCHECK(web_contents);
62 AwContents* aw_contents = AwContents::FromWebContents(web_contents);
H A Dexternal_video_surface_container_impl.cc18 content::WebContents* web_contents) {
19 ContentViewCore* cvc = ContentViewCore::FromWebContents(web_contents);
17 ExternalVideoSurfaceContainerImpl( content::WebContents* web_contents) argument
/external/chromium_org/athena/extensions/shell/
H A Dathena_shell_app_delegate.cc7 #include "content/public/browser/web_contents.h"
19 content::WebContents* web_contents) {
26 content::WebContents* web_contents,
39 content::WebContents* web_contents,
44 web_contents, request, callback, extension);
48 content::WebContents* web_contents,
57 content::WebContents* web_contents,
18 InitWebContents( content::WebContents* web_contents) argument
25 ShowColorChooser( content::WebContents* web_contents, SkColor initial_color) argument
38 RequestMediaAccessPermission( content::WebContents* web_contents, const content::MediaStreamRequest& request, const content::MediaResponseCallback& callback, const extensions::Extension* extension) argument
47 CheckMediaAccessPermission( content::WebContents* web_contents, const GURL& security_origin, content::MediaStreamType type, const extensions::Extension* extension) argument
56 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
/external/chromium_org/chrome/browser/android/
H A Dpassword_authentication_manager.cc45 content::WebContents* web_contents,
47 TabAndroid* tab = TabAndroid::FromWebContents(web_contents);
44 AuthenticatePasswordAutofill( content::WebContents* web_contents, const base::Closure& success_callback) argument
H A Dtab_android.h59 static TabAndroid* FromWebContents(content::WebContents* web_contents);
66 static void AttachTabHelpers(content::WebContents* web_contents);
74 content::WebContents* web_contents() const { return web_contents_.get(); } function in class:TabAndroid
123 const content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader_unittest.cc13 #include "content/public/browser/web_contents.h"
27 explicit TestCaptivePortalTabReloader(content::WebContents* web_contents) argument
29 web_contents,
68 content::WebContents* web_contents) {
71 web_contents, true, GURL("http://blah"), this);
94 web_contents()));
550 new MockInterstitialPageDelegate(web_contents());
67 MockInterstitialPageDelegate( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dtouch_exploration_controller_browsertest.cc45 content::WebContents* web_contents = variable
47 content::WaitForResizeComplete(web_contents);
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc14 #include "content/public/browser/web_contents.h"
35 WebContents* web_contents = tab_util::GetWebContentsByID( local
37 new ExternalProtocolDialog(web_contents, url);
90 ExternalProtocolDialog::ExternalProtocolDialog(WebContents* web_contents, argument
109 if (web_contents) {
110 parent_window = web_contents->GetTopLevelNativeWindow();
112 // Dialog is top level if we don't have a web_contents associated with us.
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_controller.cc175 content::WebContents* web_contents,
174 CreateBurnController( content::WebContents* web_contents, Delegate* delegate) argument
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.cc24 JSChecker::JSChecker(content::WebContents* web_contents) argument
25 : web_contents_(web_contents) {
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog_browsertest.cc34 explicit InterstitialPageDelegate(content::WebContents* web_contents) { argument
36 web_contents, true, GURL("http://foo"), this);
59 return new InterstitialPageDelegate(dialog->web_view_->web_contents());
67 content::WebContents* web_contents = LoginDisplayHostImpl::default_host() local
71 CaptivePortalWindowProxy proxy(&delegate, web_contents);
/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util.cc48 content::WebContents* web_contents = download_item.GetWebContents(); local
49 if (!web_contents) {
56 web_contents = browser->tab_strip_model()->GetActiveWebContents();
59 new ExtensionInstallPrompt(web_contents));
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_web_contents_observer.cc26 content::WebContents* web_contents)
27 : ExtensionWebContentsObserver(web_contents) {}
58 web_contents()->GetRenderViewHost();
70 web_contents()->GetLastCommittedURL(),
25 ChromeExtensionWebContentsObserver( content::WebContents* web_contents) argument
H A Dextension_tab_util.h72 static int GetTabId(const content::WebContents* web_contents);
74 static int GetWindowIdOfTab(const content::WebContents* web_contents);
96 content::WebContents* web_contents,
98 return CreateTabValue(web_contents, NULL, -1, extension);
101 content::WebContents* web_contents,
109 content::WebContents* web_contents) {
110 return CreateTabValue(web_contents, NULL, -1);
113 content::WebContents* web_contents,
129 // Gets the |tab_strip_model| and |tab_index| for the given |web_contents|.
130 static bool GetTabStripModel(const content::WebContents* web_contents,
95 CreateTabValue( content::WebContents* web_contents, const Extension* extension) argument
108 CreateTabValue( content::WebContents* web_contents) argument
[all...]
H A Dgtalk_extension_browsertest.cc16 #include "content/public/browser/web_contents.h"
66 WebContents* web_contents = WebContents::FromRenderViewHost(*iter); local
67 std::string url = web_contents->GetURL().spec();

Completed in 5079 milliseconds

1234567891011>>