HomeSort by relevance Sort by last modified time
    Searched defs:m_inputType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
TextEvent.h 53 bool isLineBreak() const { return m_inputType == TextEventInputLineBreak; }
54 bool isComposition() const { return m_inputType == TextEventInputComposition; }
55 bool isBackTab() const { return m_inputType == TextEventInputBackTab; }
56 bool isPaste() const { return m_inputType == TextEventInputPaste; }
57 bool isDrop() const { return m_inputType == TextEventInputDrop; }
70 TextEventInputType m_inputType;
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 324 OwnPtr<InputType> m_inputType;

Completed in 29 milliseconds