OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreferPlugInsForImagesOption
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h
38
enum
PreferPlugInsForImagesOption
{
60
HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser,
PreferPlugInsForImagesOption
);
HTMLPlugInElement.cpp
57
HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByParser,
PreferPlugInsForImagesOption
preferPlugInsForImagesOption
)
68
, m_shouldPreferPlugInsForImages(
preferPlugInsForImagesOption
== ShouldPreferPlugInsForImages)
Completed in 54 milliseconds