OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebPluginIMEWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
webplugin_ime_win.cc
23
//
WebPluginIMEWin
instance through our patch function.
27
WebPluginIMEWin
*
WebPluginIMEWin
::instance_ = NULL;
29
WebPluginIMEWin
::
WebPluginIMEWin
()
39
WebPluginIMEWin
::~
WebPluginIMEWin
() {
42
void
WebPluginIMEWin
::CompositionUpdated(const base::string16& text,
90
void
WebPluginIMEWin
::CompositionCompleted(const base::string16& text) {
134
bool
WebPluginIMEWin
::SendEvents(PluginInstance* instance)
[
all
...]
webplugin_ime_win.h
31
// FARPROC* proc =
WebPluginIMEWin
::GetProcAddress(name);
51
//
WebPluginIMEWin
ime;
69
class
WebPluginIMEWin
{
71
// A simple class that allows a plug-in to access a
WebPluginIMEWin
instance
75
explicit ScopedLock(
WebPluginIMEWin
* instance) : instance_(instance) {
85
WebPluginIMEWin
* instance_;
88
WebPluginIMEWin
();
89
~
WebPluginIMEWin
();
114
// Allow (or disallow) the patch functions to use this
WebPluginIMEWin
116
// member variable |instance_| to access a
WebPluginIMEWIn
instance. We loc
[
all
...]
Completed in 117 milliseconds