Home
last modified time | relevance | path

Searched defs:world (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptState.cpp14 …criptState> ScriptState::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) in create()
30 ScriptState::ScriptState(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) in ScriptState()
98 …> ScriptStateForTesting::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) in create()
107 …rTesting::ScriptStateForTesting(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) in ScriptStateForTesting()
DDOMWrapperWorld.h74 static DOMWrapperWorld& world(v8::Handle<v8::Context> context) in world() function
123 static void setWorldOfInitializingWindow(DOMWrapperWorld* world) in setWorldOfInitializingWindow()
141 DOMWrapperWorld* world() const { return m_world; } in world() function
142 void setWorld(DOMWrapperWorld* world) { m_world = world; } in setWorld()
DWindowProxy.h82 DOMWrapperWorld& world() { return *m_world; } in world() function
DV8LazyEventListener.h58 virtual DOMWrapperWorld& world() const OVERRIDE { return DOMWrapperWorld::mainWorld(); } in world() function
DScriptController.cpp213 WindowProxy* ScriptController::existingWindowProxy(DOMWrapperWorld& world) in existingWindowProxy()
224 WindowProxy* ScriptController::windowProxy(DOMWrapperWorld& world) in windowProxy()
250 DOMWrapperWorld& world = DOMWrapperWorld::current(m_isolate); in shouldBypassMainWorldCSP() local
623 RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(worldID, extensionGroup); in executeScriptInIsolatedWorld() local
DV8AbstractEventListener.h113 virtual DOMWrapperWorld& world() const { return scriptState()->world(); } in world() function
DScriptPreprocessor.cpp50 …RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(ScriptPreprocessorIsolatedWor… in ScriptPreprocessor() local
DScriptState.h70 DOMWrapperWorld& world() const { return *m_world; } in world() function
DWindowProxy.cpp78 PassOwnPtr<WindowProxy> WindowProxy::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate*… in create()
83 WindowProxy::WindowProxy(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate) in WindowProxy()
DScriptPromisePropertyBase.cpp34 ScriptPromise ScriptPromisePropertyBase::promise(DOMWrapperWorld& world) in promise()
/external/chromium_org/third_party/WebKit/Source/core/events/
DErrorEvent.h57 …essage, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world) in create()
65 static PassRefPtrWillBeRawPtr<ErrorEvent> createSanitizedError(DOMWrapperWorld* world) in createSanitizedError()
82 DOMWrapperWorld* world() const { return m_world.get(); } in world() function
DErrorEvent.cpp66 …essage, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world) in ErrorEvent()
/external/clang/test/CodeGen/
Dfunction-sections.c13 void world() {} in world() function
/external/llvm/test/MC/ELF/
Dcomdat-reloc.s12 world: label
/external/chromium_org/tools/deep_memory_profiler/sorters/
Dvm.Skia.json4 "world": "vm", string
Dvm.V8.json4 "world": "vm", string
Dvm.sharing.json4 "world": "vm", string
Dmalloc.renderer-module.json4 "world": "malloc", string
Dvm.GPU.json4 "world": "vm", string
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp8 const char * world = "hello"; variable
/external/chromium_org/tools/deep_memory_profiler/
Dsorter.vm-sharing.json4 "world": "vm", string
Dsorter.malloc-type.json4 "world": "malloc", string
/external/chromium_org/tools/deep_memory_profiler/subcommands/
Dcat.py96 def _fill_world(dump, bucket_set, sorters, world): argument
/external/replicaisland/src/com/replica/replicaisland/
DTiledVertexGrid.java54 public void setWorld(TiledWorld world) { in setWorld()
131 TiledWorld world = mWorld; in draw() local
/external/chromium_org/tools/deep_memory_profiler/lib/
Dsorter.py143 def __init__(self, world): argument
367 def world(self): member in AbstractSorter
469 def iter_world(self, world): argument

123