HomeSort by relevance Sort by last modified time
    Searched full:cursor_type (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/aura/
window_tree_host_mac.h 47 virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
window_tree_host_mac.mm 83 void WindowTreeHostMac::SetCursorNative(gfx::NativeCursor cursor_type) {
window_tree_host_ozone.h 51 virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
window_tree_host_x11.h 55 virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.h 26 indexed_db::CursorType cursor_type,
indexed_db_cursor.cc 21 indexed_db::CursorType cursor_type,
25 cursor_type_(cursor_type),
indexed_db_database.cc 521 indexed_db::CursorType cursor_type,
539 DCHECK_NE(cursor_type, indexed_db::CURSOR_KEY_ONLY);
548 } else if (cursor_type == indexed_db::CURSOR_KEY_ONLY) {
644 if (cursor_type == indexed_db::CURSOR_KEY_ONLY) {
1006 indexed_db::CursorType cursor_type; member in struct:content::IndexedDBDatabase::OpenCursorOperationParams
    [all...]
indexed_db_database.h 200 indexed_db::CursorType cursor_type,
  /external/chromium_org/pdf/
control.h 34 PP_CursorType_Dev cursor_type) = 0;
fading_controls.h 41 virtual void SetCursor(uint32 control_id, PP_CursorType_Dev cursor_type);
fading_controls.cc 177 PP_CursorType_Dev cursor_type) {
178 owner()->SetCursor(control_id, cursor_type);
instance.h 180 virtual void SetCursor(uint32 control_id, PP_CursorType_Dev cursor_type);
instance.cc     [all...]
  /external/chromium_org/content/common/cursors/
webcursor.cc 199 WebCursorInfo::Type cursor_type = ToCursorType(cursor); local
201 InitFromCursorInfo(CursorInfo(cursor_type));
203 if (cursor_type == WebCursorInfo::TypeCustom)
webcursor.h 46 explicit CursorInfo(blink::WebCursorInfo::Type cursor_type)
47 : type(cursor_type),
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 218 // Sets the cursor to the one associated with the specified cursor_type
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 407 static void Form_SetCursor(FPDF_FORMFILLINFO* param, int cursor_type);
pdfium_engine.cc     [all...]

Completed in 163 milliseconds