OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyModule
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
proxy_module.cc
12
ProxyModule
::
ProxyModule
() {
15
ProxyModule
::~
ProxyModule
() {
19
ProxyModule
*
ProxyModule
::GetInstance() {
20
return Singleton<
ProxyModule
>::get();
23
const std::string&
ProxyModule
::GetFlashCommandLineArgs() {
27
void
ProxyModule
::SetFlashCommandLineArgs(const std::string& args) {
proxy_module.h
18
class PPAPI_PROXY_EXPORT
ProxyModule
{
21
static
ProxyModule
* GetInstance();
30
friend struct DefaultSingletonTraits<
ProxyModule
>;
34
ProxyModule
();
35
~
ProxyModule
();
37
DISALLOW_COPY_AND_ASSIGN(
ProxyModule
);
Completed in 69 milliseconds