Searched refs:TrueTriState (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTriState.h33 TrueTriState, enumerator in enum:WTF::TriState
41 using WTF::TrueTriState;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorCommand.cpp172 styleIsPresent = frame.editor().selectionHasStyle(propertyID, onValue) == TrueTriState;
232 return TrueTriState;
237 return TrueTriState;
246 return frame.editor().selectionStartHasStyle(propertyID, desiredValue) ? TrueTriState : FalseTriState;
263 return (selectionDirection == direction && !hasNestedOrMultipleEmbeddings) ? TrueTriState : FalseTriState;
1333 return frame.editor().shouldStyleWithCSS() ? TrueTriState : FalseTriState;
1789 return m_command->state(*m_frame, triggeringEvent) == TrueTriState ? "true" : "false";
H A DEditingStyle.cpp698 return TrueTriState;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4391 return command(this, commandName).state() == TrueTriState;

Completed in 4187 milliseconds