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

/external/webkit/Source/WebKit2/Shared/
H A DEditorState.h41 , hasComposition(false)
50 bool hasComposition; member in struct:WebKit::EditorState
/external/webkit/Source/WebCore/editing/
H A DEditor.h290 bool hasComposition() const { return m_compositionNode; } function in class:WebCore::Editor
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2164 void WebPageProxy::didChangeCompositionSelection(bool hasComposition) argument
2166 m_pageClient->compositionSelectionChanged(hasComposition);

Completed in 918 milliseconds