Searched defs:cursors (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1080 CursorList* cursors = style->cursors(); local
1081 if (cursors && cursors->size() > 0) {
1083 for (unsigned i = 0; i < cursors->size(); ++i)
1084 if (StyleImage* image = cursors->at(i).image())
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp1182 if (style && style->cursors()) {
1183 const CursorList* cursors = style->cursors(); local
1184 for (unsigned i = 0; i < cursors->size(); ++i) {
1186 StyleImage* image = (*cursors)[i].image();
1191 IntPoint hotSpot = (*cursors)[i].hotSpot();
1192 // Limit the size of cursors so that they cannot be used to cover UI elements in chrome.
2764 // FIXME <rdar://7577595>: Custom cursors aren't supported during drag and drop (default to pointer).
/external/clang/tools/c-index-test/
H A Dc-index-test.c2615 CXCursor *cursors = 0; local
2696 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor));
2697 clang_annotateTokens(TU, tokens, num_tokens, cursors);
2724 if (!clang_isInvalid(cursors[i].kind)) {
2726 PrintCursor(cursors[i], NULL);
2730 free(cursors);
/external/clang/tools/libclang/
H A DCIndex.cpp1360 // "Class") have associated declarations. Create cursors for those.
2293 // treated like DeclRefExpr cursors.
4876 CXToken *tokens, CXCursor *cursors, unsigned numTokens,
4878 : Annotated(annotated), Tokens(tokens), Cursors(cursors),
4895 /// \brief Determine whether the annotator saw any cursors that have
5191 // but the child cursors.
5195 // capture by the child cursors.
5385 // region of interest to the corresponding cursors.
4875 AnnotateTokensWorker(AnnotateTokensData &annotated, CXToken *tokens, CXCursor *cursors, unsigned numTokens, CXTranslationUnit tu, SourceRange RegionOfInterest) argument
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h634 CursorList* cursors() const { return rareInheritedData->cursorData.get(); } function in class:WebCore::RenderStyle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 156 milliseconds