Home
last modified time | relevance | path

Searched refs:shell_ (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/ash/test/
Dshell_test_api.cc20 ShellTestApi::ShellTestApi(Shell* shell) : shell_(shell) {} in ShellTestApi()
23 return shell_->GetPrimaryRootWindowController()->root_window_layout(); in root_window_layout()
28 return shell_->input_method_filter_.get(); in input_method_event_filter()
32 return shell_->system_gesture_filter_.get(); in system_gesture_event_filter()
36 return shell_->GetPrimaryRootWindowController()->workspace_controller(); in workspace_controller()
40 return shell_->screen_position_controller_.get(); in screen_position_controller()
44 return shell_->native_cursor_manager_; in ash_native_cursor_manager()
48 return shell_->shelf_model_.get(); in shelf_model()
52 return shell_->drag_drop_controller_.get(); in drag_drop_controller()
56 return shell_->app_list_controller_.get(); in app_list_controller()
[all …]
Dshell_test_api.h54 Shell* shell_; // not owned
/external/chromium_org/mojo/services/html_viewer/
Dhtml_viewer.cc35 : shell_(shell), in ContentHandlerImpl()
48 shell_, in OnConnect()
53 Shell* shell_; member in mojo::ContentHandlerImpl
70 shell_ = app->shell(); in Initialize()
98 new ContentHandlerImpl(shell_, compositor_thread_.message_loop_proxy(), in Create()
104 Shell* shell_; member in mojo::HTMLViewer
Dhtml_document_view.cc93 : shell_(shell), in HTMLDocumentView()
157 shell_->ConnectToApplication("mojo:mojo_surfaces_service", in initializeLayerTreeView()
164 shell_->ConnectToApplication("mojo:mojo_native_viewport_service", in initializeLayerTreeView()
Dhtml_document_view.h107 Shell* shell_; variable
/external/chromium_org/content/shell/browser/
Dshell_views.cc80 shell_(shell), in ContextMenuModel()
98 shell_->ShowDevToolsForElementAt(params_.x, params_.y); in ExecuteCommand()
108 Shell* shell_; member in content::__anona6b727ff0111::ContextMenuModel
126 : shell_(shell), in ShellWindowDelegateView()
177 shell_->web_contents()->GetNativeView(); in ShowWebViewContextMenu()
186 context_menu_model_.reset(new ContextMenuModel(shell_, params)); in ShowWebViewContextMenu()
323 shell_->LoadURL(url); in HandleKeyEvent()
333 shell_->GoBackOrForward(-1); in ButtonPressed()
335 shell_->GoBackOrForward(1); in ButtonPressed()
337 shell_->Reload(); in ButtonPressed()
[all …]
Dshell_mac.mm24 content::Shell* shell_; field
33 shell_ = shell;
44 delete shell_;
51 shell_->ActionPerformed([sender tag]);
55 shell_->URLEntered(base::SysNSStringToUTF8([sender stringValue]));
62 content::Shell* shell_; field
71 shell_ = shell;
75 shell_->ShowDevTools();
Dshell.cc45 shell_(shell) { in DevToolsWebContentsObserver()
50 shell_->OnDevToolsWebContentsDestroyed(); in WebContentsDestroyed()
54 Shell* shell_; member in content::Shell::DevToolsWebContentsObserver
/external/chromium_org/content/public/test/
Dcontent_browser_test_utils.cc81 : shell_(NULL) { in ShellAddedObserver()
90 if (shell_) in GetShell()
91 return shell_; in GetShell()
95 return shell_; in GetShell()
99 DCHECK(!shell_); in ShellCreated()
100 shell_ = shell; in ShellCreated()
Dcontent_browser_test.h37 Shell* shell() const { return shell_; } in shell()
40 Shell* shell_;
Dcontent_browser_test_utils.h80 Shell* shell_; variable
Dcontent_browser_test.cc119 shell_ = Shell::windows()[0]; in RunTestOnMainThreadLoop()
/external/chromium_org/mojo/public/cpp/application/lib/
Dapplication_impl.cc69 shell_->ConnectToApplication(application_url, Get(&out_service_provider)); in ConnectToApplication()
84 shell_.Bind(shell_handle.Pass()); in BindShell()
85 shell_.set_client(this); in BindShell()
86 shell_.set_error_handler(shell_watch_); in BindShell()
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview_manager_client_factory.cc15 : shell_(shell), delegate_(delegate) { in ViewManagerClientFactory()
25 BindToRequest(new ViewManagerClientImpl(delegate_, shell_), &request); in Create()
Dview_manager_client_impl.h76 Shell* shell() { return shell_; } in shell()
160 Shell* shell_; variable
Dview_manager_client_impl.cc105 shell_(shell) { in ViewManagerClientImpl()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_browsertest.cc90 shell_(shell), in NavigateOnCommitObserver()
100 shell_->Stop(); in NavigationEntryCommitted()
101 shell_->LoadURL(url_); in NavigationEntryCommitted()
105 Shell* shell_; member in content::NavigateOnCommitObserver
132 shell_(shell), in RenderViewSizeObserver()
144 ResizeWebContentsView(shell_, wcv_new_size_, false); in DidStartNavigationToPendingEntry()
150 Shell* shell_; // Weak ptr. member in content::RenderViewSizeObserver
/external/chromium_org/mojo/public/cpp/application/
Dapplication_impl.h61 Shell* shell() const { return shell_.get(); } in shell()
101 ShellPtr shell_; variable
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_browsertest.cc120 : shell_(shell), logging_string_(logging_string) {} in ShellCloser()
129 shell_->Close(); in RenderProcessExited()
136 Shell* shell_; member in content::__anon0781cff40111::ShellCloser
/external/chromium_org/mojo/examples/png_viewer/
Dpng_viewer.cc190 explicit ContentHandlerImpl(Shell* shell) : shell_(shell) {} in ContentHandlerImpl()
203 PNGView::Spawn(response.Pass(), exported_services, remote.Pass(), shell_); in OnConnect()
206 Shell* shell_; member in mojo::examples::ContentHandlerImpl
/external/chromium_org/mojo/services/public/cpp/view_manager/
Dview_manager_client_factory.h30 Shell* shell_;