| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
| D | ScriptState.cpp | 14 …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()
|
| D | DOMWrapperWorld.h | 74 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()
|
| D | WindowProxy.h | 82 DOMWrapperWorld& world() { return *m_world; } in world() function
|
| D | V8LazyEventListener.h | 58 virtual DOMWrapperWorld& world() const OVERRIDE { return DOMWrapperWorld::mainWorld(); } in world() function
|
| D | ScriptController.cpp | 213 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
|
| D | V8AbstractEventListener.h | 113 virtual DOMWrapperWorld& world() const { return scriptState()->world(); } in world() function
|
| D | ScriptPreprocessor.cpp | 50 …RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(ScriptPreprocessorIsolatedWor… in ScriptPreprocessor() local
|
| D | ScriptState.h | 70 DOMWrapperWorld& world() const { return *m_world; } in world() function
|
| D | WindowProxy.cpp | 78 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()
|
| D | ScriptPromisePropertyBase.cpp | 34 ScriptPromise ScriptPromisePropertyBase::promise(DOMWrapperWorld& world) in promise()
|
| /external/chromium_org/third_party/WebKit/Source/core/events/ |
| D | ErrorEvent.h | 57 …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
|
| D | ErrorEvent.cpp | 66 …essage, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world) in ErrorEvent()
|
| /external/clang/test/CodeGen/ |
| D | function-sections.c | 13 void world() {} in world() function
|
| /external/llvm/test/MC/ELF/ |
| D | comdat-reloc.s | 12 world: label
|
| /external/chromium_org/tools/deep_memory_profiler/sorters/ |
| D | vm.Skia.json | 4 "world": "vm", string
|
| D | vm.V8.json | 4 "world": "vm", string
|
| D | vm.sharing.json | 4 "world": "vm", string
|
| D | malloc.renderer-module.json | 4 "world": "malloc", string
|
| D | vm.GPU.json | 4 "world": "vm", string
|
| /external/llvm/test/tools/llvm-cov/Inputs/ |
| D | test.cpp | 8 const char * world = "hello"; variable
|
| /external/chromium_org/tools/deep_memory_profiler/ |
| D | sorter.vm-sharing.json | 4 "world": "vm", string
|
| D | sorter.malloc-type.json | 4 "world": "malloc", string
|
| /external/chromium_org/tools/deep_memory_profiler/subcommands/ |
| D | cat.py | 96 def _fill_world(dump, bucket_set, sorters, world): argument
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | TiledVertexGrid.java | 54 public void setWorld(TiledWorld world) { in setWorld() 131 TiledWorld world = mWorld; in draw() local
|
| /external/chromium_org/tools/deep_memory_profiler/lib/ |
| D | sorter.py | 143 def __init__(self, world): argument 367 def world(self): member in AbstractSorter 469 def iter_world(self, world): argument
|