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

  /external/chromium_org/google_apis/gaia/
fake_gaia.h 163 // given |client_id| and |scope_string|. If |scope_string| is empty, the first
168 const std::string& scope_string)
fake_gaia.cc 342 const std::string& scope_string) const {
347 base::SplitString(scope_string, ' ', &scope_list);
355 (scope_string.empty() || entry->second.scopes == scopes)) {
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc 380 std::string scope_string; local
382 if (pref_names::ScopeToPrefName(scope, &scope_string)) {
387 scope_string); local
405 std::string scope_string; local
406 if (pref_names::ScopeToPrefName(scope, &scope_string)) {
409 scope_string); local
  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.cc 639 std::string scope_string; local
646 !cmd_args->GetString("scope", &scope_string)) {
652 UnregisterWithScope(context, GURL(scope_string), callback);
659 std::string scope_string; local
666 !cmd_args->GetString("scope", &scope_string)) {
673 context, GURL(scope_string), base::Bind(StartActiveWorker, callback));
  /external/chromium_org/extensions/browser/
extension_prefs.cc 245 std::string scope_string; local
246 if (!pref_names::ScopeToPrefName(scope, &scope_string))
248 std::string key = extension_id + "." + scope_string;
    [all...]

Completed in 132 milliseconds