HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 501 - 525 of 1068) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.cc 80 v8::Context::Scope scope(v8_context());
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 173 const std::string& scope,
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h 161 void addChildRules(const Vector<RefPtr<StyleRuleBase> >&, const MediaQueryEvaluator& medium, StyleResolver*, const ContainerNode* scope, bool hasDocumentSecurityOrigin, AddRuleFlags);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 115 EventQueueScope scope; local
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.cpp 158 String HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_rhapsody.h 194 PRThreadScope scope,
  /external/chromium_org/v8/src/
bootstrapper.h 70 HandleScope scope(isolate);
gdb-jit.cc 1103 Scope* scope = desc_->info()->scope(); local
1123 int params = scope->num_parameters();
1124 int slots = scope->num_stack_slots();
1125 int context_slots = scope->ContextLocalCount();
1128 int locals = scope->StackLocalCount();
1134 *scope->parameter(param)->name()->ToCString(DISALLOW_NULLS));
1179 ZoneList<Variable*> stack_locals(locals, scope->zone());
1180 ZoneList<Variable*> context_locals(context_slots, scope->zone())
1324 Scope* scope = desc_->info()->scope(); local
    [all...]
json-parser.h 323 HandleScope scope(isolate());
465 return scope.CloseAndEscape(json_object);
471 HandleScope scope(isolate());
495 return scope.CloseAndEscape(json_array);
sampler.cc 628 ExternalCallbackScope* scope = isolate->external_callback_scope(); local
630 // If there is a handler on top of the external callback scope then
633 if (scope && scope->scope_address() < handler) {
634 external_callback = scope->callback();
scopeinfo.h 146 Isolate* isolate, Interface* interface, Scope* scope);
  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 53 HandleScope scope(isolate);
79 HandleScope scope(isolate);
118 HandleScope scope(isolate);
260 HandleScope scope(isolate);
350 HandleScope scope(isolate);
407 HandleScope scope(isolate);
475 HandleScope scope(isolate);
548 HandleScope scope(isolate);
626 HandleScope scope(isolate);
731 HandleScope scope(isolate)
    [all...]
test-code-stubs-x64.cc 129 HandleScope scope(isolate);
test-date.cc 124 v8::HandleScope scope(isolate);
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 107 // initialized upon entering a function / block scope.
131 // Test that a function declaration sees the scope it resides in.
  /external/v8/test/cctest/
test-cpu-profiler.cc 33 v8::HandleScope scope; local
88 i::HandleScope scope; local
301 v8::HandleScope scope; local
347 v8::HandleScope scope; local
test-date.cc 122 v8::HandleScope scope; local
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 107 // initialized upon entering a function / block scope.
131 // Test that a function declaration sees the scope it resides in.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 59 Test running gen when defining function is out of scope
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 59 Test running gen when defining function is out of scope
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1302 static const void* scope = static_cast<void*>(this); local
1347 scope, 3, existing_url, history::RedirectList(), local
1377 static const void* scope = static_cast<void*>(this); local
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 671 FrameScope scope(masm, StackFrame::INTERNAL);
691 FrameScope scope(masm, StackFrame::INTERNAL);
716 FrameScope scope(masm, StackFrame::CONSTRUCT);
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 90 FrameScope scope(masm, StackFrame::CONSTRUCT);
391 FrameScope scope(masm, StackFrame::INTERNAL);
454 FrameScope scope(masm, StackFrame::INTERNAL);
480 FrameScope scope(masm, StackFrame::INTERNAL);
507 FrameScope scope(masm, StackFrame::INTERNAL);
556 FrameScope scope(masm, StackFrame::INTERNAL);
623 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 687 FrameScope scope(masm, StackFrame::INTERNAL);
707 FrameScope scope(masm, StackFrame::INTERNAL);
739 FrameScope scope(masm, StackFrame::CONSTRUCT);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 89 FrameScope scope(masm, StackFrame::CONSTRUCT);
401 // Open a C++ scope for the FrameScope.
419 FrameScope scope(masm, StackFrame::INTERNAL);
449 FrameScope scope(masm, StackFrame::INTERNAL);
519 FrameScope scope(masm, StackFrame::INTERNAL);
546 FrameScope scope(masm, StackFrame::INTERNAL);
574 FrameScope scope(masm, StackFrame::INTERNAL);
619 FrameScope scope(masm, StackFrame::INTERNAL);
693 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]

Completed in 1841 milliseconds

<<21222324252627282930>>