OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGloballySeenInstanceIDSet
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.h
70
virtual std::set<PP_Instance>*
GetGloballySeenInstanceIDSet
() OVERRIDE;
142
// See Dispatcher::Delegate::
GetGloballySeenInstanceIDSet
.
ppapi_thread.cc
152
std::set<PP_Instance>* PpapiThread::
GetGloballySeenInstanceIDSet
() {
/external/chromium_org/ppapi/proxy/
plugin_dispatcher.h
76
virtual std::set<PP_Instance>*
GetGloballySeenInstanceIDSet
() = 0;
plugin_main_nacl.cc
74
virtual std::set<PP_Instance>*
GetGloballySeenInstanceIDSet
() OVERRIDE;
136
std::set<PP_Instance>* PpapiDispatcher::
GetGloballySeenInstanceIDSet
() {
plugin_dispatcher.cc
177
delegate->
GetGloballySeenInstanceIDSet
(),
ppapi_proxy_test.h
142
virtual std::set<PP_Instance>*
GetGloballySeenInstanceIDSet
() OVERRIDE;
ppapi_proxy_test.cc
260
PluginProxyTestHarness::PluginDelegateMock::
GetGloballySeenInstanceIDSet
() {
Completed in 259 milliseconds