OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebPluginDelegateImpl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc
17
WebPluginDelegateImpl
::
WebPluginDelegateImpl
(
31
WebPluginDelegateImpl
::~
WebPluginDelegateImpl
() {
34
bool
WebPluginDelegateImpl
::PlatformInitialize() {
38
void
WebPluginDelegateImpl
::PlatformDestroyInstance() {
42
void
WebPluginDelegateImpl
::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
45
bool
WebPluginDelegateImpl
::WindowedCreatePlugin() {
49
void
WebPluginDelegateImpl
::WindowedDestroyWindow() {
52
bool
WebPluginDelegateImpl
::WindowedReposition
[
all
...]
webplugin_delegate_impl_aura.cc
14
WebPluginDelegateImpl
::
WebPluginDelegateImpl
(WebPlugin* plugin,
18
WebPluginDelegateImpl
::~
WebPluginDelegateImpl
() {
21
bool
WebPluginDelegateImpl
::PlatformInitialize() {
25
void
WebPluginDelegateImpl
::PlatformDestroyInstance() {
29
void
WebPluginDelegateImpl
::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
32
bool
WebPluginDelegateImpl
::WindowedCreatePlugin() {
36
void
WebPluginDelegateImpl
::WindowedDestroyWindow() {
39
bool
WebPluginDelegateImpl
::WindowedReposition
[
all
...]
webplugin_delegate_impl_gtk.cc
31
WebPluginDelegateImpl
::
WebPluginDelegateImpl
(
71
WebPluginDelegateImpl
::~
WebPluginDelegateImpl
() {
88
bool
WebPluginDelegateImpl
::PlatformInitialize() {
95
void
WebPluginDelegateImpl
::PlatformDestroyInstance() {
99
void
WebPluginDelegateImpl
::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
107
bool
WebPluginDelegateImpl
::WindowedCreatePlugin() {
154
void
WebPluginDelegateImpl
::WindowedDestroyWindow() {
165
bool
WebPluginDelegateImpl
::WindowedReposition
[
all
...]
webplugin_delegate_impl_win.cc
67
WebPluginDelegateImpl
* g_current_plugin_instance = NULL;
206
LRESULT CALLBACK
WebPluginDelegateImpl
::HandleEventMessageFilterHook(
216
LRESULT CALLBACK
WebPluginDelegateImpl
::MouseHookProc(
227
WebPluginDelegateImpl
::
WebPluginDelegateImpl
(
315
//
WebPluginDelegateImpl
::Initialize.
326
WebPluginDelegateImpl
::~
WebPluginDelegateImpl
() {
348
bool
WebPluginDelegateImpl
::PlatformInitialize() {
368
WebPluginDelegateImpl
::TrackPopupMenuPatch)
[
all
...]
webplugin_delegate_impl.h
58
class
WebPluginDelegateImpl
: public WebPluginDelegate {
82
static
WebPluginDelegateImpl
* Create(WebPlugin* plugin,
175
static
WebPluginDelegateImpl
* GetActiveDelegate();
207
friend class base::DeleteHelper<
WebPluginDelegateImpl
>;
210
WebPluginDelegateImpl
(WebPlugin* plugin, PluginInstance* instance);
211
virtual ~
WebPluginDelegateImpl
();
430
scoped_ptr<base::RepeatingTimer<
WebPluginDelegateImpl
> > redraw_timer_;
474
base::WeakPtrFactory<
WebPluginDelegateImpl
> user_gesture_msg_factory_;
505
DISALLOW_COPY_AND_ASSIGN(
WebPluginDelegateImpl
);
Completed in 138 milliseconds