Home
last modified time | relevance | path

Searched refs:TestPlugin (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.cpp144 TestPlugin* plugin = static_cast<TestPlugin*>(context); in deferredDelete()
151 TestPlugin::TestPlugin(WebFrame* frame, const WebPluginParams& params, WebTestDelegate* delegate) in TestPlugin() function in WebTestRunner::TestPlugin
202 TestPlugin::~TestPlugin() in ~TestPlugin()
206 bool TestPlugin::initialize(WebPluginContainer* container) in initialize()
231 void TestPlugin::destroy() in destroy()
249 void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<… in updateGeometry()
279 bool TestPlugin::prepareMailbox(blink::WebExternalTextureMailbox* mailbox, blink::WebExternalBitmap… in prepareMailbox()
288 void TestPlugin::mailboxReleased(const blink::WebExternalTextureMailbox&) in mailboxReleased()
292 TestPlugin::Primitive TestPlugin::parsePrimitive(const WebString& string) in parsePrimitive()
309 void TestPlugin::parseColor(const WebString& string, unsigned color[3]) in parseColor()
[all …]
DTestPlugin.h54 class TestPlugin : public blink::WebPlugin, public blink::WebExternalTextureLayerClient, public bli…
56 static TestPlugin* create(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*);
57 virtual ~TestPlugin();
87 TestPlugin(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*);
Drunner.gypi80 'TestPlugin.cpp',
81 'TestPlugin.h',
DWebTestProxy.cpp926 if (params.mimeType == TestPlugin::mimeType()) in createPlugin()
927 return TestPlugin::create(frame, params, m_delegate); in createPlugin()
/external/chromium_org/content/browser/
Dplugin_browsertest.cc115 void TestPlugin(const char* filename) { in TestPlugin() function in content::PluginTest
426 TestPlugin("flash.html"); in IN_PROC_BROWSER_TEST_F()
432 TestPlugin("flash.html"); in IN_PROC_BROWSER_TEST_F()
441 TestPlugin("quicktime.html"); in IN_PROC_BROWSER_TEST_F()
446 TestPlugin("wmp_new.html"); in IN_PROC_BROWSER_TEST_F()
451 TestPlugin("real.html"); in IN_PROC_BROWSER_TEST_F()
462 TestPlugin("flash-octet-stream.html"); in IN_PROC_BROWSER_TEST_F()
471 TestPlugin("flash-layout-while-painting.html"); in IN_PROC_BROWSER_TEST_F()
476 TestPlugin("Java.html"); in IN_PROC_BROWSER_TEST_F()
480 TestPlugin("silverlight.html"); in IN_PROC_BROWSER_TEST_F()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DTestVersionTracker.java117 TestPlugin testPlugin=(TestPlugin)elements.get(id); in getTestPluginProperties()
141 TestPlugin testPlugin=new TestPlugin(id,version); in startElement()
151 private class TestPlugin { class in TestVersionTracker
158 TestPlugin(String id, String version){ in TestPlugin() method in TestVersionTracker.TestPlugin
351 writer.println(((TestPlugin)elements.get(key)).toString()); in writeProperties()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebPluginContainerTest.cpp75 class TestPlugin : public FakeWebPlugin { class
77 TestPlugin(WebFrame* frame, const WebPluginParams& params) in TestPlugin() function in __anon8d7cc9530111::TestPlugin
91 return new TestPlugin(frame, params); in createPlugin()