Searched defs:web_view_ (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.h52 scoped_ptr<WebView> web_view_; member in class:AutomationExtension
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.h49 views::WebView* web_view_; member in class:chromeos::FirstRunView
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.h55 views::WebView* web_view_; member in class:UserManagerView
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_unittest.cc18 MockChrome() : web_view_("1") {}
23 if (id == web_view_.GetId()) {
24 *web_view = &web_view_;
31 StubWebView web_view_; member in class:__anon5978::MockChrome
/external/chromium_org/athena/content/
H A Dapp_activity.h83 views::WebView* web_view_; member in class:athena::AppActivity
H A Dcontent_proxy.h29 // and then the link to the |web_view_| will get severed.
68 // Creates proxy content from |web_view_|.
83 views::WebView* web_view_; member in class:athena::ContentProxy
H A Dweb_activity.h105 AthenaWebView* web_view_; member in class:athena::WebActivity
H A Dweb_activity.cc49 : web_view_(web_view), reserved_accelerator_enabled_(true) {}
55 web_view_->GetFocusManager()).Pass();
88 return web_view_->GetFocusManager()->ProcessAccelerator(accelerator);
98 event, web_view_->GetFocusManager());
109 return web_view_->GetWebContents()->GetController().CanGoBack();
111 return web_view_->GetWebContents()->GetController().CanGoForward();
116 return web_view_->GetWebContents()->IsLoading();
125 web_view_->GetWebContents()->GetController().Reload(false);
128 web_view_->GetWebContents()->GetController().ReloadIgnoringCache(false);
131 web_view_
146 views::WebView* web_view_; member in class:athena::__anon2115::WebActivityController
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.h118 views::WebView* web_view_; member in class:chromeos::SimpleWebViewDialog
120 // Contains |web_view_| while it isn't owned by the view.
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dshaped_app_window_targeter_unittest.cc19 : web_view_(NULL) {
41 app_window_.set_web_view_for_testing(&web_view_);
53 views::WebView web_view_; member in class:ShapedAppWindowTargeterTest
/external/chromium_org/content/shell/renderer/test_runner/
H A Daccessibility_controller.h66 blink::WebView* web_view_; member in class:content::AccessibilityController
H A Dtest_runner.h758 blink::WebView* web_view_; member in class:content::TestRunner
H A Dtest_runner.cc95 WebFrame* frame = object_->web_view_->mainFrame();
1387 if (runner_ && runner_->web_view_) {
1389 runner_->web_view_->findFrameByName(WebString::fromUTF8(name));
1450 : web_view_(web_view) {
1455 SkRect rect = SkRect::MakeWH(web_view_->size().width,
1456 web_view_->size().height);
1464 WebView* web_view_; member in class:content::TestPageOverlay
1507 controller_->web_view_);
1531 web_view_(NULL),
1550 web_view_
[all...]
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.h109 blink::WebView* web_view_; member in class:mojo::HTMLDocumentView
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.h131 views::WebView* web_view_; member in class:views::WebDialogView
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc32 web_view_(web_view) {
39 web_view_->RequestFocus();
56 views::WebView* web_view_; member in class:__anon5235::WebDialogWebContentsDelegateViews
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.h201 blink::WebView* web_view_; member in class:autofill::AutofillAgent
H A Dpassword_autofill_agent.h222 blink::WebView* web_view_; member in class:autofill::PasswordAutofillAgent
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h60 void set_web_view_for_testing(views::WebView* view) { web_view_ = view; }
68 views::WebView* web_view() { return web_view_; }
179 views::WebView* web_view_; member in class:native_app_window::NativeAppWindowViews
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h61 blink::WebView* web_view() { return web_view_; }
154 blink::WebView* web_view_; member in class:WebViewPlugin
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h193 views::WebView* web_view_; member in class:PanelView
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc149 web_view_(NULL),
158 web_view_ = web_frame_->view();
159 if (!web_view_) {
164 render_view_impl_ = RenderViewImpl::FromWebView(web_view_);
167 web_view_ = NULL;
177 web_view_ = NULL;
190 DCHECK(web_view_ != NULL);
191 return web_view_;
204 WebView* web_view_; member in class:content::__anon7714::GpuBenchmarkingContext
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc138 web_view_ = new views::WebView(web_contents->GetBrowserContext());
139 web_view_->SetWebContents(web_contents);
140 web_view_->SetPreferredSize(size);
142 contents_view_->AddChildView(web_view_);
190 if (context_menu_runner_->RunMenuAt(web_view_->GetWidget(),
201 if (web_view_->GetWebContents() == web_contents)
202 web_view_->OnWebContentsFocused(web_contents);
406 views::WebView* web_view_; member in class:content::__anon7872::ShellWindowDelegateView

Completed in 402 milliseconds