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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 37 HTMLTextFormControlElement& textControl() const { return *m_textControl; }
99 EXPECT_EQ(0, textControl().selectionStart());
100 EXPECT_EQ(0, textControl().selectionEnd());
102 textControl().setInnerEditorValue("Hello, text form.");
103 EXPECT_EQ(0, textControl().selectionStart());
104 EXPECT_EQ(0, textControl().selectionEnd());
106 textControl().setSelectionRange(1, 3);
107 EXPECT_EQ(1, textControl().selectionStart());
108 EXPECT_EQ(3, textControl().selectionEnd());
157 void testBoundary(HTMLDocument& document, HTMLTextFormControlElement& textControl)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 57 HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start());
58 return isHTMLInputElement(textControl) && toHTMLInputElement(textControl)->isTextField();
63 HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start());
64 return isHTMLTextAreaElement(textControl);
141 HTMLTextFormControlElement* textControl = toHTMLTextFormControlElement(element);
142 parent = textControl;
143 element = textControl->innerEditorElement();
144 isTextField = isHTMLInputElement(*textControl) && toHTMLInputElement(*textControl).isTextField()
    [all...]
FrameSelection.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 156 milliseconds