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

  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 166 std::string candidate_webstore_item_id = webstore_url.path().substr( local
168 if (!extensions::Extension::IdIsValid(candidate_webstore_item_id)) {
175 candidate_webstore_item_id;
181 *webstore_item_id = candidate_webstore_item_id;

Completed in 159 milliseconds