Searched refs:objectGraph (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleUserMessageCoders.h85 ObjCObjectGraph* objectGraph = static_cast<ObjCObjectGraph*>(m_root); local
86 encoder << InjectedBundleObjCObjectGraphEncoder(objectGraph, WebProcess::shared());
149 RefPtr<ObjCObjectGraph> objectGraph; local
150 InjectedBundleObjCObjectGraphDecoder objectGraphDecoder(objectGraph, WebProcess::shared());
153 coder.m_root = objectGraph.get();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContextUserMessageCoders.h84 ObjCObjectGraph* objectGraph = static_cast<ObjCObjectGraph*>(m_root); local
85 encoder << WebContextObjCObjectGraphEncoder(objectGraph, m_process);
153 RefPtr<ObjCObjectGraph> objectGraph; local
154 WebContextObjCObjectGraphDecoder objectGraphDecoder(objectGraph, coder.m_process);
157 coder.m_root = objectGraph.get();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DObjCObjectGraphCoders.mm493 WebContextObjCObjectGraphEncoder::WebContextObjCObjectGraphEncoder(ObjCObjectGraph* objectGraph, WebProcessProxy& process)
494 : m_objectGraph(objectGraph)
504 WebContextObjCObjectGraphDecoder::WebContextObjCObjectGraphDecoder(RefPtr<ObjCObjectGraph>& objectGraph, WebProcessProxy& process)
505 : m_objectGraph(objectGraph)
521 InjectedBundleObjCObjectGraphEncoder::InjectedBundleObjCObjectGraphEncoder(ObjCObjectGraph* objectGraph, WebProcess& process)
522 : m_objectGraph(objectGraph)
532 InjectedBundleObjCObjectGraphDecoder::InjectedBundleObjCObjectGraphDecoder(RefPtr<ObjCObjectGraph>& objectGraph, WebProcess& process)
533 : m_objectGraph(objectGraph)

Completed in 120 milliseconds