Searched refs:cursor_type (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/content/common/cursors/ |
D | webcursor.h | 46 explicit CursorInfo(blink::WebCursorInfo::Type cursor_type) in CursorInfo() 47 : type(cursor_type), in CursorInfo()
|
D | webcursor.cc | 199 WebCursorInfo::Type cursor_type = ToCursorType(cursor); in InitFromExternalCursor() local 201 InitFromCursorInfo(CursorInfo(cursor_type)); in InitFromExternalCursor() 203 if (cursor_type == WebCursorInfo::TypeCustom) in InitFromExternalCursor()
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_cursor.cc | 21 indexed_db::CursorType cursor_type, in IndexedDBCursor() argument 25 cursor_type_(cursor_type), in IndexedDBCursor()
|
D | indexed_db_cursor.h | 26 indexed_db::CursorType cursor_type, in NON_EXPORTED_BASE()
|
D | indexed_db_database.cc | 521 indexed_db::CursorType cursor_type, in GetOperation() argument 539 DCHECK_NE(cursor_type, indexed_db::CURSOR_KEY_ONLY); in GetOperation() 548 } else if (cursor_type == indexed_db::CURSOR_KEY_ONLY) { in GetOperation() 644 if (cursor_type == indexed_db::CURSOR_KEY_ONLY) { in GetOperation() 1006 indexed_db::CursorType cursor_type; member 1036 params->cursor_type = in OpenCursor() 1060 if (params->cursor_type == indexed_db::CURSOR_KEY_ONLY) { in OpenCursorOperation() 1080 if (params->cursor_type == indexed_db::CURSOR_KEY_ONLY) { in OpenCursorOperation() 1119 params->cursor_type, in OpenCursorOperation()
|
D | indexed_db_database.h | 200 indexed_db::CursorType cursor_type, in NON_EXPORTED_BASE()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_mac.h | 47 virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
|
D | window_tree_host_ozone.h | 51 virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
|
D | window_tree_host_x11.h | 55 virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
|
D | window_tree_host_mac.mm | 83 void WindowTreeHostMac::SetCursorNative(gfx::NativeCursor cursor_type) {
|
/external/chromium_org/pdf/ |
D | fading_controls.h | 41 virtual void SetCursor(uint32 control_id, PP_CursorType_Dev cursor_type);
|
D | fading_controls.cc | 177 PP_CursorType_Dev cursor_type) { in SetCursor() argument 178 owner()->SetCursor(control_id, cursor_type); in SetCursor()
|
D | control.h | 34 PP_CursorType_Dev cursor_type) = 0;
|
D | instance.h | 180 virtual void SetCursor(uint32 control_id, PP_CursorType_Dev cursor_type);
|
D | instance.cc | 1340 void Instance::SetCursor(uint32 control_id, PP_CursorType_Dev cursor_type) { in SetCursor() argument 1341 UpdateCursor(cursor_type); in SetCursor()
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_engine.h | 407 static void Form_SetCursor(FPDF_FORMFILLINFO* param, int cursor_type);
|
D | pdfium_engine.cc | 3011 void PDFiumEngine::Form_SetCursor(FPDF_FORMFILLINFO* param, int cursor_type) { in Form_SetCursor() argument
|