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

  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayerClient.h 73 virtual WebPlugin* createHelperPlugin(const WebString& pluginType, WebFrame*) = 0;
  /external/chromium_org/content/renderer/media/crypto/
content_decryption_module_factory.cc 29 static scoped_refptr<PepperPluginInstanceImpl> CreateHelperPlugin(
36 WebKit::WebPlugin* web_plugin = web_media_player_client->createHelperPlugin(
62 CreateHelperPlugin(plugin_type, web_media_player_client, web_frame);
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 86 virtual WebPlugin* createHelperPlugin(const WebString& pluginType, WebFrame*);
WebMediaPlayerClientImpl.cpp 155 WebPlugin* WebMediaPlayerClientImpl::createHelperPlugin(const WebString& pluginType, WebFrame* frame)
160 m_helperPlugin = webView->createHelperPlugin(pluginType, frame->document());
WebViewImpl.h 486 WebHelperPluginImpl* createHelperPlugin(const String& pluginType, const WebDocument& hostDocument);
    [all...]
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp     [all...]

Completed in 50 milliseconds