HomeSort by relevance Sort by last modified time
    Searched full:makerange (Results 1 - 19 of 19) sorted by null

  /external/chromium/googleurl/src/
url_parse.cc 81 *password = MakeRange(user.begin + colon_offset + 1,
125 *hostname = MakeRange(serverinfo.begin, colon);
128 *port_num = MakeRange(colon + 1, serverinfo.end());
166 ParseServerInfo(spec, MakeRange(i + 1, auth.begin + auth.len),
222 *ref = MakeRange(ref_separator + 1, path_end);
232 *query = MakeRange(query_separator + 1, query_end);
239 *filepath = MakeRange(path.begin, file_end);
258 *scheme = MakeRange(begin, i);
372 parsed->path = MakeRange(parsed->scheme.end() + 1, spec_len);
376 parsed->path = MakeRange(begin, spec_len)
    [all...]
url_parse_file.cc 99 ParsePathInternal(spec, MakeRange(next_slash, spec_len),
112 parsed->host = MakeRange(after_slashes, next_slash);
116 ParsePathInternal(spec, MakeRange(next_slash, spec_len),
133 ParsePathInternal(spec, MakeRange(path_begin, spec_len),
url_canon_relative.cc 133 *relative_component = url_parse::MakeRange(begin, url_len);
142 *relative_component = url_parse::MakeRange(begin, url_len);
169 *relative_component = url_parse::MakeRange(colon_offset + 1, url_len);
332 out_parsed->path = url_parse::MakeRange(path_begin, output->length());
343 out_parsed->path = url_parse::MakeRange(true_path_begin,
url_canon_fileurl.cc 101 url_parse::MakeRange(after_drive, path.end());
url_canon_host.cc 350 url_parse::MakeRange(output_begin, output->length()),
362 host_info->out_host = url_parse::MakeRange(output_begin, output->length());
url_parse.h 85 inline Component MakeRange(int begin, int end) {
  /external/webkit/Source/WebCore/dom/
DOMTextContentWalker.cpp 47 RefPtr<Range> forwardRange = makeRange(position, endOfDocument(position));
57 RefPtr<Range> backwardsRange = makeRange(startOfDocument(position), position);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 397 RefPtr<Range> positionRange = makeRange(position, position);
452 NSRange rangeToPass = NSMakeRange(TextIterator::rangeLength(makeRange(paragraphStart, position).get()), 0);
454 RefPtr<Range> fullCharacterRange = makeRange(paragraphStart, paragraphEnd);
463 RefPtr<Range> finalRange = makeRange(startOfWord(position), endOfWord(position));
487 int lengthToSelectionStart = TextIterator::rangeLength(makeRange(paragraphStart, selectionStart).get());
488 int lengthToSelectionEnd = TextIterator::rangeLength(makeRange(paragraphStart, selectionEnd).get());
491 String fullPlainTextString = plainText(makeRange(paragraphStart, paragraphEnd).get());
  /external/webkit/Source/WebCore/editing/
VisiblePosition.h 130 PassRefPtr<Range> makeRange(const VisiblePosition&, const VisiblePosition&);
TypingCommand.cpp 345 RefPtr<Range> range = makeRange(p1, p2);
VisiblePosition.cpp 628 PassRefPtr<Range> makeRange(const VisiblePosition &start, const VisiblePosition &end)
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 444 RefPtr<Range> range = makeRange(visiblePositionRange.start, visiblePositionRange.end);
476 RefPtr<Range> range = makeRange(visiblePositionRange.start, visiblePositionRange.end);
585 String lineString = plainText(makeRange(startOfLine(nextVisiblePos), endOfLine(nextVisiblePos)).get());
609 String lineString = plainText(makeRange(startOfLine(previousVisiblePos), endOfLine(previousVisiblePos)).get());
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/page/
Frame.cpp 824 RefPtr<Range> previousCharacterRange = makeRange(previous, position);
832 RefPtr<Range> nextCharacterRange = makeRange(position, next);
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 624 TextIterator it(makeRange(startVisiblePosition, endVisiblePosition).get());
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2005-12-19     [all...]
ChangeLog-2011-02-16     [all...]

Completed in 816 milliseconds