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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.h 43 virtual void updateWidget(PluginCreationOption) OVERRIDE;
HTMLEmbedElement.h 48 virtual void updateWidget(PluginCreationOption);
HTMLPlugInImageElement.h 38 enum PluginCreationOption {
57 virtual void updateWidget(PluginCreationOption) = 0;
HTMLObjectElement.h 88 virtual void updateWidget(PluginCreationOption);
HTMLAppletElement.cpp 95 void HTMLAppletElement::updateWidget(PluginCreationOption)
HTMLEmbedElement.cpp 126 void HTMLEmbedElement::updateWidget(PluginCreationOption pluginCreationOption)
143 if (pluginCreationOption == CreateOnlyNonNetscapePlugins && wouldLoadAsNetscapePlugin(m_url, m_serviceType)) {
HTMLObjectElement.cpp 267 void HTMLObjectElement::updateWidget(PluginCreationOption pluginCreationOption)
300 if (pluginCreationOption == CreateOnlyNonNetscapePlugins && wouldLoadAsNetscapePlugin(url, serviceType)) {

Completed in 321 milliseconds