isURLField       1616 Source/core/html/HTMLInputElement.cpp     return m_inputType->isURLField();
isURLField        108 Source/core/html/HTMLInputElement.h     bool isURLField() const;
isURLField         99 Source/core/html/forms/InputType.h     virtual bool isURLField() const;
isURLField         49 Source/core/html/forms/URLInputType.h     virtual bool isURLField() const OVERRIDE;
isURLField       2094 Source/web/WebViewImpl.cpp         if (input.isURLField())