OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserPluginManagerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_manager_impl.h
19
class
BrowserPluginManagerImpl
: public BrowserPluginManager {
21
explicit
BrowserPluginManagerImpl
(RenderViewImpl* render_view);
38
virtual ~
BrowserPluginManagerImpl
();
51
DISALLOW_COPY_AND_ASSIGN(
BrowserPluginManagerImpl
);
browser_plugin_manager_impl.cc
16
BrowserPluginManagerImpl
::
BrowserPluginManagerImpl
(
22
BrowserPluginManagerImpl
::~
BrowserPluginManagerImpl
() {
25
BrowserPlugin*
BrowserPluginManagerImpl
::CreateBrowserPlugin(
31
void
BrowserPluginManagerImpl
::AllocateInstanceID(
40
bool
BrowserPluginManagerImpl
::Send(IPC::Message* msg) {
44
bool
BrowserPluginManagerImpl
::OnMessageReceived(
59
IPC_BEGIN_MESSAGE_MAP(
BrowserPluginManagerImpl
, message)
69
void
BrowserPluginManagerImpl
::DidCommitCompositorFrame()
[
all
...]
Completed in 50 milliseconds