OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_protection_callback_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
output_protection_resource.cc
30
if (TrackedCallback::IsPending(
enable_protection_callback_
))
31
enable_protection_callback_
->PostAbort();
84
if (TrackedCallback::IsPending(
enable_protection_callback_
))
87
enable_protection_callback_
= callback;
100
if (TrackedCallback::IsPending(
enable_protection_callback_
))
101
enable_protection_callback_
->Run(params.result());
output_protection_resource.h
50
scoped_refptr<TrackedCallback>
enable_protection_callback_
;
member in class:ppapi::proxy::OutputProtectionResource
Completed in 199 milliseconds