/external/chromium_org/ash/test/ |
D | shell_test_api.cc | 20 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 …]
|
D | shell_test_api.h | 54 Shell* shell_; // not owned
|
/external/chromium_org/mojo/services/html_viewer/ |
D | html_viewer.cc | 35 : 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
|
D | html_document_view.cc | 93 : shell_(shell), in HTMLDocumentView() 157 shell_->ConnectToApplication("mojo:mojo_surfaces_service", in initializeLayerTreeView() 164 shell_->ConnectToApplication("mojo:mojo_native_viewport_service", in initializeLayerTreeView()
|
D | html_document_view.h | 107 Shell* shell_; variable
|
/external/chromium_org/content/shell/browser/ |
D | shell_views.cc | 80 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 …]
|
D | shell_mac.mm | 24 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();
|
D | shell.cc | 45 shell_(shell) { in DevToolsWebContentsObserver() 50 shell_->OnDevToolsWebContentsDestroyed(); in WebContentsDestroyed() 54 Shell* shell_; member in content::Shell::DevToolsWebContentsObserver
|
/external/chromium_org/content/public/test/ |
D | content_browser_test_utils.cc | 81 : 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()
|
D | content_browser_test.h | 37 Shell* shell() const { return shell_; } in shell() 40 Shell* shell_;
|
D | content_browser_test_utils.h | 80 Shell* shell_; variable
|
D | content_browser_test.cc | 119 shell_ = Shell::windows()[0]; in RunTestOnMainThreadLoop()
|
/external/chromium_org/mojo/public/cpp/application/lib/ |
D | application_impl.cc | 69 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/ |
D | view_manager_client_factory.cc | 15 : shell_(shell), delegate_(delegate) { in ViewManagerClientFactory() 25 BindToRequest(new ViewManagerClientImpl(delegate_, shell_), &request); in Create()
|
D | view_manager_client_impl.h | 76 Shell* shell() { return shell_; } in shell() 160 Shell* shell_; variable
|
D | view_manager_client_impl.cc | 105 shell_(shell) { in ViewManagerClientImpl()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl_browsertest.cc | 90 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/ |
D | application_impl.h | 61 Shell* shell() const { return shell_.get(); } in shell() 101 ShellPtr shell_; variable
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_browsertest.cc | 120 : 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/ |
D | png_viewer.cc | 190 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/ |
D | view_manager_client_factory.h | 30 Shell* shell_;
|