Home | History | Annotate | Download | only in renderer

Lines Matching refs:element

29 // A bit field mask for form or form element requirements.
55 // Returns true if |element| is a month input element.
56 bool IsMonthInput(const blink::WebInputElement* element);
58 // Returns true if |element| is a text input element.
59 bool IsTextInput(const blink::WebInputElement* element);
61 // Returns true if |element| is a select element.
62 bool IsSelectElement(const blink::WebFormControlElement& element);
64 // Returns true if |element| is a textarea element.
65 bool IsTextAreaElement(const blink::WebFormControlElement& element);
67 // Returns true if |element| is a checkbox or a radio button element.
68 bool IsCheckableElement(const blink::WebInputElement* element);
70 // Returns true if |element| is one of the input element types that can be
72 bool IsAutofillableInputElement(const blink::WebInputElement* element);
82 // Returns true if the element specified by |click_element| was successfully
97 const blink::WebFormControlElement& element,
116 // Finds the form that contains |element| and returns it in |form|. Fills
117 // |field| with the |FormField| representation for element.
120 const blink::WebFormControlElement& element,
125 // Fills the form represented by |form|. |element| is the input element that
128 const blink::WebFormControlElement& element);
142 // Previews the form represented by |form|. |element| is the input element that
145 const blink::WebFormControlElement& element);
151 bool ClearPreviewedFormWithElement(const blink::WebFormControlElement& element,
155 bool FormWithElementIsAutofilled(const blink::WebInputElement& element);
168 // This function checks whether the children of |element|
170 bool IsWebElementEmpty(const blink::WebElement& element);
172 // Return a gfx::RectF that is the bounding box for |element| scaled by |scale|.
174 blink::WebFormControlElement* element);