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

  /external/chromium_org/content/browser/
transition_request_manager.cc 32 size_t url_start = header_body.find_first_of('<'); local
34 if (url_start == std::string::npos || url_end == std::string::npos ||
35 url_start > url_end) {
52 url->assign(begin + url_start + 1, begin + url_end);
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 675 const size_t url_start = bookmark.find_first_not_of(kDelim, title_end); local
676 if (url_start != base::string16::npos) {
678 bookmark.substr(url_start, base::string16::npos));

Completed in 425 milliseconds