OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebHelperPluginImpl
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.h
53
class
WebHelperPluginImpl
: public WebHelperPlugin,
54
public RefCounted<
WebHelperPluginImpl
> {
55
WTF_MAKE_NONCOPYABLE(
WebHelperPluginImpl
);
59
virtual ~
WebHelperPluginImpl
();
68
explicit
WebHelperPluginImpl
(WebWidgetClient*);
89
inline
WebHelperPluginImpl
* toWebHelperPluginImpl(WebWidget* widget)
92
return static_cast<
WebHelperPluginImpl
*>(widget);
WebHelperPluginImpl.cpp
32
#include "
WebHelperPluginImpl
.h"
85
explicit HelperPluginChromeClient(
WebHelperPluginImpl
* widget)
105
WebHelperPluginImpl
* m_widget;
133
//
WebHelperPluginImpl
----------------------------------------------------------------
135
WebHelperPluginImpl
::
WebHelperPluginImpl
(WebWidgetClient* client)
143
WebHelperPluginImpl
::~
WebHelperPluginImpl
()
148
bool
WebHelperPluginImpl
::initialize(const String& pluginType, const WebDocument& hostDocument, WebViewImpl* webView)
156
void
WebHelperPluginImpl
::closeHelperPlugin(
[
all
...]
WebMediaPlayerClientImpl.h
55
class
WebHelperPluginImpl
;
165
RefPtr<
WebHelperPluginImpl
> m_helperPlugin;
WebViewImpl.h
104
class
WebHelperPluginImpl
;
475
WebHelperPluginImpl
* createHelperPlugin(const String& pluginType, const WebDocument& hostDocument);
476
void closeHelperPluginSoon(PassRefPtr<
WebHelperPluginImpl
>);
[
all
...]
WebViewImpl.cpp
61
#include "
WebHelperPluginImpl
.h"
[
all
...]
webkit.target.darwin-arm.mk
191
third_party/WebKit/Source/web/
WebHelperPluginImpl
.cpp \
webkit.target.darwin-mips.mk
191
third_party/WebKit/Source/web/
WebHelperPluginImpl
.cpp \
webkit.target.darwin-x86.mk
191
third_party/WebKit/Source/web/
WebHelperPluginImpl
.cpp \
webkit.target.linux-arm.mk
191
third_party/WebKit/Source/web/
WebHelperPluginImpl
.cpp \
webkit.target.linux-mips.mk
191
third_party/WebKit/Source/web/
WebHelperPluginImpl
.cpp \
webkit.target.linux-x86.mk
191
third_party/WebKit/Source/web/
WebHelperPluginImpl
.cpp \
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
45
#include "
WebHelperPluginImpl
.h"
[
all
...]
Completed in 44 milliseconds