Searched refs:web_contents (Results 1 - 25 of 1244) sorted by last modified time

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dbrowser_backend.py7 from telemetry.core import web_contents namespace
74 timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dchrome_browser_backend.py20 from telemetry.core import web_contents namespace
257 timeout=web_contents.DEFAULT_WEB_CONTENTS_TIMEOUT):
H A Doobe.py9 from telemetry.core import web_contents namespace
12 class Oobe(web_contents.WebContents):
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_page.py7 from telemetry.core import web_contents namespace
14 class ExtensionPage(web_contents.WebContents):
H A Dtab.py6 from telemetry.core import web_contents namespace
11 class Tab(web_contents.WebContents):
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc10 #include "content/public/browser/web_contents.h"
11 #include "content/public/browser/web_contents.h"
67 virtual void RequestMediaAccessPermission(content::WebContents* web_contents,
70 proxy_->RequestAudioInput(web_contents, request, callback);
H A Dkeyboard_controller_proxy.h68 virtual void RequestAudioInput(content::WebContents* web_contents,
H A Dkeyboard_controller_unittest.cc108 virtual void RequestAudioInput(content::WebContents* web_contents,
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc16 #include "content/public/browser/web_contents.h"
62 content::WebContents* WebDialogView::web_contents() { function in class:views::WebDialogView
63 return web_view_->web_contents();
116 web_view_->web_contents()->DispatchBeforeUnload(false);
338 content::WebContents* web_contents = web_view_->GetWebContents(); local
339 if (web_contents->GetDelegate() == this)
342 web_contents->SetDelegate(this);
346 WebDialogUI::SetDelegate(web_contents, this);
H A Dweb_dialog_view.h52 content::WebContents* web_contents();
H A Dwebview.cc12 #include "content/public/browser/web_contents.h"
48 if (!web_contents()) {
53 return web_contents();
57 if (replacement == web_contents())
61 // web_contents() now returns |replacement| from here onwards.
62 SetFocusable(!!web_contents());
67 web_contents() && web_contents()->GetFullscreenRenderWidgetHostView();
76 DCHECK(!web_contents())
91 void WebView::OnWebContentsFocused(content::WebContents* web_contents) { argument
237 WebContentsFocused(content::WebContents* web_contents) argument
[all...]
H A Dwebview.h49 void SetWebContents(content::WebContents* web_contents);
79 void OnWebContentsFocused(content::WebContents* web_contents);
114 virtual void WebContentsFocused(content::WebContents* web_contents) OVERRIDE;
147 // Non-NULL if |web_contents()| was created and is owned by this WebView.
H A Dwebview_interactive_uitest.cc9 #include "content/public/browser/web_contents.h"
70 scoped_ptr<content::WebContents> web_contents(
72 webview->SetWebContents(web_contents.get());
H A Dwebview_unittest.cc8 #include "content/browser/web_contents/web_contents_impl.h"
85 WebViewTestWebContentsObserver(content::WebContents* web_contents) argument
86 : web_contents_(static_cast<content::WebContentsImpl*>(web_contents)),
90 content::WebContentsObserver::Observe(web_contents);
106 web_contents()->GetNativeView()->GetRootWindow() != NULL;
/external/chromium_org/ui/views/examples/
H A Dwebview_example.cc8 #include "content/public/browser/web_contents.h"
30 webview_->web_contents()->Focus();
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_ui.cc12 #include "content/public/browser/web_contents.h"
60 void WebDialogUI::SetDelegate(content::WebContents* web_contents, argument
62 web_contents->SetUserData(&kWebDialogDelegateUserDataKey,
70 content::WebContents* web_contents) {
73 web_contents->GetUserData(&kWebDialogDelegateUserDataKey));
69 GetDelegate( content::WebContents* web_contents) argument
H A Dweb_dialog_ui.h66 static void SetDelegate(content::WebContents* web_contents,
75 static WebDialogDelegate* GetDelegate(content::WebContents* web_contents);
/external/chromium_org/content/test/ppapi/
H A Dppapi_test.cc13 #include "content/public/browser/web_contents.h"
97 JavascriptTestObserver observer(shell()->web_contents(), &handler);
/external/chromium_org/content/test/
H A Dtest_render_frame_host.cc18 WebContents* web_contents)
19 : WebContentsObserver(web_contents), last_created_frame_(NULL) {
17 TestRenderFrameHostCreationObserver( WebContents* web_contents) argument
H A Dtest_render_frame_host.h23 explicit TestRenderFrameHostCreationObserver(WebContents* web_contents);
H A Dtest_render_view_host.cc400 return static_cast<TestWebContents*>(web_contents());
H A Dwebrtc_content_browsertest_base.cc56 EXPECT_TRUE(ExecuteScriptAndExtractString(shell()->web_contents(),
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/api/app_window/
H A Dapp_window_api.cc16 #include "content/public/browser/web_contents.h"
167 window->web_contents()->GetRenderViewHost();
305 app_window->web_contents()->GetRenderViewHost();
321 app_window->web_contents(),
/external/chromium_org/extensions/browser/api/web_view/
H A Dweb_view_internal_api.cc11 #include "content/public/browser/web_contents.h"
169 return guest ? guest->web_contents() : NULL;
359 WebViewPermissionHelper::FromWebContents(guest->web_contents());

Completed in 670 milliseconds

1234567891011>>