HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 726 - 750 of 1184) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 15 * @param {String} oauth_scope The OAuth scope parameter.
60 * "scope" {String} OAuth access scope.
237 * "scope" {String} OAuth access scope.
251 oauth_config['scope'],
396 * Stores an OAuth token for the configured scope.
404 * Retrieves any stored token for the configured scope.
412 * Stores an OAuth token secret for the configured scope.
420 * Retrieves any stored secret for the configured scope
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 15 * @param {String} oauth_scope The OAuth scope parameter.
60 * "scope" {String} OAuth access scope.
237 * "scope" {String} OAuth access scope.
251 oauth_config['scope'],
396 * Stores an OAuth token for the configured scope.
404 * Retrieves any stored token for the configured scope.
412 * Stores an OAuth token secret for the configured scope.
420 * Retrieves any stored secret for the configured scope
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 171 base::StatsScope<base::StatsCounterTimer> scope(driver_time);
  /external/chromium_org/
PRESUBMIT.py 555 def _CheckIncludeOrderForScope(scope, input_api, file_path, changed_linenums):
556 """Checks that the lines in scope occur in the right order.
574 for line_num, line in scope:
659 # Split into scopes: Each region between #if and #endif is its own scope.
675 for scope in scopes:
676 warnings.extend(_CheckIncludeOrderForScope(scope, input_api, f.LocalPath(),
908 """These types are all expected to hold locks while in scope and
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 101 return tokenEntry.querySelector('.scope-list')
168 var scopes = tokenListEntries[0].querySelector('.scope-list')
policy_ui_browsertest.cc 42 // Populate expected scope.
45 metadata->scope == policy::POLICY_SCOPE_MACHINE ?
  /external/chromium_org/chrome/renderer/extensions/
user_script_scheduler.cc 203 v8::HandleScope scope(v8::Isolate::GetCurrent());
231 // V8ValueConverterImpl shouldn't actually care about the context scope,
  /external/chromium_org/components/policy/core/common/
policy_service_impl.cc 39 // The highest (level, scope) pair for an existing proxy policy is determined
64 current_priority.scope,
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 155 if (info->scope == AddressSorterPosix::SCOPE_UNDEFINED)
197 // Rule 2: Prefer matching scope.
205 // In all three cases, matching scope is preferred.
217 // Matching scope.
275 // Rule 8: Prefer smaller scope.
277 // Matching scope. Should precede the others by Rule 2.
280 // Mismatched scope.
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 184 base::StatsScope<base::StatsCounterTimer> scope(driver_time);
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 173 const std::string& scope,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 126 // Use the outer scope to hold context.
132 v8::Context::Scope scope(v8Context);
139 // handlers push document, form owner, and the target node on the scope chain.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 319 ScriptScope scope(injectedScript.scriptState());
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 136 XMLDocumentParserScope scope(fetcher(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPropertiesSection.js 524 // Bound function never has inner scope and doesn't need corresponding UI node.
576 TreeElement.call(this, "<function scope>", null, false);
606 var scope = scopeChain[i];
610 switch (scope.type) {
612 // Not really expecting this scope type here.
633 console.error("Unknown scope type: " + scope.type);
638 var remoteObject = WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_darwin.h 232 PRThreadScope scope,
_freebsd.h 231 PRThreadScope scope,
_nextstep.h 226 PRThreadScope scope,
_nspr_pthread.h 254 PRThreadScope scope,
  /external/chromium_org/v8/src/arm/
debug-arm.cc 120 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/chromium_org/v8/src/
handles.h 84 // Closes the given scope, but lets this handle escape. See
86 inline Handle<T> EscapeFrom(v8::EscapableHandleScope* scope);
121 // After a handle scope has been created, all local handles will be
122 // allocated within that handle scope until either the handle scope is
123 // deleted or another handle scope is created. If there is already a
124 // handle scope and a new one is created, all allocations will take
125 // place in the new handle scope until it is deleted. After that,
126 // new handles will again be allocated in the original handle scope.
128 // After the handle scope of a local handle has been deleted th
    [all...]
runtime-profiler.cc 225 HandleScope scope(isolate_);
  /external/chromium_org/v8/src/ia32/
debug-ia32.cc 107 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/chromium_org/v8/src/mips/
debug-mips.cc 130 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/chromium_org/v8/src/x64/
debug-x64.cc 105 FrameScope scope(masm, StackFrame::INTERNAL);

Completed in 957 milliseconds

<<21222324252627282930>>