Searched refs:shell_ (Results 1 - 20 of 20) sorted by last modified time

/external/chromium_org/mojo/examples/png_viewer/
H A Dpng_viewer.cc190 explicit ContentHandlerImpl(Shell* shell) : shell_(shell) {}
203 PNGView::Spawn(response.Pass(), exported_services, remote.Pass(), shell_);
206 Shell* shell_; member in class:mojo::examples::ContentHandlerImpl
/external/chromium_org/mojo/public/cpp/application/
H A Dapplication_impl.h61 Shell* shell() const { return shell_.get(); }
101 ShellPtr shell_; member in class:mojo::ApplicationImpl
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_impl.cc69 shell_->ConnectToApplication(application_url, Get(&out_service_provider));
84 shell_.Bind(shell_handle.Pass());
85 shell_.set_client(this);
86 shell_.set_error_handler(shell_watch_);
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.cc93 : shell_(shell),
157 shell_->ConnectToApplication("mojo:mojo_surfaces_service",
164 shell_->ConnectToApplication("mojo:mojo_native_viewport_service",
H A Dhtml_document_view.h107 Shell* shell_; member in class:mojo::HTMLDocumentView
H A Dhtml_viewer.cc35 : shell_(shell),
48 shell_,
53 Shell* shell_; member in class:mojo::ContentHandlerImpl
70 shell_ = app->shell();
98 new ContentHandlerImpl(shell_, compositor_thread_.message_loop_proxy(),
104 Shell* shell_; member in class:mojo::HTMLViewer
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_factory.cc15 : shell_(shell), delegate_(delegate) {
25 BindToRequest(new ViewManagerClientImpl(delegate_, shell_), &request);
H A Dview_manager_client_impl.cc105 shell_(shell) {
H A Dview_manager_client_impl.h76 Shell* shell() { return shell_; }
160 Shell* shell_; member in class:mojo::ViewManagerClientImpl
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_manager_client_factory.h30 Shell* shell_; member in class:mojo::ViewManagerClientFactory
/external/chromium_org/content/shell/browser/
H A Dshell.cc45 shell_(shell) {
50 shell_->OnDevToolsWebContentsDestroyed();
54 Shell* shell_; member in class:content::Shell::DevToolsWebContentsObserver
H A Dshell_views.cc80 shell_(shell),
98 shell_->ShowDevToolsForElementAt(params_.x, params_.y);
108 Shell* shell_; member in class:content::__anon7872::ContextMenuModel
126 : shell_(shell),
177 shell_->web_contents()->GetNativeView();
186 context_menu_model_.reset(new ContextMenuModel(shell_, params));
323 shell_->LoadURL(url);
333 shell_->GoBackOrForward(-1);
335 shell_->GoBackOrForward(1);
337 shell_
389 Shell* shell_; member in class:content::__anon7872::ShellWindowDelegateView
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc120 : shell_(shell), logging_string_(logging_string) {}
129 shell_->Close();
136 Shell* shell_; member in class:content::__anon7364::ShellCloser
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc90 shell_(shell),
100 shell_->Stop();
101 shell_->LoadURL(url_);
105 Shell* shell_; member in class:content::NavigateOnCommitObserver
132 shell_(shell),
144 ResizeWebContentsView(shell_, wcv_new_size_, false);
150 Shell* shell_; // Weak ptr. member in class:content::RenderViewSizeObserver
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.cc119 shell_ = Shell::windows()[0];
H A Dcontent_browser_test.h37 Shell* shell() const { return shell_; }
40 Shell* shell_; member in class:content::ContentBrowserTest
H A Dcontent_browser_test_utils.cc81 : shell_(NULL) {
90 if (shell_)
91 return shell_;
95 return shell_;
99 DCHECK(!shell_);
100 shell_ = shell;
H A Dcontent_browser_test_utils.h80 Shell* shell_; member in class:content::ShellAddedObserver
/external/chromium_org/ash/test/
H A Dshell_test_api.cc20 ShellTestApi::ShellTestApi(Shell* shell) : shell_(shell) {}
23 return shell_->GetPrimaryRootWindowController()->root_window_layout();
28 return shell_->input_method_filter_.get();
32 return shell_->system_gesture_filter_.get();
36 return shell_->GetPrimaryRootWindowController()->workspace_controller();
40 return shell_->screen_position_controller_.get();
44 return shell_->native_cursor_manager_;
48 return shell_->shelf_model_.get();
52 return shell_->drag_drop_controller_.get();
56 return shell_
[all...]
H A Dshell_test_api.h54 Shell* shell_; // not owned member in class:ash::test::ShellTestApi

Completed in 668 milliseconds