Searched refs:SetCursor (Results 101 - 125 of 125) sorted by last modified time

12345

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.h96 virtual PP_Bool SetCursor(PP_Instance instance,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2778 PP_Bool PepperPluginInstanceImpl::SetCursor(PP_Instance instance, function in class:content::PepperPluginInstanceImpl
H A Dpepper_plugin_instance_impl.h442 virtual PP_Bool SetCursor(PP_Instance instance,
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler.cc993 host_->SetCursor(pointer_cursor);
1191 host_->SetCursor(cursor);
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.cc336 client_->SetCursor(pointer_cursor_);
338 client_->SetCursor(InPinchGestureMode() ? pinch_cursor_ : touch_cursor_);
H A Dtouch_emulator_client.h21 virtual void SetCursor(const WebCursor& cursor) = 0;
H A Dtouch_emulator_unittest.cc89 virtual void SetCursor(const WebCursor& cursor) OVERRIDE {}
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc1117 void RenderWidgetHostImpl::SetCursor(const WebCursor& cursor) { function in class:content::RenderWidgetHostImpl
1680 SetCursor(cursor);
H A Drender_widget_host_impl.h285 virtual void SetCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_aura.cc2314 cursor_client->SetCursor(cursor);
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc79 // Helper object for patching the SetCursor API.
367 // Windowless plugins can set cursors by calling the SetCursor API. This
369 // thread are attached. We intercept the SetCursor API for windowless
377 GetPluginPath().value().c_str(), "user32.dll", "SetCursor",
1385 // The windowless flash plugin periodically calls SetCursor in a wndproc
1392 ::SetCursor(cursor);
1396 return ::SetCursor(cursor);
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc164 void CursorWindowController::SetCursor(gfx::NativeCursor cursor) { function in class:ash::CursorWindowController
H A Dcursor_window_controller.h45 void SetCursor(gfx::NativeCursor cursor);
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc287 ash::Shell::GetInstance()->cursor_manager()->SetCursor(cursor);
304 ash::Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorPointer);
505 ash::Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorPointer);
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc282 Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorCopy);
H A Droot_window_controller.cc713 ash_host_->AsWindowTreeHost()->SetCursor(ui::kCursorPointer);
H A Dshell.cc1038 cursor_manager_.SetCursor(ui::kCursorPointer);
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager.cc26 (*iter)->GetHost()->SetCursor(cursor);
29 cursor_window_controller()->SetCursor(cursor);
70 SetCursor(cursor_manager->GetCursor(), cursor_manager);
90 SetCursor(delegate->GetCursor(), delegate);
97 void AshNativeCursorManager::SetCursor( function in class:ash::AshNativeCursorManager
127 SetCursor(delegate->GetCursor(), delegate);
141 SetCursor(delegate->GetCursor(), delegate);
H A Dash_native_cursor_manager.h51 virtual void SetCursor(
H A Dash_native_cursor_manager_unittest.cc69 cursor_manager->SetCursor(ui::kCursorCopy);
90 cursor_manager->SetCursor(ui::kCursorPointer);
107 TEST_F(AshNativeCursorManagerTest, SetCursor) {
113 cursor_manager->SetCursor(ui::kCursorCopy);
116 cursor_manager->SetCursor(ui::kCursorPointer);
H A Dtoplevel_window_event_handler.cc399 cursor_client->SetCursor(ui::kCursorPointer);
/external/chromium_org/athena/env/
H A Dathena_env_impl.cc108 SetCursor(delegate->GetCursor(), delegate);
111 virtual void SetCursor(gfx::NativeCursor cursor,
127 SetCursor(delegate->GetCursor(), delegate);
141 SetCursor(delegate->GetCursor(), delegate);
153 void ApplyCursor(gfx::NativeCursor cursor) { host_->SetCursor(cursor); }
209 cursor_manager_->SetCursor(ui::kCursorPointer);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;

Completed in 511 milliseconds

12345