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

  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 5 #include "content/shell/renderer/test_runner/TestPlugin.h"
133 TestPlugin* plugin = static_cast<TestPlugin*>(context);
139 TestPlugin::TestPlugin(WebFrame* frame, const WebPluginParams& params, WebTestDelegate* delegate)
191 m_delegate->printMessage(std::string("TestPlugin: canCreateWithoutRenderer\n"));
194 TestPlugin::~TestPlugin()
198 bool TestPlugin::initialize(WebPluginContainer* container)
223 void TestPlugin::destroy(
    [all...]
TestPlugin.h 43 class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
45 static TestPlugin* create(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*);
46 virtual ~TestPlugin();
80 TestPlugin(blink::WebFrame*, const blink::WebPluginParams&, WebTestDelegate*);
155 DISALLOW_COPY_AND_ASSIGN(TestPlugin);
web_test_proxy.cc 17 #include "content/shell/renderer/test_runner/TestPlugin.h"
733 if (TestPlugin::isSupportedMimeType(params.mimeType))
734 return TestPlugin::create(frame, params, delegate_);
    [all...]
  /external/chromium_org/content/browser/
plugin_browsertest.cc 114 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/web/tests/
WebPluginContainerTest.cpp 75 class TestPlugin : public FakeWebPlugin {
77 TestPlugin(WebFrame* frame, const WebPluginParams& params)
91 return new TestPlugin(frame, params);
  /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...]
  /cts/tests/tests/drm/lib/
Android.mk 24 TestPlugin.cpp
TestPlugin.cpp 18 #define LOG_TAG "TestPlugin"
30 #include <TestPlugin.h>
37 return new TestPlugIn();
46 TestPlugIn::TestPlugIn()
51 TestPlugIn::~TestPlugIn() {
55 DrmMetadata* TestPlugIn::onGetMetadata(int uniqueId, const String8* path) {
59 DrmConstraints* TestPlugIn::onGetConstraints(
64 DrmInfoStatus* TestPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 122 milliseconds