Home
last modified time | relevance | path

Searched defs:hasComposition (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DEditorState.h50 bool hasComposition; member
/external/webkit/Source/WebCore/editing/
DEditor.h290 bool hasComposition() const { return m_compositionNode; } in hasComposition() function
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2164 void WebPageProxy::didChangeCompositionSelection(bool hasComposition) in didChangeCompositionSelection()