OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMainThreadStore
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bindings/v8/
MainThreadDOMData.h
44
virtual DOMDataStore& getStore() { return
getMainThreadStore
(); }
49
DOMDataStore&
getMainThreadStore
();
MainThreadDOMData.cpp
50
DOMDataStore& MainThreadDOMData::
getMainThreadStore
()
64
return getCurrent()->
getMainThreadStore
();
Completed in 31 milliseconds