Searched refs:scopes (Results 151 - 175 of 201) sorted by relevance

123456789

/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc1606 userinfo_token_info.scopes.insert(
1615 login_token_info.scopes.insert(GaiaConstants::kAnyApiOAuth2Scope);
1622 access_token_info.scopes.insert(kTestAppScope);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js469 var scopes = [];
471 scopes[i] = InjectedScript.CallFrameProxy._createScopeJson(rawScopes[i].type, rawScopes[i].object, objectGroupName);
472 details.scopeChain = scopes;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js165 chrome.runtime.Manifest.Oauth2.prototype.scopes;
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1885 // Get the frame for which the scope or scopes are requested.
1917 // No frames no scopes.
1919 throw new Error('No scopes');
1922 // Get the frame for which the scopes are requested.
1932 // Fill all scopes for this frame or function.
1934 var scopes = [];
1936 scopes.push(scope_holder.scope(i));
1942 scopes: scopes
2473 "scopes"
[all...]
H A Dmirror-debugger.js2248 // For local and closure scopes create a transient mirror as these objects are
2249 // created on the fly materializing the local or closure scopes and
2735 content.scopes = [];
2738 content.scopes.push({
2933 content.scopes = [];
2936 content.scopes.push({
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.darwin-arm64.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.darwin-mips.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.darwin-mips64.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.darwin-x86.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.darwin-x86_64.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.linux-arm.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.linux-arm64.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.linux-mips.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.linux-mips64.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.linux-x86.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.host.linux-x86_64.mk29 v8/src/allocation-site-scopes.cc \
201 v8/src/scopes.cc \
H A Dv8_base.target.darwin-arm64.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.darwin-mips.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.darwin-mips64.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.darwin-x86.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.darwin-x86_64.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.linux-arm64.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.linux-mips.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \
H A Dv8_base.target.linux-mips64.mk30 v8/src/allocation-site-scopes.cc \
202 v8/src/scopes.cc \

Completed in 259 milliseconds

123456789