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

  /external/webkit/WebCore/editing/
Editor.h 153 bool clientIsEditable() const;
Editor.cpp 770 bool Editor::clientIsEditable() const
    [all...]
  /external/webkit/WebCore/page/
DragController.cpp 338 if (doc && (m_didInitiateDrag || doc->isPluginDocument() || (doc->frame() && doc->frame()->editor()->clientIsEditable())))
Frame.cpp 859 if (m_editor.clientIsEditable())
    [all...]

Completed in 62 milliseconds