OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsPlaceholder
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/html/
HTMLFormControlElement.cpp
430
if (
supportsPlaceholder
())
438
if (
supportsPlaceholder
())
446
return
supportsPlaceholder
()
454
if (
supportsPlaceholder
() && renderer())
HTMLFormControlElement.h
179
virtual bool
supportsPlaceholder
() const = 0;
HTMLTextAreaElement.h
99
virtual bool
supportsPlaceholder
() const { return true; }
HTMLInputElement.h
285
virtual bool
supportsPlaceholder
() const { return isTextField(); }
Completed in 122 milliseconds