HomeSort by relevance Sort by last modified time
    Searched defs:TestPlugin (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 75 class TestPlugin : public FakeWebPlugin {
77 TestPlugin(WebFrame* frame, const WebPluginParams& params)
91 return new TestPlugin(frame, params);
  /external/chromium_org/content/browser/
plugin_browsertest.cc 115 void TestPlugin(const char* filename) {
426 TestPlugin("flash.html");
432 TestPlugin("flash.html");
441 TestPlugin("quicktime.html");
446 TestPlugin("wmp_new.html");
451 TestPlugin("real.html");
462 TestPlugin("flash-octet-stream.html");
471 TestPlugin("flash-layout-while-painting.html");
476 TestPlugin("Java.html");
480 TestPlugin("silverlight.html")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 26 #include "TestPlugin.h"
144 TestPlugin* plugin = static_cast<TestPlugin*>(context);
151 TestPlugin::TestPlugin(WebFrame* frame, const WebPluginParams& params, WebTestDelegate* delegate)
202 TestPlugin::~TestPlugin()
206 bool TestPlugin::initialize(WebPluginContainer* container)
231 void TestPlugin::destroy()
249 void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOu (…)
    [all...]
TestPlugin.h 54 class TestPlugin : public blink::WebPlugin, public blink::WebExternalTextureLayerClient, public blink::WebNonCopyable {
56 static TestPlugin* create(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*);
57 virtual ~TestPlugin();
87 TestPlugin(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 117 TestPlugin testPlugin=(TestPlugin)elements.get(id);
118 testPlugin.getPrerequisitePlugins(id);
119 testPlugin.setHasPerformanceTarget();
135 //get pluginIDs and versions from generated build.xml. Create TestPlugin objects
141 TestPlugin testPlugin=new TestPlugin(id,version);
142 elements.put(id,testPlugin);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 1323 milliseconds