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

  /external/chromium_org/third_party/WebKit/Source/core/html/
PasswordInputType.h 46 virtual bool needsContainer() const OVERRIDE;
SearchInputType.h 55 virtual bool needsContainer() const OVERRIDE;
PasswordInputType.cpp 63 bool PasswordInputType::needsContainer() const
65 return BaseTextInputType::needsContainer() || isPasswordGenerationEnabled();
SearchInputType.cpp 85 bool SearchInputType::needsContainer() const
TextFieldInputType.h 61 virtual bool needsContainer() const;
TextFieldInputType.cpp 219 bool TextFieldInputType::needsContainer() const
245 bool createsContainer = shouldHaveSpinButton || needsContainer();

Completed in 263 milliseconds