/external/chromium_org/net/tools/fetch/ |
fetch_client.cc | 184 base::StatsScope<base::StatsCounterTimer> scope(driver_time);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8LazyEventListener.cpp | 130 // Use the outer scope to hold context. 137 v8::Context::Scope scope(v8Context); 142 // handlers push document, form, and the target node on the scope chain.
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLStyleSheetLibxslt.cpp | 136 XMLDocumentParserScope scope(fetcher(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ObjectPropertiesSection.js | 519 // Bound function never has inner scope and doesn't need corresponding UI node. 548 TreeElement.call(this, "<function scope>", null, false); 573 var scope = scopeChain[i]; 577 switch (scope.type) { 579 // Not really expecting this scope type here. 600 console.error("Unknown scope type: " + scope.type); 610 var remoteObject = WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef); [all...] |
networkPanel.css | 69 .network.panel .scope-bar { 110 .network-item-view .scope-bar li {
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_darwin.h | 232 PRThreadScope scope,
|
_freebsd.h | 231 PRThreadScope scope,
|
_nextstep.h | 226 PRThreadScope scope,
|
_nspr_pthread.h | 254 PRThreadScope scope,
|
/external/chromium_org/v8/src/arm/ |
debug-arm.cc | 118 FrameScope scope(masm, StackFrame::INTERNAL);
|
/external/chromium_org/v8/src/ia32/ |
debug-ia32.cc | 107 FrameScope scope(masm, StackFrame::INTERNAL);
|
/external/chromium_org/v8/src/mips/ |
debug-mips.cc | 130 FrameScope scope(masm, StackFrame::INTERNAL);
|
/external/chromium_org/v8/src/x64/ |
debug-x64.cc | 105 FrameScope scope(masm, StackFrame::INTERNAL);
|
/external/chromium_org/v8/test/cctest/ |
test-code-stubs-ia32.cc | 130 HandleScope scope(isolate);
|
test-disasm-arm.cc | 69 HandleScope scope(isolate); \ 430 CpuFeatureScope scope(&assm, VFP3); 685 CpuFeatureScope scope(&assm, NEON); [all...] |
/external/doclava/src/com/google/doclava/ |
MethodInfo.java | 569 data.setValue(base + ".scope", "protected"); 571 data.setValue(base + ".scope", "public"); 778 if (!scope().equals(mInfo.scope())) { 781 + " changed scope from " + scope() + " to " + mInfo.scope());
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 419 // Rule name must be unique within scope of entire grammar. 445 // Make a note of the scope or rules; public, etc - used in map file. 447 std::string ruleScope = GETATTR("scope" ); 472 // Must be unique rule name within scope of entire grammar. 1031 std::string scope; // For rules local 1085 // Look up scope using original index 1087 if (m_RuleScope.getValue(origIndex, &scope) ) 1088 label = scope + ":" + label; 1170 std::string scope; \/\/ For rules local [all...] |
/external/tcpdump/missing/ |
getaddrinfo.c | 831 * numeric hostname with scope 847 int scope; 865 * Handle special case of <scoped_address><delimiter><scope id> 877 scope = if_nametoindex(cp); 878 if (scope == 0) { 894 sin6->sin6_scope_id = scope;
|
/external/v8/src/arm/ |
debug-arm.cc | 136 FrameScope scope(masm, StackFrame::INTERNAL);
|
deoptimizer-arm.cc | 48 HandleScope scope; local 779 CpuFeatures::Scope scope(VFP3); [all...] |
/external/v8/src/ |
ast.cc | 155 return scope()->AllowsLazyCompilation(); 160 return scope()->start_position(); 165 return scope()->end_position(); 170 return scope()->language_mode(); [all...] |
handles.h | 89 // Closes the given scope, but lets this handle escape. See 91 inline Handle<T> EscapeFrom(v8::HandleScope* scope); 99 // After a handle scope has been created, all local handles will be 100 // allocated within that handle scope until either the handle scope is 101 // deleted or another handle scope is created. If there is already a 102 // handle scope and a new one is created, all allocations will take 103 // place in the new handle scope until it is deleted. After that, 104 // new handles will again be allocated in the original handle scope. 106 // After the handle scope of a local handle has been deleted th [all...] |
/external/v8/src/ia32/ |
debug-ia32.cc | 104 FrameScope scope(masm, StackFrame::INTERNAL);
|
/external/v8/src/mips/ |
debug-mips.cc | 128 FrameScope scope(masm, StackFrame::INTERNAL);
|
deoptimizer-mips.cc | 46 HandleScope scope; local 766 CpuFeatures::Scope scope(FPU); 831 AllowExternalCallThatCantCauseGC scope(masm()); [all...] |