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

  /external/webkit/Source/WebCore/html/
HTMLPlugInImageElement.h 32 enum PluginCreationOption {
47 virtual void updateWidget(PluginCreationOption) = 0;
HTMLEmbedElement.h 50 virtual void updateWidget(PluginCreationOption);
HTMLObjectElement.h 87 virtual void updateWidget(PluginCreationOption);
HTMLEmbedElement.cpp 141 void HTMLEmbedElement::updateWidget(PluginCreationOption pluginCreationOption)
159 if (pluginCreationOption == CreateOnlyNonNetscapePlugins && wouldLoadAsNetscapePlugin(m_url, m_serviceType))
HTMLMediaElement.h 162 void updateWidget(PluginCreationOption);
HTMLObjectElement.cpp 256 void HTMLObjectElement::updateWidget(PluginCreationOption pluginCreationOption)
282 if (pluginCreationOption == CreateOnlyNonNetscapePlugins && wouldLoadAsNetscapePlugin(url, serviceType))
HTMLMediaElement.cpp     [all...]

Completed in 163 milliseconds