HomeSort by relevance Sort by last modified time
    Searched refs:markers (Results 26 - 44 of 44) sorted by null

12

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 209 misspellingRange->startContainer(ec)->document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);
380 badGrammarRange->startContainer(ec)->document()->markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription);
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 198 // Return the tool tip string associated with this point, if any. Only markers associated with bad grammar
199 // currently supply strings, but maybe someday markers associated with misspelled words will also.
203 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Grammar);
219 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Replacement);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 195 * Parse the output of aapt and mark the incorrect file with error markers
211 * Parse the output of aapt and mark the incorrect file with error markers
495 IMarker[] markers = f2.findMarkers(markerId, true, IResource.DEPTH_ZERO); local
497 for (IMarker marker : markers) {
531 // if we couldn't get the markers, then we just mark the file again
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 236 Vector<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch);
WebPage.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 1726 IMarker[] markers; local
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 946 # Re-usable patterns to match list item bullets and number markers:
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 794 sd->frame->document()->markers()->removeMarkers(WebCore::DocumentMarker::TextMatch);
860 Vector<WebCore::IntRect> intRects = sd->frame->document()->markers()->renderedRectsForMarkers(WebCore::DocumentMarker::TextMatch);
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.h     [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 560 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch);
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 402 document->markers()->removeMarkers(DocumentMarker::Grammar);
412 document->markers()->removeMarkers(DocumentMarker::Spelling);
    [all...]
WebHTMLView.mm     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebView.cpp     [all...]
  /external/opencv/cv/include/
cv.h 138 /* Segments image using seed "markers" */
139 CVAPI(void) cvWatershed( const CvArr* image, CvArr* markers );
    [all...]
  /dalvik/docs/
prettify.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 481 milliseconds

12