Searched defs:shell_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/test/
H A Dshell_test_api.h54 Shell* shell_; // not owned member in class:ash::test::ShellTestApi
/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/public/test/
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.h80 Shell* shell_; member in class:content::ShellAddedObserver
/external/chromium_org/mojo/services/html_viewer/
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/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/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/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_impl.h76 Shell* shell() { return shell_; }
160 Shell* shell_; member in class:mojo::ViewManagerClientImpl
/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/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/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...]

Completed in 177 milliseconds