HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 226 - 250 of 1056) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 126 // If this is a class member, it needs to be declared in its class scope.
127 string scope = (descriptor_->extension_scope() == NULL) ? "" : local
129 string name = scope + descriptor_->name();
139 vars["scope" ] = scope;
143 // We cannot declare it at class scope because that would require exposing
159 "const int $scope$$constant_name$;\n"
  /external/v8/src/
messages.cc 47 HandleScope scope; local
124 HandleScope scope; local
177 HandleScope scope; local
compilation-cache.cc 122 // into the caller's handle scope.
123 { HandleScope scope(isolate());
176 // into the caller's handle scope.
177 { HandleScope scope(isolate());
208 // Once outside the manacles of the handle scope, we need to recheck
210 // handle created in the caller's handle scope.
246 HandleScope scope(isolate());
257 // scope. Otherwise, we risk keeping old tables around even after
261 { HandleScope scope(isolate());
312 HandleScope scope(isolate())
    [all...]
variables.h 67 // the context object on the heap, starting at 0. scope() is the
68 // corresponding scope.
77 Variable(Scope* scope,
91 // in an outer scope about which we don't know anything (it may not
92 // be the global scope). scope() is NULL in that case. Currently the
93 // scope is only used to follow the context chain length.
94 Scope* scope() const { return scope_; function in class:v8::internal::Variable
    [all...]
  /external/v8/test/cctest/
test-dictionary.cc 43 v8::HandleScope scope; local
104 v8::HandleScope scope; local
127 v8::HandleScope scope; local
test-threads.cc 39 v8::HandleScope scope; local
40 v8::Context::Scope context_scope(v8::Context::New());
71 v8::HandleScope scope; local
72 v8::Context::Scope context_scope(v8::Context::New());
110 v8::HandleScope scope; local
111 v8::Context::Scope context_scope(v8::Context::New());
test-log-stack-tracer.cc 175 v8::HandleScope scope; local
190 v8::HandleScope scope; local
195 v8::HandleScope scope; local
285 v8::HandleScope scope; local
330 v8::HandleScope scope; local
404 v8::HandleScope scope; local
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 109 // c) the rules comes from a scoped style sheet within the same tree scope
135 // Check whether other types of rules are applicable in the current tree scope. Criteria for this:
137 // b) the tree scope allows author rules
138 // c) the rules comes from a scoped style sheet within the same tree scope
142 if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(element, matchRequest.scope, m_behaviorAtBoundary, matchRequest.elementApplyAuthorStyles))
173 collectMatchingRules(MatchRequest(regionRules, matchRequest.includeEmptyRules, matchRequest.scope), ruleRange, cascadeScope, cascadeOrder);
202 inline bool ElementRuleCollector::ruleMatches(const RuleData& ruleData, const ContainerNode* scope, PseudoId& dynamicPseudo)
227 context.scope = scope;
247 if (ruleMatches(ruleData, matchRequest.scope, dynamicPseudo))
    [all...]
SelectorChecker.h 62 , scope(0)
76 const ContainerNode* scope; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
  /external/chromium_org/tools/gn/
target_generator.cc 20 #include "tools/gn/scope.h"
62 Scope* scope,
68 scope_(scope),
134 void TargetGenerator::GenerateTarget(Scope* scope,
149 const Label& toolchain_label = ToolchainLabelForScope(scope);
157 Target* t = scope->settings()->build_settings()->target_manager().GetTarget(
162 TargetGenerator gen(t, scope, function_token, args, output_type, err);
scope.h 24 // Scope for the script execution.
26 // Scopes are nested. Writing goes into the toplevel scope, reading checks
30 // A containing scope can be const or non-const. The const containing scope is
32 // many invocations. A const containing scope, however, prevents us from
34 // variables. So you should use a non-const containing scope whenever possible.
35 class Scope {
44 ProgrammaticProvider(Scope* scope) : scope_(scope) {
    [all...]
scope_per_file_provider.cc 14 ScopePerFileProvider::ScopePerFileProvider(Scope* scope,
16 : ProgrammaticProvider(scope),
  /external/chromium_org/v8/test/webkit/
exception-try-finally-scope-error.js 37 var test = "outer scope";
38 with({test:"inner scope"})
39 (function () { try { throw ""; } finally { result = test; shouldBe("result", '"inner scope"'); return;}})()
  /external/chromium_org/v8/test/webkit/fast/js/kde/
scope.js 29 f = function(a) { return a*x; } // remember scope chain
53 eval("var g;") //Change the scope of g half-ways through the loop
58 shouldBe("g", "'foo'"); //Before the eval, g was in outer scope, but not after
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 41 NSInteger Scope;
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 277 ruleRef(rule,label,elementIndex,args,scope) ::= <<
290 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
298 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
309 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
316 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
323 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
330 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
337 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
346 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/chromium_org/chrome/browser/extensions/
extension_pref_value_map.cc 50 ExtensionPrefsScope scope,
52 PrefValueMap* prefs = GetExtensionPrefValueMap(ext_id, scope);
61 ExtensionPrefsScope scope) {
62 PrefValueMap* prefs = GetExtensionPrefValueMap(ext_id, scope);
156 ExtensionPrefsScope scope) {
159 switch (scope) {
175 ExtensionPrefsScope scope) const {
178 switch (scope) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 371 Node* FocusController::findFocusableNodeAcrossFocusScope(FocusDirection direction, FocusNavigationScope scope, Node* currentNode)
377 found = foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(direction, scope, currentNode);
379 found = findFocusableNodeRecursively(direction, scope, currentNode);
384 Node* owner = scope.owner();
387 scope = FocusNavigationScope::focusNavigationScopeOf(owner);
392 found = findFocusableNodeRecursively(direction, scope, owner);
398 Node* FocusController::findFocusableNodeRecursively(FocusDirection direction, FocusNavigationScope scope, Node* start)
401 Node* found = findFocusableNode(direction, scope, start);
408 return foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(direction, scope, found);
417 return foundInInnerFocusScope ? foundInInnerFocusScope :findFocusableNodeRecursively(direction, scope, found)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
RegularExpression.cpp 47 v8::Context::Scope scope(context);
78 v8::Context::Scope scope(context);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.h 68 PassRefPtr<IDBTransaction> transaction(ScriptExecutionContext* context, PassRefPtr<DOMStringList> scope, const String& mode, ExceptionState& es) { return transaction(context, *scope, mode, es); }
  /external/chromium_org/v8/src/
compilation-cache.cc 123 // into the caller's handle scope.
124 { HandleScope scope(isolate());
183 // into the caller's handle scope.
184 { HandleScope scope(isolate());
219 // Once outside the manacles of the handle scope, we need to recheck
221 // handle created in the caller's handle scope.
264 HandleScope scope(isolate());
275 // scope. Otherwise, we risk keeping old tables around even after
279 { HandleScope scope(isolate());
330 HandleScope scope(isolate())
    [all...]
variables.h 67 // the context object on the heap, starting at 0. scope() is the
68 // corresponding scope.
77 Variable(Scope* scope,
91 // in an outer scope about which we don't know anything (it may not
92 // be the global scope). scope() is NULL in that case. Currently the
93 // scope is only used to follow the context chain length.
94 Scope* scope() const { return scope_; function in class:v8::internal::Variable
    [all...]
full-codegen.cc 337 info->function()->scope()->AllowsLazyCompilation());
612 Scope* scope = module->body()->scope(); local
613 Interface* interface = scope->interface();
616 interface->Allocate(scope->module_var()->index());
619 ASSERT(scope->interface()->Index() >= 0);
620 __ Push(Smi::FromInt(scope->interface()->Index()));
621 __ Push(scope->GetScopeInfo());
626 AllocateModules(scope->declarations())
797 Scope* scope = module->body()->scope(); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 273 // Allocate an object. Unrooted after leaving the scope.
320 HandleScope scope(isolate);
346 v8::HandleScope scope(CcTest::isolate());
366 HandleScope scope(isolate);
419 HandleScope scope(isolate);
460 HandleScope scope(isolate);
505 HandleScope scope(isolate);
847 v8::HandleScope scope(CcTest::isolate());
899 v8::HandleScope scope(CcTest::isolate());
938 v8::HandleScope scope(CcTest::isolate())
3430 v8::HandleScope scope; local
    [all...]
  /external/chromium_org/chrome_frame/
CFInstance.js 20 (function(scope) {
30 if (scope['CFInstance']) {
228 * @param {function?} thisObject Optional a scope to use with callback
240 // scope,
251 * returns a new function bound to scope with a variable number of positional
255 var _hitchArgs = function(scope, method /*,...*/) {
260 var f = named ? (scope || window)[method] : method;
261 return f && f.apply(scope || this, pre.concat(args));
267 * object) to scope, optionally partially applying positional arguments.
268 * @param {Object} scope the object to hitch the method t
    [all...]

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>