Searched refs:web_view_ (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.cc21 : web_view_(NULL) {
25 web_view_ = new views::WebView(context);
26 AddChildView(web_view_);
27 web_view_->LoadInitialURL(GURL(chrome::kChromeUIFirstRunURL));
29 content::WebContents* web_contents = web_view_->web_contents();
39 web_view_->web_contents()->GetWebUI()->GetController())->get_actor();
43 web_view_->SetBoundsRect(bounds());
47 web_view_->RequestFocus();
51 return web_view_->web_contents();
H A Dfirst_run_view.h49 views::WebView* web_view_; member in class:chromeos::FirstRunView
/external/chromium_org/athena/content/
H A Dapp_activity.cc25 web_view_(web_view),
80 DCHECK(web_view_ || ACTIVITY_UNLOADED == current_state_);
85 return web_view_ &&
86 web_view_->visible() &&
98 return !web_view_ ? NULL : web_view_->GetWidget()->GetNativeWindow();
102 return !web_view_ ? NULL : web_view_->GetWebContents();
127 return web_view_->GetWebContents()->GetTitle();
149 return web_view_
[all...]
H A Dcontent_proxy.cc64 : web_view_(web_view),
106 web_view_ = NULL;
110 if (web_view_ && !content_visible_) {
111 // Show the original |web_view_| again.
112 web_view_->SetFastResize(false);
117 web_view_->Layout();
118 web_view_->GetWebContents()->GetNativeView()->Show();
119 web_view_->SetVisible(true);
125 if (web_view_ && content_visible_) {
126 // Hide the |web_view_|
[all...]
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...]
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 Dapp_activity.h83 views::WebView* web_view_; member in class:athena::AppActivity
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.cc94 web_view_(NULL),
107 if (web_view_)
108 web_view_->close();
122 web_view_->resize(root_->bounds().size());
133 web_view_ = blink::WebView::create(this);
134 web_layer_tree_view_impl_->set_widget(web_view_);
135 ConfigureSettings(web_view_->settings());
136 web_view_->setMainFrame(blink::WebLocalFrame::create(this));
148 web_view_->mainFrame()->loadRequest(web_request);
244 web_view_
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.cc131 web_view_(NULL),
143 if (web_view_ && web_view_->web_contents())
144 web_view_->web_contents()->SetDelegate(NULL);
150 web_view_ = web_view_container_.get();
151 web_view_->set_owned_by_client();
152 web_view_->GetWebContents()->SetDelegate(this);
153 web_view_->LoadInitialURL(url);
155 WebContents* web_contents = web_view_->GetWebContents();
232 UpdateReload(web_view_
[all...]
H A Dsimple_web_view_dialog_browsertest.cc59 return new InterstitialPageDelegate(dialog->web_view_->web_contents());
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc83 : web_view_(NULL),
109 web_view_ = new views::WebView(guest_profile);
110 web_view_->set_allow_accelerators(true);
111 AddChildView(web_view_);
161 web_view_->LoadInitialURL(url);
162 web_view_->RequestFocus();
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/components/plugins/renderer/
H A Dwebview_plugin.cc49 web_view_(WebView::create(this)),
54 content::RenderView::ApplyWebPreferences(preferences, web_view_);
56 web_view_->setMainFrame(web_frame_);
70 web_view_->close();
142 web_view_->layout();
143 web_view_->paint(canvas, paint_rect);
156 web_view_->resize(newSize);
182 bool handled = web_view_->handleInputEvent(event);
221 web_view_->dragSourceSystemDragEnded();
H A Dwebview_plugin.h61 blink::WebView* web_view() { return web_view_; }
154 blink::WebView* web_view_; member in class:WebViewPlugin
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc46 web_view_(new views::WebView(context)),
51 web_view_->set_allow_accelerators(true);
52 AddChildView(web_view_);
53 set_contents_view(web_view_);
63 return web_view_->web_contents();
116 web_view_->web_contents()->DispatchBeforeUnload(false);
163 return web_view_;
338 content::WebContents* web_contents = web_view_->GetWebContents();
348 web_view_->LoadInitialURL(GetDialogContentURL());
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dautomation_extension.cc13 : web_view_(web_view.Pass()) {}
20 Status status = web_view_->CallAsyncFunction(
71 Status status = web_view_->CallAsyncFunction(std::string(),
103 return web_view_->CallAsyncFunction(std::string(),
114 return web_view_->CallAsyncFunction(std::string(),
H A Dautomation_extension.h52 scoped_ptr<WebView> web_view_; member in class:AutomationExtension
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc29 web_view_(NULL),
54 web_view_->SetWebContents(NULL);
208 return web_view_;
264 if (child->Contains(web_view_->web_contents()->GetNativeView())) {
309 DCHECK(web_view_);
310 web_view_->SetBounds(0, 0, width(), height());
317 web_view_ = new views::WebView(NULL);
318 AddChildView(web_view_);
319 web_view_->SetWebContents(app_window_->web_contents());
332 web_view_
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
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...]
H A Daccessibility_controller.h66 blink::WebView* web_view_; member in class:content::AccessibilityController
H A Daccessibility_controller.cc170 blink::WebFrame* frame = web_view_->mainFrame();
212 web_view_ = web_view;
231 focused_element_ = web_view_->accessibilityObject();
237 root_element_ = web_view_->accessibilityObject();
244 root_element_ = web_view_->accessibilityObject();
/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/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
/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

Completed in 935 milliseconds

12