OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPluginDelegateImpl
(Results
1 - 13
of
13
) 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.cc
26
WebPluginDelegateImpl
*
WebPluginDelegateImpl
::Create(
39
return new
WebPluginDelegateImpl
(plugin, instance.get());
42
void
WebPluginDelegateImpl
::PluginDestroyed() {
50
bool
WebPluginDelegateImpl
::Initialize(
103
void
WebPluginDelegateImpl
::DestroyInstance() {
127
void
WebPluginDelegateImpl
::UpdateGeometry(
148
void
WebPluginDelegateImpl
::SetFocus(bool focused) {
168
void
WebPluginDelegateImpl
::SetPluginHasFocus(bool focused) {
175
void
WebPluginDelegateImpl
::SetContentAreaHasFocus(bool has_focus)
[
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
);
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
...]
/external/chromium_org/content/plugin/
webplugin_delegate_stub.h
32
class
WebPluginDelegateImpl
;
36
// actual
WebPluginDelegateImpl
object.
51
WebPluginDelegateImpl
* delegate() { return delegate_; }
120
WebPluginDelegateImpl
* delegate_;
webplugin_proxy.h
36
class
WebPluginDelegateImpl
;
55
void set_delegate(
WebPluginDelegateImpl
* d) { delegate_ = d; }
215
WebPluginDelegateImpl
* delegate_;
webplugin_delegate_stub.cc
36
WebPluginDelegateImpl
* delegate,
186
delegate_ =
WebPluginDelegateImpl
::Create(webplugin_, path, mime_type_);
189
WebPluginDelegateImpl
::PLUGIN_QUIRK_DIE_AFTER_UNLOAD) {
webplugin_proxy.cc
322
WebPluginDelegateImpl
::PLUGIN_QUIRK_BLOCK_NONSTANDARD_GETURL_REQUESTS) {
/external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc
124
if (webkit::npapi::
WebPluginDelegateImpl
::GetPluginNameFromWindow(
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
157
if (webkit::npapi::
WebPluginDelegateImpl
::IsPluginDelegateWindow(window) &&
608
if (!webkit::npapi::
WebPluginDelegateImpl
::IsPluginDelegateWindow(hwnd))
[
all
...]
/external/chromium_org/content/renderer/npapi/
webplugin_impl.cc
646
return
WebPluginDelegateImpl
::Create(this, file_path_, mime_type_);
[
all
...]
Completed in 92 milliseconds