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/
test_plugin.cc 125 TestPlugin* plugin = static_cast<TestPlugin*>(context);
131 TestPlugin::TestPlugin(blink::WebFrame* frame,
197 std::string("TestPlugin: canCreateWithoutRenderer\n"));
200 TestPlugin::~TestPlugin() {
203 bool TestPlugin::initialize(blink::WebPluginContainer* container) {
226 void TestPlugin::destroy() {
244 NPObject* TestPlugin::scriptableObject()
    [all...]
test_plugin.h 43 class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
45 static TestPlugin* create(blink::WebFrame* frame,
48 virtual ~TestPlugin();
94 TestPlugin(blink::WebFrame* frame,
170 DISALLOW_COPY_AND_ASSIGN(TestPlugin);
web_test_proxy.cc 864 if (TestPlugin::IsSupportedMimeType(params.mimeType))
865 return TestPlugin::create(frame, params, delegate_);
    [all...]
  /external/chromium_org/content/browser/
plugin_browsertest.cc 115 void TestPlugin(const char* filename) {
435 TestPlugin("flash.html");
441 TestPlugin("flash.html");
450 TestPlugin("quicktime.html");
455 TestPlugin("wmp_new.html");
460 TestPlugin("real.html");
471 TestPlugin("flash-octet-stream.html");
480 TestPlugin("flash-layout-while-painting.html");
485 TestPlugin("Java.html");
490 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 827 milliseconds