HomeSort by relevance Sort by last modified time
    Searched refs:GetGloballySeenInstanceIDSet (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/nacl_irt/
ppapi_dispatcher.h 61 virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet() OVERRIDE;
ppapi_dispatcher.cc 90 std::set<PP_Instance>* PpapiDispatcher::GetGloballySeenInstanceIDSet() {
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 70 virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet() OVERRIDE;
145 // See Dispatcher::Delegate::GetGloballySeenInstanceIDSet.
ppapi_thread.cc 191 std::set<PP_Instance>* PpapiThread::GetGloballySeenInstanceIDSet() {
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 82 virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet() = 0;
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 66 milliseconds