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

  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.cc 251 std::vector<size_t> url_offsets;
255 &url_offsets);
258 UTF16ToUTF8(text.substr(0, url_offsets[0])).c_str());
263 UTF16ToUTF8(text.substr(url_offsets[0])).c_str());
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 307 std::vector<size_t> url_offsets; local
311 &url_offsets));
313 main_label_chunk4_ = text.substr(0, url_offsets[0]);
314 main_label_chunk5_ = text.substr(url_offsets[0]);
    [all...]

Completed in 137 milliseconds