HomeSort by relevance Sort by last modified time
    Searched refs:selectionStartHasMarkerFor (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/editing/
Editor.h 386 bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, int from, int length) const;
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 680 return core(frame)->editor()->selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 1031 *result = coreFrame->editor()->selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
    [all...]

Completed in 222 milliseconds