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

  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.h 51 bool shouldLoadPluginManually() { return m_shouldLoadPluginManually; }
PluginDocument.cpp 189 if (!shouldLoadPluginManually())
HTMLPlugInElement.cpp 450 bool loadManually = document().isPluginDocument() && !document().containsPlugins() && toPluginDocument(document()).shouldLoadPluginManually();

Completed in 28 milliseconds