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

  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 241 NSRange resultRange = [incomingResult range];
243 ASSERT(resultRange.location != NSNotFound);
244 ASSERT(resultRange.length > 0);
248 result.location = resultRange.location;
249 result.length = resultRange.length;
255 result.location = resultRange.location;
256 result.length = resultRange.length;
277 result.location = resultRange.location;
278 result.length = resultRange.length;
284 result.location = resultRange.location
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 786 NSRange resultRange = [incomingResult range];
788 ASSERT(resultRange.location != NSNotFound);
789 ASSERT(resultRange.length > 0);
793 result.location = resultRange.location;
794 result.length = resultRange.length;
800 result.location = resultRange.location;
801 result.length = resultRange.length;
822 result.location = resultRange.location;
823 result.length = resultRange.length;
829 result.location = resultRange.location
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
TextIterator.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 196 milliseconds