HomeSort by relevance Sort by last modified time
    Searched full:getcurrent (Results 51 - 75 of 327) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/tests/
test_utils.cc 366 target_loop_ = pp::MessageLoop::GetCurrent();
396 if (callback->target_loop_ != pp::MessageLoop::GetCurrent()) {
397 // Note, in-process, loop_ and GetCurrent() will both be NULL, so should
407 pp::MessageLoop loop(pp::MessageLoop::GetCurrent());
417 pp::MessageLoop loop(pp::MessageLoop::GetCurrent());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Initializer.cpp 88 v8::Isolate* isolate = v8::Isolate::GetCurrent();
128 V8ErrorHandler::storeExceptionOnErrorEventWrapper(event.get(), data, v8::Isolate::GetCurrent());
134 Frame* target = findFrame(host, data, v8::Isolate::GetCurrent());
139 ExceptionState exceptionState(v8::Handle<v8::Object>(), v8::Isolate::GetCurrent());
208 V8ErrorHandler::storeExceptionOnErrorEventWrapper(event.get(), data, v8::Isolate::GetCurrent());
IDBBindingUtilities.cpp 306 v8::Isolate* isolate = state ? state->context()->GetIsolate() : v8::Isolate::GetCurrent();
381 v8::Isolate* isolate = state ? state->context()->GetIsolate() : v8::Isolate::GetCurrent();
391 v8::Isolate* isolate = state ? state->context()->GetIsolate() : v8::Isolate::GetCurrent();
401 v8::Isolate* isolate = state ? state->context()->GetIsolate() : v8::Isolate::GetCurrent();
410 v8::Isolate* isolate = state ? state->context()->GetIsolate() : v8::Isolate::GetCurrent();
424 v8::Isolate* isolate = state ? state->context()->GetIsolate() : v8::Isolate::GetCurrent();
ArrayValue.cpp 64 ASSERT(m_isolate == v8::Isolate::GetCurrent());
ScriptHeapSnapshot.cpp 50 v8::HandleScope scope(v8::Isolate::GetCurrent());
ScriptPromise.cpp 55 v8::Isolate* isolate = v8::Isolate::GetCurrent();
V8EventListenerList.cpp 42 v8::Isolate* isolate = v8::Isolate::GetCurrent();
ScriptRegexp.cpp 40 v8::Isolate* isolate = v8::Isolate::GetCurrent();
71 v8::Isolate* isolate = v8::Isolate::GetCurrent();
V8Binding.cpp 486 v8::Handle<v8::Context> context = v8::Isolate::GetCurrent()->GetCallingContext();
491 context = v8::Isolate::GetCurrent()->GetEnteredContext();
498 v8::Handle<v8::Context> context = v8::Isolate::GetCurrent()->GetCallingContext();
503 context = v8::Isolate::GetCurrent()->GetEnteredContext();
510 return toDOMWindow(v8::Isolate::GetCurrent()->GetEnteredContext());
515 return toDOMWindow(v8::Isolate::GetCurrent()->GetCurrentContext())->document();
545 v8::Local<v8::Context> context = v8::Isolate::GetCurrent()->GetCurrentContext();
640 return v8::Isolate::GetCurrent();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 89 function GetCurrent: TPair<TKey, TValue>;
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
  /external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.html 6 chrome.windows.getCurrent(function(currentWindow) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.js 7 chrome.windows.getCurrent({populate: true}, function(currentWindow) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
console_tts_engine.js 69 chrome.windows.getCurrent(function(curWindow) {
  /external/chromium_org/chrome/renderer/extensions/
dom_activity_logger.cc 44 v8::Isolate::GetCurrent()->GetCurrentContext()));
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMError.cpp 76 return toV8(m_private.get(), v8::Handle<v8::Object>(), v8::Isolate::GetCurrent());
WebDOMMediaStreamTrack.cpp 46 if (WebCore::V8MediaStreamTrack::hasInstanceInAnyWorld(value, v8::Isolate::GetCurrent())) {
WebSerializedScriptValue.cpp 49 WebSerializedScriptValue serializedValue = SerializedScriptValue::create(value, 0, 0, didThrow, v8::Isolate::GetCurrent());
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkContainer.java 75 Drawable d = ((StateListDrawable)selector).getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 50 final Sdk sdk = Sdk.getCurrent();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h 54 DECLARE_EXTENSION_FUNCTION("windows.getCurrent", WINDOWS_GETCURRENT)
102 DECLARE_EXTENSION_FUNCTION("tabs.getCurrent", TABS_GETCURRENT)
  /external/chromium_org/chrome/renderer/resources/extensions/
schema_utils.js 79 // Example return value for chrome.windows.getCurrent:
80 // "windows.getCurrent(optional object populate, function callback)"
  /external/chromium_org/chrome/renderer/translate/
translate_script_browsertest.cc 115 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
129 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
  /external/chromium_org/chrome/test/base/
module_system_test.cc 123 : isolate_(v8::Isolate::GetCurrent()),
192 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.h 41 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-static_cast<int>(sizeInBytes));
48 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(static_cast<int>(sizeInBytes));
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequestTest.cpp 75 : m_handleScope(v8::Isolate::GetCurrent())
76 , m_scope(v8::Context::New(v8::Isolate::GetCurrent()))

Completed in 435 milliseconds

1 23 4 5 6 7 8 91011>>