OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestBrowserPluginGuest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest.cc
16
TestBrowserPluginGuest
::
TestBrowserPluginGuest
(
35
TestBrowserPluginGuest
::~
TestBrowserPluginGuest
() {
38
WebContentsImpl*
TestBrowserPluginGuest
::web_contents() const {
42
void
TestBrowserPluginGuest
::SendMessageToEmbedder(IPC::Message* msg) {
60
void
TestBrowserPluginGuest
::WaitForUpdateRectMsg() {
68
void
TestBrowserPluginGuest
::ResetUpdateRectCount() {
72
void
TestBrowserPluginGuest
::WaitForDamageBufferWithSize(
83
void
TestBrowserPluginGuest
::RenderProcessGone(base::TerminationStatus status)
[
all
...]
test_browser_plugin_guest.h
23
class
TestBrowserPluginGuest
: public BrowserPluginGuest {
25
TestBrowserPluginGuest
(int instance_id, WebContentsImpl* web_contents);
26
virtual ~
TestBrowserPluginGuest
();
110
DISALLOW_COPY_AND_ASSIGN(
TestBrowserPluginGuest
);
Completed in 27 milliseconds