HomeSort by relevance Sort by last modified time
    Searched defs:placeholderText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 559 const AtomicString& placeholderText = fastGetAttribute(placeholderAttr);
560 if (placeholderText.isEmpty()) {
572 placeholder->setTextContent(placeholderText);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 448 String placeholderText = element().strippedPlaceholder();
449 if (placeholderText.isEmpty()) {
464 placeholder->setTextContent(placeholderText);

Completed in 33 milliseconds