HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 151 - 175 of 447) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/renderer/
web_ui_runner.cc 29 v8::Isolate::Scope isolate_scope(context_holder->isolate());
web_ui_mojo_context_state.cc 60 gin::Runner::Scope scoper(runner_.get());
69 gin::Runner::Scope scoper(runner_.get());
85 gin::Runner::Scope scoper(runner_.get());
  /external/chromium_org/gin/
isolate_holder.cc 78 v8::Isolate::Scope isolate_scope(isolate_);
  /external/chromium_org/mojo/bindings/js/
waiting_callback.cc 71 gin::Runner::Scope scope(runner_.get());
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.cpp 40 ScriptState::Scope scope(m_scriptState.get());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverWithContext.h 121 ScriptState::Scope scope(m_scriptState.get());
ScriptEventListener.cpp 113 v8::HandleScope scope(toIsolate(document));
116 v8::Context::Scope contextScope(context);
120 v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object);
134 v8::HandleScope scope(isolate);
137 v8::Context::Scope contextScope(context);
149 v8::HandleScope scope(toIsolate(frame));
159 v8::HandleScope scope(toIsolate(document));
162 v8::Context::Scope contextScope(context);
166 v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object);
V8WindowShell.cpp 128 ScriptState::Scope scope(m_scriptState.get());
165 // scope is a property of the inner window.
203 ScriptState::Scope scope(m_scriptState.get());
340 ScriptState::Scope scope(m_scriptState.get());
469 ScriptState::Scope scope(m_scriptState.get());
486 ScriptState::Scope scope(m_scriptState.get())
    [all...]
NPV8Object.cpp 181 v8::HandleScope scope(isolate);
240 ScriptState::Scope scope(scriptState);
294 ScriptState::Scope scope(scriptState);
342 ScriptState::Scope scope(scriptState);
377 ScriptState::Scope scope(scriptState);
410 ScriptState::Scope scope(scriptState)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CustomEventTest.cpp 67 ScriptState::Scope scope(scriptState());
109 V8TestingScope scope(isolate);
111 RefPtr<EventListener> listener = TestListener::create(scope.scriptState());
  /external/chromium_org/tools/gn/
function_get_label_info.cc 84 Value RunGetLabelInfo(Scope* scope,
94 Label label = Label::Resolve(scope->GetSourceDir(),
95 ToolchainLabelForScope(scope), args[0], err);
113 GetGenDirForSourceDir(scope->settings(), label.dir()));
118 scope->settings()->default_toolchain_label() == toolchain_label;
120 GetToolchainGenDir(scope->settings()->build_settings(),
125 GetOutputDirForSourceDir(scope->settings(), label.dir()));
130 scope->settings()->default_toolchain_label() == toolchain_label;
132 GetToolchainOutputDir(scope->settings()->build_settings()
    [all...]
function_write_file.cc 46 Value RunWriteFile(Scope* scope,
59 const SourceDir& cur_dir = scope->GetSourceDir();
62 scope->settings()->build_settings()->build_dir(),
77 scope->settings()->build_settings()->GetFullPath(source_file);
scope_per_file_provider.cc 13 ScopePerFileProvider::ScopePerFileProvider(Scope* scope,
15 : ProgrammaticProvider(scope),
setup.h 18 #include "tools/gn/scope.h"
160 Scope dotfile_scope_;
command_args.cc 121 Scope::KeyValueMap build_args;
131 for (Scope::KeyValueMap::const_iterator i = build_args.begin();
136 Scope::KeyValueMap::const_iterator found_arg = build_args.find(list_value);
229 // Scope the setup. We only use it for some basic state. We'll do the
target_generator.cc 18 #include "tools/gn/scope.h"
25 Scope* scope,
29 scope_(scope),
59 void TargetGenerator::GenerateTarget(Scope* scope,
74 const Label& toolchain_label = ToolchainLabelForScope(scope);
75 Label label(scope->GetSourceDir(), args[0].string_value(),
81 scoped_ptr<Target> target(new Target(scope->settings(), label));
86 CopyTargetGenerator generator(target.get(), scope, function_call, err)
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 203 enum ContextKind { StackFrame, Scope, Block };
315 : LocationContext(Scope, ctx, parent), Enter(s) {}
324 ProfileCommon(ID, Scope, ctx, parent, s);
328 return Ctx->getKind() == Scope;
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 208 v8::Context::Scope context_scope(context()->v8_context());
232 v8::Context::Scope context_scope(context()->v8_context());
242 v8::Context::Scope context_scope(context()->v8_context());
  /external/chromium_org/content/renderer/java/
gin_java_bridge_value_converter_unittest.cc 43 v8::Context::Scope context_scope(context);
80 v8::Context::Scope context_scope(context);
101 v8::Context::Scope context_scope(context);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 57 v8::Context::Scope contextScope(debuggerContext);
136 v8::Context::Scope contextScope(m_debuggerContext.newLocal(m_isolate));
168 ScriptState::Scope scriptScope(scriptState);
  /external/clang/include/clang/Sema/
ScopeInfo.h 39 class Scope;
91 /// \brief What kind of scope we are describing.
145 /// current function scope. These diagnostics are vetted for reachability
344 /// \brief Clear out the information in this function scope, making it
523 /// TheScope - This is the scope for the block itself, which contains
525 Scope *TheScope;
531 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block)
552 /// \brief This is the enclosing scope of the captured region.
553 Scope *TheScope;
559 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD
    [all...]
  /external/chromium_org/v8/test/cctest/
test-thread-termination.cc 124 v8::HandleScope scope(CcTest::isolate());
129 v8::Context::Scope context_scope(context);
144 v8::HandleScope scope(CcTest::isolate());
149 v8::Context::Scope context_scope(context);
184 v8::HandleScope scope(CcTest::isolate());
189 v8::Context::Scope context_scope(context);
246 v8::HandleScope scope(isolate);
258 v8::Context::Scope context_scope(context);
304 v8::HandleScope scope(isolate);
309 v8::Context::Scope context_scope(context)
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 78 /// declared in the scope and link to position in previous scope this scope
83 /// - Before processing statements in scope (e.g. CompoundStmt) create
84 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
85 /// and set CFGBuilder::ScopePos to the end of new scope,
88 /// - For every normal (without jump) end of scope add to CFGBlock destructors
89 /// for objects in the current scope,
91 /// between CFGBuilder::ScopePos and local scope position saved for jump
101 /// const_iterator - Iterates local scope backwards and jumps to previou
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 22 #include "clang/Sema/Scope.h"
193 // C++11 allows extra semicolons at namespace scope, but not in any of the
348 // Scope manipulation
351 /// EnterScope - Start a new scope.
354 Scope *N = ScopeCache[--NumCachedScopes];
358 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
362 /// ExitScope - Pop a scope off the scope stack.
364 assert(getCurScope() && "Scope imbalance!");
366 // Inform the actions module that this scope is going away if there are an
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 1 //===--- SemaCXXScopeSpec.cpp - Semantic Analysis for C++ scope specifiers-===//
10 // This file implements C++ semantic analysis for scope specifiers.
64 /// scope specifier.
66 /// \param SS the C++ scope specifier as it appears in the source
69 /// this scope specifier, so we can retrieve the declaration context of a
73 /// \returns the declaration context represented by the scope specifier @p SS,
243 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
281 /// nested-name-specifier within the given scope, and return the result of that
283 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) {
308 bool Sema::isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS
    [all...]

Completed in 2388 milliseconds

1 2 3 4 5 67 8 91011>>