OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrent
(Results
1 - 25
of
160
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/third_party/WebKit/Source/web/
WebTestingSupport.cpp
37
v8::HandleScope handleScope(v8::Isolate::
GetCurrent
());
43
v8::HandleScope handleScope(v8::Isolate::
GetCurrent
());
WebDOMMediaStreamTrack.cpp
46
if (WebCore::V8MediaStreamTrack::hasInstanceInAnyWorld(value, v8::Isolate::
GetCurrent
())) {
/external/chromium_org/ui/gl/
scoped_binders.cc
13
: state_restorer_(!GLContext::
GetCurrent
()
15
: GLContext::
GetCurrent
()->GetGLStateRestorer()),
24
DCHECK(!!GLContext::
GetCurrent
());
25
DCHECK_EQ(state_restorer_, GLContext::
GetCurrent
()->GetGLStateRestorer());
33
: state_restorer_(!GLContext::
GetCurrent
()
35
: GLContext::
GetCurrent
()->GetGLStateRestorer()),
60
DCHECK(!!GLContext::
GetCurrent
());
61
DCHECK_EQ(state_restorer_, GLContext::
GetCurrent
()->GetGLStateRestorer());
scoped_make_current.cc
15
: previous_context_(gfx::GLContext::
GetCurrent
()),
16
previous_surface_(gfx::GLSurface::
GetCurrent
()),
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilitiesTest.cpp
60
return injectV8KeyIntoV8Value(keyValue.v8Value(), value.v8Value(), idbKeyPath, v8::Isolate::
GetCurrent
());
96
: m_handleScope(v8::Isolate::
GetCurrent
())
97
, m_scope(v8::Context::New(v8::Isolate::
GetCurrent
()))
109
object->Set(v8::String::NewFromUtf8(v8::Isolate::
GetCurrent
(), "foo"), v8::String::NewFromUtf8(v8::Isolate::
GetCurrent
(), "zoo"));
111
ScriptValue scriptValue(object, v8::Isolate::
GetCurrent
());
120
object->Set(v8::String::NewFromUtf8(v8::Isolate::
GetCurrent
(), "foo"), v8::Number::New(456));
122
ScriptValue scriptValue(object, v8::Isolate::
GetCurrent
());
132
subProperty->Set(v8::String::NewFromUtf8(v8::Isolate::
GetCurrent
(), "bar"), v8::String::NewFromUtf8(v8::Isolate::
GetCurrent
(), "zee"))
[
all
...]
ScriptProfiler.cpp
55
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
68
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
78
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
106
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
143
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
195
v8::Isolate::
GetCurrent
()->GetHeapProfiler()->StartTrackingHeapObjects();
233
return v8::Isolate::
GetCurrent
()->GetHeapProfiler()->GetHeapStats(&heapStatsStream);
238
v8::Isolate::
GetCurrent
()->GetHeapProfiler()->StopTrackingHeapObjects();
244
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
267
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
[
all
...]
V8EventListenerList.cpp
42
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
ScriptValue.h
68
m_isolate = v8::Isolate::
GetCurrent
();
79
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
84
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
ArrayValue.cpp
64
ASSERT(m_isolate == v8::Isolate::
GetCurrent
());
DOMDataStore.cpp
42
, m_wrapperMap(v8::Isolate::
GetCurrent
()) // FIXME Don't call
GetCurrent
twice.
ScriptHeapSnapshot.cpp
50
v8::HandleScope scope(v8::Isolate::
GetCurrent
());
ScriptPromise.cpp
55
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
V8PerContextData.h
83
: m_context(v8::Isolate::
GetCurrent
(), context)
130
return !boilerplate.isEmpty() ? boilerplate.newLocal(v8::Isolate::
GetCurrent
())->Clone() : createWrapperFromCacheSlowCase(type);
137
return function.newLocal(v8::Isolate::
GetCurrent
());
165
, m_isolate(v8::Isolate::
GetCurrent
())
V8StringResource.h
51
v8::Isolate::
GetCurrent
()->AdjustAmountOfExternalAllocatedMemory(memoryConsumption(string));
62
v8::Isolate::
GetCurrent
()->AdjustAmountOfExternalAllocatedMemory(memoryConsumption(string));
73
v8::Isolate::
GetCurrent
()->AdjustAmountOfExternalAllocatedMemory(reducedExternalMemory);
87
v8::Isolate::
GetCurrent
()->AdjustAmountOfExternalAllocatedMemory(memoryConsumption(m_atomicString.string()));
/external/chromium_org/ppapi/api/
ppb_message_loop.idl
73
* using the
GetCurrent
() function.
149
PP_Resource
GetCurrent
();
/external/chromium_org/ppapi/c/
ppb_message_loop.h
91
* using the
GetCurrent
() function.
165
PP_Resource (*
GetCurrent
)(void);
/external/chromium_org/ppapi/cpp/
message_loop.h
78
/// using the
GetCurrent
() function.
152
static MessageLoop
GetCurrent
();
message_loop.cc
50
MessageLoop MessageLoop::
GetCurrent
() {
54
get_interface<PPB_MessageLoop>()->
GetCurrent
());
/external/chromium_org/third_party/WebKit/Source/core/testing/
GCObservation.cpp
49
: m_observed(v8::Isolate::
GetCurrent
(), observedValue)
/external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h
69
return v8::Isolate::
GetCurrent
();
74
return v8::Isolate::
GetCurrent
();
78
return v8::Isolate::
GetCurrent
();
chrome_v8_context_set.cc
62
ChromeV8Context* ChromeV8ContextSet::
GetCurrent
() const {
63
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
69
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
chrome_v8_context_set.h
54
// Gets the ChromeV8Context corresponding to v8::Context::
GetCurrent
(), or
56
ChromeV8Context*
GetCurrent
() const;
v8_schema_registry.cc
58
GetOrCreateContext(v8::Isolate::
GetCurrent
()),
68
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
85
return maybe_schema->second.newLocal(v8::Isolate::
GetCurrent
());
87
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.cpp
61
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
79
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
97
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
121
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
145
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
169
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
193
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
223
v8::Isolate* isolate = v8::Isolate::
GetCurrent
();
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebArrayBuffer.cpp
76
return toV8(m_private.get(), v8::Handle<v8::Object>(), v8::Isolate::
GetCurrent
());
81
if (!V8ArrayBuffer::hasInstanceInAnyWorld(value, v8::Isolate::
GetCurrent
()))
Completed in 195 milliseconds
1
2
3
4
5
6
7