Searched refs:ChromotingInstance (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dpepper_entrypoints.cc21 virtual ChromotingInstance* CreateInstance(PP_Instance instance) OVERRIDE {
22 return new ChromotingInstance(instance);
37 ChromotingInstance::RegisterLogMessageHandler();
H A Dpepper_module.cc16 pp::Instance* result = new ChromotingInstance(instance);
H A Dchromoting_instance.cc192 base::LazyInstance<base::WeakPtr<ChromotingInstance> >::Leaky
201 const char ChromotingInstance::kApiFeatures[] =
207 const char ChromotingInstance::kRequestedCapabilities[] = "";
208 const char ChromotingInstance::kSupportedCapabilities[] = "desktopShape";
210 ChromotingInstance::ChromotingInstance(PP_Instance pp_instance) function in class:remoting::ChromotingInstance
233 ChromotingInstance::RegisterLogMessageHandler();
277 ChromotingInstance::~ChromotingInstance() {
299 bool ChromotingInstance
[all...]
H A Dpepper_view.h32 class ChromotingInstance;
40 PepperView(ChromotingInstance* instance, ClientContext* context);
92 ChromotingInstance* const instance_;
H A Dchromoting_instance.h73 class ChromotingInstance : class in namespace:remoting
106 explicit ChromotingInstance(PP_Instance instance);
107 virtual ~ChromotingInstance();
152 // Note that no logging will be processed unless a ChromotingInstance has been
299 base::WeakPtrFactory<ChromotingInstance> weak_factory_;
301 DISALLOW_COPY_AND_ASSIGN(ChromotingInstance);
H A Dpepper_view.cc63 PepperView::PepperView(ChromotingInstance* instance,

Completed in 797 milliseconds