HomeSort by relevance Sort by last modified time
    Searched refs:currentWorld (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebCore/bindings/js/
JSDocumentCustom.cpp 70 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), location))
74 cacheWrapper(currentWorld(exec), location, jsLocation);
102 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), document);
JSCSSValueCustom.cpp 52 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), value);
JSErrorHandler.h 59 return JSErrorHandler::create(asObject(listener), wrapper, true, currentWorld(exec));
JSHTMLFrameSetElementCustom.cpp 57 if (JSDOMWindowShell* window = toJSDOMWindowShell(doc->frame(), currentWorld(exec)))
JSImageDataCustom.cpp 44 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), imageData);
JSStyleSheetCustom.cpp 43 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), styleSheet);
JSWorkerContextCustom.cpp 126 OwnPtr<ScheduledAction> action = ScheduledAction::create(exec, currentWorld(exec), 0);
136 OwnPtr<ScheduledAction> action = ScheduledAction::create(exec, currentWorld(exec), 0);
DOMWrapperWorld.h 90 inline DOMWrapperWorld* currentWorld(JSC::ExecState* exec)
JSCSSRuleCustom.cpp 66 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), rule);
JSElementCustom.cpp 74 ASSERT(!getCachedWrapper(currentWorld(exec), element));
JSDOMGlobalObject.cpp 91 return toJSDOMWindow(document->frame(), currentWorld(exec));
JSEventListener.h 99 return JSEventListener::create(asObject(listener), wrapper, true, currentWorld(exec));
JSNodeCustom.h 82 JSNode* wrapper = static_cast<JSNode*>(getCachedWrapper(currentWorld(exec), node));
JSSVGPathSegCustom.cpp 66 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), object))
JSDOMBinding.h 185 ASSERT(!getCachedWrapper(currentWorld(exec), node));
189 cacheWrapper(currentWorld(exec), node, wrapper);
197 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), domObject))
306 JSStringCache& stringCache = currentWorld(exec)->m_stringCache;
315 return currentWorld(exec)->m_wrappers;
JSDOMWindowCustom.cpp 445 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), history))
450 cacheWrapper(currentWorld(exec), history, jsHistory);
457 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), location))
462 cacheWrapper(currentWorld(exec), location, jsLocation);
742 OwnPtr<ScheduledAction> action = ScheduledAction::create(exec, currentWorld(exec), contentSecurityPolicy);
761 OwnPtr<ScheduledAction> action = ScheduledAction::create(exec, currentWorld(exec), contentSecurityPolicy);
786 impl()->addEventListener(ustringToAtomicString(exec->argument(0).toString(exec)), JSEventListener::create(asObject(listener), this, false, currentWorld(exec)), exec->argument(2).toBoolean(exec));
800 impl()->removeEventListener(ustringToAtomicString(exec->argument(0).toString(exec)), JSEventListener::create(asObject(listener), this, false, currentWorld(exec)).get(), exec->argument(2).toBoolean(exec));
JSArrayBufferViewHelper.h 166 if (JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), object))
JSDOMWindowBase.cpp 202 return frame->script()->windowShell(currentWorld(exec));
JSDOMWindowShell.cpp 175 return frame->script()->windowShell(currentWorld(exec));
JSEventCustom.cpp 124 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), event);
JSHTMLCollectionCustom.cpp 137 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), collection);
JSHTMLDocumentCustom.cpp 110 JSDOMWindowShell* wrapper = toJSDOMWindowShell(frame, currentWorld(exec));
JSDOMBinding.cpp 393 JSDOMWindow* window = toJSDOMWindow(frame, currentWorld(exec));
401 JSDOMWindow* window = toJSDOMWindow(frame, currentWorld(exec));
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptWorld.mm 106 return [self findOrCreateWorld:currentWorld(toJS(context))];
  /external/webkit/Source/WebKit/win/
WebScriptWorld.cpp 137 return findOrCreateWorld(currentWorld(toJS(context))).copyRefTo(outWorld);

Completed in 249 milliseconds

1 2