TestPlugin 428 content/browser/plugin_browsertest.cc TestPlugin("flash.html"); TestPlugin 434 content/browser/plugin_browsertest.cc TestPlugin("flash.html"); TestPlugin 443 content/browser/plugin_browsertest.cc TestPlugin("quicktime.html"); TestPlugin 448 content/browser/plugin_browsertest.cc TestPlugin("wmp_new.html"); TestPlugin 453 content/browser/plugin_browsertest.cc TestPlugin("real.html"); TestPlugin 464 content/browser/plugin_browsertest.cc TestPlugin("flash-octet-stream.html"); TestPlugin 473 content/browser/plugin_browsertest.cc TestPlugin("flash-layout-while-painting.html"); TestPlugin 478 content/browser/plugin_browsertest.cc TestPlugin("Java.html"); TestPlugin 482 content/browser/plugin_browsertest.cc TestPlugin("silverlight.html"); TestPlugin 133 content/shell/renderer/test_runner/TestPlugin.cpp TestPlugin* plugin = static_cast<TestPlugin*>(context); TestPlugin 139 content/shell/renderer/test_runner/TestPlugin.cpp TestPlugin::TestPlugin(WebFrame* frame, const WebPluginParams& params, WebTestDelegate* delegate) TestPlugin 194 content/shell/renderer/test_runner/TestPlugin.cpp TestPlugin::~TestPlugin() TestPlugin 198 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::initialize(WebPluginContainer* container) TestPlugin 223 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::destroy() TestPlugin 242 content/shell/renderer/test_runner/TestPlugin.cpp NPObject* TestPlugin::scriptableObject() TestPlugin 247 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::canProcessDrag() const TestPlugin 252 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible) TestPlugin 314 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::acceptsInputEvents() TestPlugin 319 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::isPlaceholder() TestPlugin 324 content/shell/renderer/test_runner/TestPlugin.cpp unsigned TestPlugin::PrepareTexture() { TestPlugin 335 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::PrepareTextureMailbox( TestPlugin 353 content/shell/renderer/test_runner/TestPlugin.cpp TestPlugin::Primitive TestPlugin::parsePrimitive(const WebString& string) TestPlugin 370 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::parseColor(const WebString& string, unsigned color[3]) TestPlugin 386 content/shell/renderer/test_runner/TestPlugin.cpp float TestPlugin::parseOpacity(const WebString& string) TestPlugin 391 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::parseBoolean(const WebString& string) TestPlugin 397 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::initScene() TestPlugin 420 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::drawSceneGL() { TestPlugin 428 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::drawSceneSoftware(void* memory, size_t bytes) { TestPlugin 461 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::destroyScene() TestPlugin 483 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::initProgram() TestPlugin 509 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::initPrimitive() TestPlugin 527 content/shell/renderer/test_runner/TestPlugin.cpp void TestPlugin::drawPrimitive() TestPlugin 547 content/shell/renderer/test_runner/TestPlugin.cpp unsigned TestPlugin::loadShader(unsigned type, const string& source) TestPlugin 564 content/shell/renderer/test_runner/TestPlugin.cpp unsigned TestPlugin::loadProgram(const string& vertexSource, const string& fragmentSource) TestPlugin 589 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::handleInputEvent(const WebInputEvent& event, WebCursorInfo& info) TestPlugin 645 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::handleDragStatusUpdate(WebDragStatus dragStatus, const WebDragData&, WebDragOperationsMask, const WebPoint& position, const WebPoint& screenPosition) TestPlugin 668 content/shell/renderer/test_runner/TestPlugin.cpp TestPlugin* TestPlugin::create(WebFrame* frame, const WebPluginParams& params, WebTestDelegate* delegate) TestPlugin 670 content/shell/renderer/test_runner/TestPlugin.cpp return new TestPlugin(frame, params, delegate); TestPlugin 673 content/shell/renderer/test_runner/TestPlugin.cpp const WebString& TestPlugin::mimeType() TestPlugin 679 content/shell/renderer/test_runner/TestPlugin.cpp const WebString& TestPlugin::canCreateWithoutRendererMimeType() TestPlugin 685 content/shell/renderer/test_runner/TestPlugin.cpp const WebString& TestPlugin::pluginPersistsMimeType() TestPlugin 691 content/shell/renderer/test_runner/TestPlugin.cpp bool TestPlugin::isSupportedMimeType(const WebString& mimeType) TestPlugin 693 content/shell/renderer/test_runner/TestPlugin.cpp return mimeType == TestPlugin::mimeType() TestPlugin 41 content/shell/renderer/test_runner/TestPlugin.h class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient { TestPlugin 43 content/shell/renderer/test_runner/TestPlugin.h static TestPlugin* create(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*); TestPlugin 44 content/shell/renderer/test_runner/TestPlugin.h virtual ~TestPlugin(); TestPlugin 79 content/shell/renderer/test_runner/TestPlugin.h TestPlugin(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*); TestPlugin 154 content/shell/renderer/test_runner/TestPlugin.h DISALLOW_COPY_AND_ASSIGN(TestPlugin); TestPlugin 922 content/shell/renderer/test_runner/WebTestProxy.cpp if (TestPlugin::isSupportedMimeType(params.mimeType)) TestPlugin 923 content/shell/renderer/test_runner/WebTestProxy.cpp return TestPlugin::create(frame, params, m_delegate);