TestBrowserPluginGuest  334 content/browser/browser_plugin/browser_plugin_guest.h   friend class TestBrowserPluginGuest;
TestBrowserPluginGuest  115 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     return new TestBrowserPluginGuest(instance_id, web_contents);
TestBrowserPluginGuest  161 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     TestBrowserPluginGuest* guest =
TestBrowserPluginGuest  162 content/browser/browser_plugin/browser_plugin_host_browsertest.cc         new TestBrowserPluginGuest(instance_id, web_contents);
TestBrowserPluginGuest  335 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     test_guest_ = static_cast<TestBrowserPluginGuest*>(
TestBrowserPluginGuest  341 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   TestBrowserPluginGuest* test_guest() const { return test_guest_; }
TestBrowserPluginGuest  348 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   TestBrowserPluginGuest* test_guest_;
TestBrowserPluginGuest  556 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     TestBrowserPluginGuest* new_test_guest =
TestBrowserPluginGuest  557 content/browser/browser_plugin/browser_plugin_host_browsertest.cc         static_cast<TestBrowserPluginGuest*>(
TestBrowserPluginGuest  951 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   TestBrowserPluginGuest* guest = test_guest();
TestBrowserPluginGuest   16 content/browser/browser_plugin/test_browser_plugin_guest.cc TestBrowserPluginGuest::TestBrowserPluginGuest(
TestBrowserPluginGuest   35 content/browser/browser_plugin/test_browser_plugin_guest.cc TestBrowserPluginGuest::~TestBrowserPluginGuest() {
TestBrowserPluginGuest   38 content/browser/browser_plugin/test_browser_plugin_guest.cc WebContentsImpl* TestBrowserPluginGuest::web_contents() const {
TestBrowserPluginGuest   42 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::SendMessageToEmbedder(IPC::Message* msg) {
TestBrowserPluginGuest   60 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForUpdateRectMsg() {
TestBrowserPluginGuest   68 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::ResetUpdateRectCount() {
TestBrowserPluginGuest   72 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForDamageBufferWithSize(
TestBrowserPluginGuest   83 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
TestBrowserPluginGuest   93 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::OnHandleInputEvent(
TestBrowserPluginGuest  105 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForExit() {
TestBrowserPluginGuest  114 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForFocus() {
TestBrowserPluginGuest  124 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForBlur() {
TestBrowserPluginGuest  134 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForAdvanceFocus() {
TestBrowserPluginGuest  141 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitUntilHidden() {
TestBrowserPluginGuest  151 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForInput() {
TestBrowserPluginGuest  162 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForLoadStop() {
TestBrowserPluginGuest  173 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForViewSize(const gfx::Size& view_size) {
TestBrowserPluginGuest  185 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WaitForImeCancel() {
TestBrowserPluginGuest  196 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::OnSetFocus(int instance_id, bool focused) {
TestBrowserPluginGuest  209 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::OnTakeFocus(bool reverse) {
TestBrowserPluginGuest  216 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::SetDamageBuffer(
TestBrowserPluginGuest  231 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::DidStopLoading(
TestBrowserPluginGuest  239 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::OnImeCancelComposition() {
TestBrowserPluginGuest  248 content/browser/browser_plugin/test_browser_plugin_guest.cc void TestBrowserPluginGuest::WasHidden() {
TestBrowserPluginGuest   23 content/browser/browser_plugin/test_browser_plugin_guest.h class TestBrowserPluginGuest : public BrowserPluginGuest {
TestBrowserPluginGuest   25 content/browser/browser_plugin/test_browser_plugin_guest.h   TestBrowserPluginGuest(int instance_id, WebContentsImpl* web_contents);
TestBrowserPluginGuest   26 content/browser/browser_plugin/test_browser_plugin_guest.h   virtual ~TestBrowserPluginGuest();
TestBrowserPluginGuest  114 content/browser/browser_plugin/test_browser_plugin_guest.h   DISALLOW_COPY_AND_ASSIGN(TestBrowserPluginGuest);