HomeSort by relevance Sort by last modified time
    Searched full:setcursor (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 141 virtual void setCursor(const WebCore::Cursor&);
204 void setCursor(const WebCursorInfo&);
ChromeClientImpl.cpp 723 void ChromeClientImpl::setCursor(const WebCore::Cursor& cursor)
725 setCursor(WebCursorInfo(cursor));
728 void ChromeClientImpl::setCursor(const WebCursorInfo& cursor)
742 setCursor(cursor);
    [all...]
  /external/chromium_org/ui/aura/
root_window_host_win.cc 159 void RootWindowHostWin::SetCursor(gfx::NativeCursor native_cursor) {
166 ::SetCursor(native_cursor.platform());
remote_root_window_host_win.cc 400 void RemoteRootWindowHostWin::SetCursor(gfx::NativeCursor native_cursor) {
452 // browser. If we invoke the SetCursor API here we continue to receive
453 // mouse messages from the viewer which were posted before the SetCursor
455 // this we invoke the SetCursor API in the viewer process and ignore
457 // the SetCursor operation completed.
root_window_host_x11.h 60 virtual void SetCursor(gfx::NativeCursor cursor_type) OVERRIDE;
root_window.h 117 // called, at which point the cursor that was last set via SetCursor() will be
119 void SetCursor(gfx::NativeCursor cursor);
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 30 * Your adapter is responsible for updating the cursor by calling {@link #setCursor} if the
112 public void setCursor(Cursor cursor) {
  /external/grub/stage2/
char_io.c 791 old_cursor = setcursor (1);
815 setcursor (old_cursor);
836 setcursor (old_cursor);
842 setcursor (old_cursor);
1100 setcursor (int on) function
1102 if (current_term->setcursor)
1103 return current_term->setcursor (on);
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 288 ash::Shell::GetInstance()->cursor_manager()->SetCursor(cursor);
305 ash::Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorPointer);
505 ash::Shell::GetInstance()->cursor_manager()->SetCursor(ui::kCursorPointer);
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 478 HCURSOR hCursorOld = SetCursor(LoadCursor(NULL, IDC_WAIT));
484 SetCursor(hCursorOld);
488 SetCursor(hCursorOld);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 379 void Chrome::setCursor(const Cursor& cursor)
381 m_client->setCursor(cursor);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 282 public void setCursor(TestCursor cursor) {
286 public void setCursor(Uri uri, TestCursor cursorForUri) {
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 86 virtual PP_Bool SetCursor(PP_Instance instance,
  /external/chromium_org/ppapi/thunk/
ppb_instance_api.h 112 virtual PP_Bool SetCursor(PP_Instance instance,
  /external/libpng/contrib/visupng/
VisualPng.c 282 SetCursor (LoadCursor (NULL, IDC_WAIT));
289 SetCursor (LoadCursor (NULL, IDC_ARROW));
673 SetCursor (LoadCursor (NULL, IDC_WAIT));
680 SetCursor (LoadCursor (NULL, IDC_ARROW));
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Input.java 46 public void setCursor(int cursor);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 71 'setcursor', 'setdepth', 'setlinestyle', 'setmap', 'setmonitor',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 71 'setcursor', 'setdepth', 'setlinestyle', 'setmap', 'setmonitor',
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 79 // Helper object for patching the SetCursor API.
371 // Windowless plugins can set cursors by calling the SetCursor API. This
373 // thread are attached. We intercept the SetCursor API for windowless
381 GetPluginPath().value().c_str(), "user32.dll", "SetCursor",
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 540 mCursorAdapter.setCursor(data);
551 mCursorAdapter.setCursor(null);
575 void setCursor(ObjectCursor<Folder> cursor);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 82 void setCursor(Cursor cursor) {
360 mIndexBuilder.setCursor(cursor);
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 167 void Max_LCD::setCursor(uint8_t col, uint8_t row)
  /external/chromium_org/ui/views/corewm/
compound_event_filter.cc 155 cursor_client->SetCursor(cursor);
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 124 virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 152 component.setCursor(newVisible ? null : getTransparentCursor());

Completed in 882 milliseconds

1 23 4 5 6 7 8