/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBTransactionTest.cpp | 51 : m_handleScope(v8::Isolate::GetCurrent()) 52 , m_scope(v8::Context::New(v8::Isolate::GetCurrent()))
|
/external/chromium_org/ui/gl/ |
gl_surface.cc | 153 GLSurface* GLSurface::GetCurrent() { 158 if (GetCurrent() == this)
|
gl_context.h | 92 static GLContext* GetCurrent();
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTableTooltipHelper.java | 54 Control control = Display.getCurrent().getCursorControl(); 187 Display display = Display.getCurrent();
|
/external/llvm/include/llvm/Support/ |
CrashRecoveryContext.h | 64 static CrashRecoveryContext *GetCurrent(); 129 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent())
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
TargetDrawable.java | 131 Drawable childDrawable = d.getCurrent(); 142 Drawable childDrawable = d.getCurrent();
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
TargetDrawable.java | 131 Drawable childDrawable = d.getCurrent(); 142 Drawable childDrawable = d.getCurrent();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | 584 AudioAndHapticFeedbackManager.getInstance().onSettingsChanged(mSettings.getCurrent()); 630 final SettingsValues settingsValues = mSettings.getCurrent(); 673 (null != suggest && mSettings.getCurrent().mUseContactsDict); [all...] |
/external/chromium_org/v8/test/cctest/ |
cctest.h | 297 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x); 309 v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), source))->Run(); 318 v8::Isolate* isolate = v8::Isolate::GetCurrent();
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.js | 110 chrome.windows.getCurrent(function (currentWindow) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
info.js | 43 chrome.tabs.getCurrent(function (tab) {
|
/external/chromium_org/chrome/renderer/extensions/ |
app_window_custom_bindings.cc | 41 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_extensions_common_host.cc | 65 v8::HandleScope scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/chrome/test/base/ |
v8_unit_test.cc | 22 v8::HandleScope handle_scope(v8::Isolate::GetCurrent()); 49 : isolate_(v8::Isolate::GetCurrent()), 236 v8::HandleScope handle_scope(v8::Isolate::GetCurrent()); 284 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/gpu/config/ |
gpu_info_collector_android.cc | 66 DCHECK(!gfx::GLContext::GetCurrent());
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/ |
all_interfaces.h | 78 METHOD0(MessageLoopInterface, PP_Resource, GetCurrent)
|
/external/chromium_org/ppapi/proxy/ |
ppb_message_loop_proxy.h | 41 static MessageLoopResource* GetCurrent();
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
callback_interface.cpp | 63 v8::Isolate* isolate = v8::Isolate::GetCurrent();
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptState.cpp | 86 v8::Isolate* isolate = v8::Isolate::GetCurrent();
|
ScriptState.h | 78 : m_isolate(v8::Isolate::GetCurrent())
|
V8HiddenPropertyName.cpp | 64 return v8AtomicString(v8::Isolate::GetCurrent(), prefixedName.data(), static_cast<int>(prefixedName.size()));
|
WorkerScriptDebugServer.cpp | 46 : ScriptDebugServer(v8::Isolate::GetCurrent())
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8ArrayBufferCustom.cpp | 96 V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Dependent);
|
V8CustomSQLStatementErrorCallback.cpp | 47 v8::Isolate* isolate = v8::Isolate::GetCurrent();
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDOMFileSystem.cpp | 45 if (!V8DOMFileSystem::hasInstanceInAnyWorld(value, v8::Isolate::GetCurrent()))
|