Searched defs:scope (Results 1 - 25 of 152) sorted by relevance

1234567

/external/webkit/Source/WebCore/bindings/v8/
H A DV8HiddenPropertyName.cpp50 v8::HandleScope scope; local
H A DScriptProfile.cpp49 v8::HandleScope scope; local
H A DV8EventListenerList.h69 v8::HandleScope scope; local
H A DV8IsolatedContext.cpp55 v8::HandleScope scope; local
H A DDOMDataStore.cpp139 v8::HandleScope scope; local
146 v8::HandleScope scope; local
180 v8::HandleScope scope; local
H A DScriptHeapSnapshot.cpp50 v8::HandleScope scope; local
H A DV8DOMMap.cpp95 v8::HandleScope scope; local
117 v8::HandleScope scope; local
132 v8::HandleScope scope; local
147 v8::HandleScope scope; local
164 v8::HandleScope scope; local
H A DPageScriptDebugServer.cpp87 v8::HandleScope scope;
135 v8::HandleScope scope; local
144 v8::HandleScope scope; local
H A DScriptCallStackFactory.cpp84 v8::HandleScope scope; local
106 v8::HandleScope scope; local
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityStub.java56 * @param scope
59 public IdentityStub(String name, IdentityScope scope) argument
61 super(name, scope);
H A DSignerStub.java52 * Constructor, sets given name and scope
55 * @param scope
58 public SignerStub(String name, IdentityScope scope) argument
60 super(name, scope);
H A DIdentityScopeStub.java55 * @param scope
58 public IdentityScopeStub(String name, IdentityScope scope) argument
60 super(name, scope);
116 * Sets the system's identity scope
117 * @param scope
119 public static void mySetSystemScope(IdentityScope scope) { argument
121 IdentityScope.setSystemScope(scope);
/external/v8/test/cctest/
H A Dtest-func-name-inference.cc54 v8::HandleScope scope; local
57 v8::HandleScope scope; local
113 v8::HandleScope scope; local
125 v8::HandleScope scope; local
137 v8::HandleScope scope; local
151 v8::HandleScope scope; local
165 v8::HandleScope scope; local
181 v8::HandleScope scope; local
199 v8::HandleScope scope; local
217 v8::HandleScope scope; local
231 v8::HandleScope scope; local
247 v8::HandleScope scope; local
260 v8::HandleScope scope; local
275 v8::HandleScope scope; local
[all...]
H A Dtest-disasm-ia32.cc59 v8::HandleScope scope; local
453 CpuFeatures::Scope scope(SSE4_1);
H A Dtest-threads.cc39 v8::HandleScope scope; local
71 v8::HandleScope scope; local
110 v8::HandleScope scope; local
/external/webkit/Source/WebCore/bindings/js/
H A DJSJavaScriptCallFrameCustom.cpp77 // we must always have something in the scope chain
103 JSObject* scope = iter->get(); local
104 if (scope->isActivationObject()) {
106 // First activation object is local scope, each successive activation object is closure.
115 // Last in the chain is global scope.
/external/clang/test/CodeGenCXX/
H A Dblocks.cpp49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc126 // 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/
H A Dvariables.cc89 Variable::Variable(Scope* scope, argument
94 : scope_(scope),
H A Dd8-readline.cc107 HandleScope scope; local
114 HandleScope scope; local
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSFunction.h57 ScopeChainNode* scope() function in class:JSC::JSFunction
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp61 v8::HandleScope scope; local
/external/webkit/Source/WebKit/chromium/tests/
H A DWebFrameTest.cpp137 v8::HandleScope scope; local
/external/clang/lib/Sema/
H A DTargetAttributesSema.cpp24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D, argument
63 bool ProcessDeclAttribute(Scope *scope, Decl *D, argument
109 bool ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, argument
238 bool ProcessDeclAttribute(Scope *scope, Decl *D, argument
/external/skia/src/animator/
H A DSkDisplayApply.h63 SkDrawable* getScope() { return scope; }
95 SkDrawable* scope; member in class:SkApply

Completed in 867 milliseconds

1234567