Searched defs:contextScope (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp333 TreeScope& contextScope = evaluationContext().node->treeScope(); local
352 Node* node = contextScope.getElementById(idList.substring(startPos, endPos - startPos));
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.cpp90 v8::Context::Scope contextScope(debuggerContext);
112 v8::Context::Scope contextScope(debuggerContext);
126 v8::Context::Scope contextScope(debuggerContext);
137 v8::Context::Scope contextScope(debuggerContext);
151 v8::Context::Scope contextScope(v8::Debug::GetDebugContext());
162 v8::Context::Scope contextScope(v8::Debug::GetDebugContext());
262 OwnPtr<v8::Context::Scope> contextScope; local
265 contextScope = adoptPtr(new v8::Context::Scope(debuggerContext));
344 v8::Context::Scope contextScope(pausedContext);
454 v8::Context::Scope contextScope(v
[all...]

Completed in 1380 milliseconds