OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_global
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
ScriptCachedFrameData.cpp
49
m_global
.set(m_context.get()->Global());
66
m_context.get()->ReattachGlobal(
m_global
.get());
75
m_global
.clear();
V8DOMWindowShell.cpp
167
// m_context,
m_global
, and m_wrapperBoilerplates should
169
ASSERT(m_context.IsEmpty() || !
m_global
.IsEmpty());
197
if (!
m_global
.IsEmpty()) {
199
V8GCController::unregisterGlobalHandle(this,
m_global
);
201
m_global
.Dispose();
202
m_global
.Clear();
230
v8::Handle<v8::Object> wrapper = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(),
m_global
);
307
m_context = createNewContext(
m_global
, 0);
315
if (
m_global
.IsEmpty()) {
316
m_global
= v8::Persistent<v8::Object>::New(v8Context->Global())
[
all
...]
ScriptCachedFrameData.h
81
OwnHandle<v8::Object>
m_global
;
V8DOMWindowShell.h
120
v8::Persistent<v8::Object>
m_global
;
member in class:WebCore::V8DOMWindowShell
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmenu.a
107
m_global
.o/ 1203809894 0 0 100644 3968 `
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmenu.a
107
m_global
.o/ 1203809894 0 0 100644 3968 `
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libmenu.a
122
0
m_global
.o/ 1203809955 0 0 100644 5552 `
[
all
...]
Completed in 103 milliseconds