Home
last modified time | relevance | path

Searched refs:hasImageLoader (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DImageInputType.cpp201 if (element->hasImageLoader()) { in height()
225 if (element->hasImageLoader()) { in width()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h276 bool hasImageLoader() const { return m_imageLoader; } in hasImageLoader() function
DHTMLInputElement.cpp1441 if (hasImageLoader()) in didMoveToNewDocument()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp232 if (inputElement->isImageButton() && inputElement->hasImageLoader()) { in serializeFrame()