/external/chromium_org/chrome/renderer/pepper/ |
pepper_extensions_common_host.cc | 79 v8::HandleScope scope; local
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 45 const std::set<int64>& scope() const { return object_store_ids_; } function in class:content::IndexedDBTransaction
|
/external/chromium_org/content/renderer/ |
v8_value_converter_impl.cc | 26 // Level scope which updates the current depth of some FromV8ValueState. 114 v8::Context::Scope context_scope(context); 122 v8::Context::Scope context_scope(context); 303 scoped_ptr<v8::Context::Scope> scope; 308 scope.reset(new v8::Context::Scope(val->CreationContext())); 372 scoped_ptr<v8::Context::Scope> scope; 377 scope.reset(new v8::Context::Scope(val->CreationContext())) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8EventListenerList.h | 77 v8::HandleScope scope; local
|
V8WorkerGlobalScopeEventListener.cpp | 72 v8::Context::Scope scope(v8Context);
|
WorkerScriptDebugServer.cpp | 56 v8::HandleScope scope(m_isolate); 58 v8::Context::Scope contextScope(debuggerContext);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
ElementRuleCollector.h | 74 // and then let it go out of scope. 113 bool ruleMatches(const RuleData&, const ContainerNode* scope, PseudoId&);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDevToolsFrontendImpl.cpp | 154 v8::HandleScope scope; local 156 v8::Context::Scope contextScope(frameContext);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ListenerLeakTest.cpp | 62 v8::HandleScope scope(isolate);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32socketserver_unittest.cc | 22 SocketServerScope scope(&server);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/ |
pprthred.h | 155 PRThreadScope scope,
|
/external/chromium_org/v8/src/ |
d8-readline.cc | 153 HandleScope scope; local
|
/external/chromium_org/v8/test/cctest/ |
test-random.cc | 74 v8::HandleScope scope(isolate); 75 v8::Context::Scope context_scope(v8::Context::New(isolate));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1015.js | 56 // In global scope. 64 // In function scope.
|
regress-52801.js | 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine 29 // (contexts may escape), but when leaving a with-scope, we currently also copy
|
/external/doclava/src/com/google/doclava/ |
FieldInfo.java | 335 data.setValue(base + ".scope", "public"); 337 data.setValue(base + ".scope", "protected"); 339 data.setValue(base + ".scope", ""); 341 data.setValue(base + ".scope", "private"); 429 if (!scope().equals(fInfo.scope())) { 431 + " changed scope from " + this.scope() + " to " + fInfo.scope());
|
MemberInfo.java | 105 public String scope() { method in class:MemberInfo 115 throw new RuntimeException("invalid scope for object " + this);
|
/external/llvm/tools/lto/ |
LTOModule.h | 157 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
|
/external/v8/src/ |
bootstrapper.h | 68 HandleScope scope; local
|
api.cc | 788 "Local scope has already been closed")) { 889 i::HandleScope scope(isolate); 1662 v8::HandleScope scope; local 1754 HandleScope scope; local 1768 HandleScope scope; local 1785 HandleScope scope; local 1802 HandleScope scope; local 1921 HandleScope scope; local 1951 HandleScope scope; local 2028 HandleScope scope; local 2044 HandleScope scope; local 2060 HandleScope scope; local 3040 HandleScope scope; local 3585 HandleScope scope; local 4158 HandleScope scope; local 5728 v8::HandleScope scope; local [all...] |
/external/v8/test/cctest/ |
test-random.cc | 76 v8::HandleScope scope;
|
test-assembler-mips.cc | 65 v8::HandleScope scope; local 90 v8::HandleScope scope; local 128 v8::HandleScope scope; local 269 v8::HandleScope scope; local 288 CpuFeatures::Scope scope(FPU); 348 v8::HandleScope scope; local 361 CpuFeatures::Scope scope(FPU); 408 v8::HandleScope scope; local 479 v8::HandleScope scope; local 551 v8::HandleScope scope; local 632 v8::HandleScope scope; local 736 v8::HandleScope scope; local 765 v8::HandleScope scope; local 839 v8::HandleScope scope; local 982 v8::HandleScope scope; local 1073 v8::HandleScope scope; local 1135 v8::HandleScope scope; local 1271 v8::HandleScope scope; local [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1015.js | 56 // In global scope. 64 // In function scope.
|
regress-52801.js | 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine 29 // (contexts may escape), but when leaving a with-scope, we currently also copy
|
/external/libsepol/src/ |
policydb.c | 626 * the policy is a module, set object_r's scope to be SCOPE_REQ, 688 if (symtab_init(&p->scope[i], symtab_sizes[i])) { 715 hashtab_destroy(p->scope[i].table); 1264 hashtab_map(p->scope[i].table, scope_destroy, 0); 1265 hashtab_destroy(p->scope[i].table); 1409 * inserting the appropriate scope information in addition to 1417 * scope scope of this symbol, either SCOPE_REQ or SCOPE_DECL 1426 * -2 scope conflicted 1432 uint32_t scope, uint32_t avrule_decl_id, uint32_t * value 3472 scope_datum_t *scope = NULL; local [all...] |