HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 251 - 275 of 1418) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/child/service_worker/
web_service_worker_impl.cc 73 blink::WebURL WebServiceWorkerImpl::scope() const { function in class:content::WebServiceWorkerImpl
74 return handle_ref_->scope();
  /external/chromium_org/extensions/renderer/
binding_generating_native_handler.cc 19 v8::EscapableHandleScope scope(isolate);
42 return scope.Escape(object);
  /external/chromium_org/gin/shell/
gin_main.cc 30 Runner::Scope scope(runner.get());
72 gin::Runner::Scope scope(&runner);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.cpp 83 String ServiceWorkerGlobalScope::scope(ExecutionContext* context) function in class:WebCore::ServiceWorkerGlobalScope
85 return ServiceWorkerGlobalScopeClient::from(context)->scope().string();
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
87 SkDrawable* scope; member in class:SkApply
  /external/chromium_org/tools/gn/
scope_per_file_provider.cc 13 ScopePerFileProvider::ScopePerFileProvider(Scope* scope,
15 : ProgrammaticProvider(scope),
  /external/chromium_org/v8/src/
prettyprinter.h 50 void PrintParameters(Scope* scope);
79 void PrintParameters(Scope* scope);
rewriter.cc 231 Scope* scope = function->scope(); local
232 ASSERT(scope != NULL);
233 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true;
237 Variable* result = scope->NewTemporary(
247 // of an immediate inner scope. For example in
250 // coincides with the end of the with scope which is the position of '1'.
compilation-cache.cc 93 // into the caller's handle scope.
94 { HandleScope scope(isolate());
154 // into the caller's handle scope.
155 { HandleScope scope(isolate());
190 // Once outside the manacles of the handle scope, we need to recheck
192 // handle created in the caller's handle scope.
216 HandleScope scope(isolate());
228 HandleScope scope(isolate());
230 // scope. Otherwise, we risk keeping old tables around even after
246 return scope.CloseAndEscape(function_info)
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-815.js 29 // end up in a spilled scope in code that only worked in a register
30 // allocated scope. Test that this no longer happens.
33 // scope.
38 // in a spilled scope: