needsContainer     80 Source/core/html/forms/PasswordInputType.cpp     return BaseTextInputType::needsContainer() || isPasswordGenerationEnabled();
needsContainer     45 Source/core/html/forms/PasswordInputType.h     virtual bool needsContainer() const OVERRIDE;
needsContainer     55 Source/core/html/forms/SearchInputType.h     virtual bool needsContainer() const OVERRIDE;
needsContainer    292 Source/core/html/forms/TextFieldInputType.cpp     bool createsContainer = shouldHaveSpinButton || shouldHaveDataListIndicator || needsContainer();
needsContainer     52 Source/core/html/forms/TextFieldInputType.h     virtual bool needsContainer() const;