Home
last modified time | relevance | path

Searched defs:cursors (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/base/cursor/
Dcursors_aura.cc30 const CursorData* cursors; member
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1954 CursorList* cursors = style->cursors(); in getPropertyCSSValue() local
/external/clang/tools/c-index-test/
Dc-index-test.c3115 CXCursor *cursors = 0; in perform_token_annotation() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp1152 const CursorList* cursors = style->cursors(); in selectCursor() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h700 CursorList* cursors() const { return rareInheritedData->cursorData.get(); } in cursors() function
/external/clang/tools/libclang/
DCIndex.cpp5086 AnnotateTokensWorker(CXToken *tokens, CXCursor *cursors, unsigned numTokens, in AnnotateTokensWorker()