Home
last modified time | relevance | path

Searched refs:Cursors (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DCursorEfl.cpp80 class Cursors { class
82 Cursors() in Cursors() function in WebCore::__anon66f310a20111::Cursors
129 ~Cursors() in ~Cursors()
134 static Cursors* self();
135 static Cursors* s_self;
182 Cursors* Cursors::s_self = 0;
184 Cursors* Cursors::self() in self()
187 s_self = new Cursors(); in self()
196 return Cursors::self()->PointerCursor; in pointerCursor()
201 return Cursors::self()->MoveCursor; in moveCursor()
[all …]
/external/clang/tools/libclang/
DCIndex.cpp4842 CXCursor *Cursors; member in __anon7aec3bc20511::AnnotateTokensWorker
4878 : Annotated(annotated), Tokens(tokens), Cursors(cursors), in AnnotateTokensWorker()
4915 (clang_isInvalid(Cursors[I].kind) || in AnnotateTokens()
4917 Cursors[I] = Pos->second; in AnnotateTokens()
4926 if (I < PreprocessingTokIdx && clang_isPreprocessing(Cursors[I].kind)) in AnnotateTokens()
4930 Cursors[I] = (Pos == Annotated.end()) ? C : Pos->second; in AnnotateTokens()
4950 Cursors[I] = updateC; in annotateAndAdvanceTokens()
4983 if (clang_isInvalid(clang_getCursorKind(Cursors[I]))) in annotateAndAdvanceFunctionMacroTokens()
4984 Cursors[I] = updateC; in annotateAndAdvanceFunctionMacroTokens()
5084 Cursors[I] = cursor; in Visit()
[all …]
/external/clang/include/clang-c/
DIndex.h3953 CXCursor *Cursors);
/external/webkit/Source/WebKit/haiku/
DChangeLog536 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit/wx/
DChangeLog1025 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit/
DChangeLog773 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit/win/
DChangeLog4046 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit/mac/
DChangeLog7208 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3136727 (WebCore::Cursors::Cursors::self):
37721 (WebCore::Cursors::Cursors::self):
DChangeLog-2010-01-2930508 … class Cursors - instantiated at: WebCore/platform/qt/CursorQt.cpp:146
40265 Cursors loaded from a QPixmap didn't specifiy the
DChangeLog-2011-02-165416 IndexedDB: Cursors should skip deleted entries
DChangeLog-2010-12-0676062 … * platform/qt/CursorQt.cpp: Remove the Cursors class since we have the static cursor instances
99872 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit/gtk/
DChangeLog5669 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1640072 Make changing Cursors work in WebKit2.
40078 Add encoding/decoding of Cursors. For now we don't support Custom
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1613969 Make changing Cursors work in WebKit2.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-165529 Make changing Cursors work in WebKit2.