HomeSort by relevance Sort by last modified time
    Searched full:m_wrappermap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMDataStore.h 88 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
108 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
205 return m_wrapperMap.newLocal(V8T::toScriptWrappableBase(object), isolate);
210 return m_wrapperMap.newLocal(object->toScriptWrappableBase(), isolate);
217 return m_wrapperMap.newLocal(object->toScriptWrappableBase(), isolate);
227 m_wrapperMap.setReference(parent, V8T::toScriptWrappableBase(child), isolate);
235 return m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
243 return m_wrapperMap.containsKey(V8T::toScriptWrappableBase(object));
248 return m_wrapperMap.containsKey(object->toScriptWrappableBase());
255 return m_wrapperMap.containsKey(object->toScriptWrappableBase())
    [all...]
DOMDataStore.cpp 42 , m_wrapperMap(v8::Isolate::GetCurrent()) // FIXME Don't call GetCurrent twice.
49 m_wrapperMap.clear();

Completed in 500 milliseconds