OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chromotinginstance
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.h
14
class
ChromotingInstance
;
19
PepperTokenFetcher(base::WeakPtr<
ChromotingInstance
> plugin,
29
// Called by
ChromotingInstance
when the webapp finishes fetching the token.
34
base::WeakPtr<
ChromotingInstance
> plugin_;
chromoting_instance.cc
162
base::LazyInstance<base::WeakPtr<
ChromotingInstance
> >::Leaky
171
const char
ChromotingInstance
::kApiFeatures[] =
176
const char
ChromotingInstance
::kRequestedCapabilities[] = "";
177
const char
ChromotingInstance
::kSupportedCapabilities[] = "desktopShape";
179
bool
ChromotingInstance
::ParseAuthMethods(const std::string& auth_methods_str,
198
ChromotingInstance
::
ChromotingInstance
(PP_Instance pp_instance)
233
ChromotingInstance
::~
ChromotingInstance
() {
255
bool
ChromotingInstance
::Init(uint32_t argc
[
all
...]
pepper_entrypoints.cc
30
virtual
ChromotingInstance
* CreateInstance(PP_Instance instance) OVERRIDE {
31
return new
ChromotingInstance
(instance);
46
ChromotingInstance
::RegisterLogMessageHandler();
pepper_token_fetcher.cc
11
PepperTokenFetcher::PepperTokenFetcher(base::WeakPtr<
ChromotingInstance
> plugin,
chromoting_instance.h
68
class
ChromotingInstance
:
104
explicit
ChromotingInstance
(PP_Instance instance);
105
virtual ~
ChromotingInstance
();
150
// Note that no logging will be processed unless a
ChromotingInstance
has been
267
base::WeakPtrFactory<
ChromotingInstance
> weak_factory_;
269
DISALLOW_COPY_AND_ASSIGN(
ChromotingInstance
);
pepper_view.h
32
class
ChromotingInstance
;
40
PepperView(
ChromotingInstance
* instance, ClientContext* context);
97
ChromotingInstance
* const instance_;
pepper_view.cc
63
PepperView::PepperView(
ChromotingInstance
* instance,
Completed in 227 milliseconds