HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrent (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/chromium_org/extensions/renderer/
activity_log_converter_strategy_unittest.cc 19 : isolate_(v8::Isolate::GetCurrent())
console.cc 177 v8::Isolate* isolate = v8::Isolate::GetCurrent();
user_script_scheduler.cc 215 v8::HandleScope scope(v8::Isolate::GetCurrent());
extension_helper.cc 334 v8::HandleScope scope(v8::Isolate::GetCurrent());
messaging_bindings.cc 319 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/ppapi/tests/
test_utils.h 249 callback_.set_target_loop(pp::MessageLoop::GetCurrent());
test_tcp_server_socket_private.cc 153 pp::MessageLoop current_thread_loop(pp::MessageLoop::GetCurrent());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.h 202 ASSERT(!wrappable->containsWrapper() || !wrappable->isEqualTo(holder) || current(v8::Isolate::GetCurrent()).m_isMainWorld);
ScriptEventListener.cpp 66 isolate = v8::Isolate::GetCurrent();
ScriptPromiseTest.cpp 73 : m_scope(v8::Isolate::GetCurrent())
V8PerIsolateData.cpp 48 ASSERT(V8RecursionScope::properlyUsed(v8::Isolate::GetCurrent()));
V8NPObject.cpp 418 DEFINE_STATIC_LOCAL(DOMWrapperMap<NPObject>, npObjectMap, (v8::Isolate::GetCurrent()));
484 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8TypedArrayCustom.h 166 V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independent);
V8WindowCustom.cpp 445 v8::Isolate* isolate = v8::Isolate::GetCurrent();
488 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimingInputTest.cpp 19 : m_isolate(v8::Isolate::GetCurrent())
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 41 : m_isolate(v8::Isolate::GetCurrent())
AsyncCallStackTracker.cpp 310 if (V8RecursionScope::recursionLevel(v8::Isolate::GetCurrent())) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 298 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 96 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 86 METHOD0(MessageLoopInterface, PP_Resource, GetCurrent)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 94 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-m_externallyAllocatedMemory);
566 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(externallyAllocatedMemory - m_externallyAllocatedMemory);
  /external/chromium_org/remoting/host/
input_injector_mac.cc 247 webrtc::MacDesktopConfiguration::GetCurrent(
  /external/chromium_org/v8/samples/
lineprocessor.cc 366 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 461 return v8::Isolate::GetCurrent() == m_isolate;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 275 function GetCurrent: TPair<TKey,TValue>;
281 property Current: TPair<TKey,TValue> read GetCurrent;
903 Result := GetCurrent;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>;

Completed in 1111 milliseconds

1 2 3 45 6 7