Searched refs:canHaveSelection (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLInputElementCustom.cpp39 if (!input->canHaveSelection())
48 if (!input->canHaveSelection())
57 if (!input->canHaveSelection())
66 if (!input->canHaveSelection())
75 if (!input->canHaveSelection())
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLInputElementCustom.cpp47 if (!imp->canHaveSelection())
60 if (!imp->canHaveSelection()) {
73 if (!imp->canHaveSelection())
86 if (!imp->canHaveSelection()) {
100 if (!imp->canHaveSelection())
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h145 bool canHaveSelection() const;
H A DHTMLInputElement.cpp543 bool HTMLInputElement::canHaveSelection() const function in class:WebCore::HTMLInputElement

Completed in 169 milliseconds