Searched refs:host_ (Results 1 - 25 of 321) sorted by path

1234567891011>>

/external/chromium_org/android_webview/native/
H A Daw_http_auth_handler.cc24 host_(auth_info->challenger.host()),
64 return aw_contents->OnReceivedHttpAuthRequest(http_auth_handler_, host_,
H A Daw_http_auth_handler.h46 std::string host_; member in class:android_webview::AwHttpAuthHandler
/external/chromium_org/ash/shelf/
H A Dalternate_app_list_button.cc38 host_(host),
52 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
58 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, false);
62 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, true);
68 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
74 host_->MouseMovedOverButton(this);
79 host_->MouseEnteredButton(this);
84 host_->MouseExitedButton(this);
90 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
94 host_
[all...]
H A Dapp_list_button.cc42 host_(host),
55 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
61 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, false);
65 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, true);
71 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
77 host_->MouseMovedOverButton(this);
82 host_->MouseEnteredButton(this);
87 host_->MouseExitedButton(this);
95 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
99 host_
[all...]
H A Dapp_list_button.h56 ShelfButtonHost* host_; member in class:ash::AppListButton
H A Dshelf_button.cc117 : host_(host),
171 if (host_->shelf_layout_manager()->GetAlignment() ==
185 ShelfButton* host_; member in class:ash::ShelfButton::BarView
219 host_(host),
326 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
332 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, false);
337 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, true);
343 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
349 host_->MouseMovedOverButton(this);
355 host_
[all...]
H A Dshelf_button.h117 ShelfButtonHost* host() const { return host_; }
133 ShelfButtonHost* host_; member in class:ash::ShelfButton
H A Dshelf_tooltip_manager.cc65 ShelfTooltipManager* host_; member in class:ash::ShelfTooltipManager::ShelfTooltipBubble
75 : views::BubbleDelegateView(anchor, arrow), host_(host) {
116 host_ = NULL;
123 if (host_)
124 host_->OnBubbleClosed(this);
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc71 : host_(host) {
76 host_->AnchorUpdated();
81 host_->AnchorUpdated();
85 TrayBackgroundView* host_; member in class:ash::TrayBackgroundView::TrayWidgetObserver
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc117 host_(new views::NativeViewHost),
130 AddChildView(host_);
189 host_->SetBounds(x(), running_y, width(), height() - running_y);
195 host_->Attach(modal_parent_);
H A Dchild_modal_window.h65 views::NativeViewHost* host_; member in class:ash::test::ChildModalParent
/external/chromium_org/ash/wm/
H A Dboot_splash_screen_chromeos.cc23 : host_(host) {
38 ui::CopyAreaToCanvas(host_->GetAcceleratedWidget(),
39 host_->GetBounds(), gfx::Point(), canvas);
56 aura::WindowTreeHost* host_; // not owned member in class:ash::BootSplashScreen::CopyHostContentLayerDelegate
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc118 ResizeMouseWatcherHost(MultiWindowResizeController* host) : host_(host) {}
123 return host_->IsOverWindows(point_in_screen);
127 MultiWindowResizeController* host_; member in class:ash::MultiWindowResizeController::ResizeMouseWatcherHost
/external/chromium_org/athena/env/
H A Dathena_env_impl.cc101 : host_(host), image_cursors_(new ui::ImageCursors) {}
153 void ApplyCursor(gfx::NativeCursor cursor) { host_->SetCursor(cursor); }
155 aura::WindowTreeHost* host_; // Not owned. member in class:athena::__anon2117::AthenaNativeCursorManager
182 host_.reset(screen_->CreateHostForPrimaryDisplay());
183 host_->InitHost();
187 new wm::InputMethodEventFilter(host_->GetAcceleratedWidget()));
191 host_->window()->AddPreTargetHandler(root_window_event_filter_.get());
194 new wm::InputMethodEventFilter(host_->GetAcceleratedWidget()));
195 input_method_filter_->SetInputMethodPropertyInRootWindow(host_->window());
199 new aura::client::DefaultCaptureClient(host_
322 scoped_ptr<aura::WindowTreeHost> host_; member in class:athena::__anon2117::AthenaEnvImpl
[all...]
/external/chromium_org/athena/main/
H A Dathena_renderer_pdf_helper.cc21 : host_(host) {}
31 DCHECK_EQ(host_->GetPpapiHost(), host);
33 if (!host_->IsValidInstance(instance))
36 if (host_->GetPpapiHost()->permissions().HasPermission(
41 new pdf::PepperPDFHost(host_, instance, params.pp_resource()));
45 new ppapi::host::ResourceHost(host_->GetPpapiHost(),
55 content::RendererPpapiHost* host_; member in class:athena::__anon2137::PDFRendererHostFactory
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller.cc59 : host_(host),
61 DCHECK(host_);
76 host_->SetNeedsCommit();
122 (*it)->DidUpdateLayers(host_);
H A Dmicro_benchmark_controller.h44 LayerTreeHost* host_; member in class:cc::MicroBenchmarkController
H A Dmicro_benchmark_controller_impl.cc31 : host_(host) {
32 DCHECK(host_);
47 (*it)->DidCompleteCommit(host_);
H A Dmicro_benchmark_controller_impl.h29 LayerTreeHostImpl* host_; member in class:cc::MicroBenchmarkControllerImpl
H A Drasterize_and_record_benchmark.cc40 host_(NULL),
56 host_ = host;
103 DCHECK(host_);
104 gfx::Size tile_grid_size = host_->settings().default_tile_size;
H A Drasterize_and_record_benchmark.h60 LayerTreeHost* host_; member in class:cc::RasterizeAndRecordBenchmark
/external/chromium_org/cc/resources/
H A Dscoped_ui_resource.cc21 : bitmap_(bitmap), host_(host) {
22 DCHECK(host_);
23 id_ = host_->CreateUIResource(this);
30 DCHECK(host_);
31 host_->DeleteUIResource(id_);
H A Dscoped_ui_resource.h39 LayerTreeHost* host_; member in class:cc::ScopedUIResource
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_client.cc19 host_(NULL) {
25 DCHECK(host_);
42 host_->SetOutputSurface(surface.Pass());
H A Dfake_layer_tree_host_client.h30 void SetLayerTreeHost(LayerTreeHost* host) { host_ = host; }
56 LayerTreeHost* host_; member in class:cc::FakeLayerTreeHostClient

Completed in 6416 milliseconds

1234567891011>>