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

  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 202 std::string cros_text = local
205 size_t cros_link = cros_text.find(kBeginLinkCrosOss);
207 size_t cros_link_end = cros_text.find(kEndLinkCrosOss, cros_link);
211 cros_text.substr(0, cros_link));
213 cros_text.substr(cros_link_end + strlen(kEndLinkCrosOss)));
215 StringSubRange(cros_text, cros_link + strlen(kBeginLinkCrosOss),

Completed in 582 milliseconds