Searched refs:valueNull (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 1352 static String valueNull(Frame*, Event*) in valueNull() function 1403 … supportedFromMenuOrKeyBinding, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertio… in createCommandMap() 1404 … supportedFromMenuOrKeyBinding, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertio… in createCommandMap() 1405 … supportedFromMenuOrKeyBinding, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertio… in createCommandMap() 1406 … supportedFromMenuOrKeyBinding, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertio… in createCommandMap() 1408 …kward, supportedFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, notTextInsertio… in createCommandMap() 1409 …{ "Bold", { executeToggleBold, supported, enabledInRichlyEditableText, stateBold, valueNull, notTe… in createCommandMap() 1410 …{ "Copy", { executeCopy, supportedCopyCut, enabledCopy, stateNone, valueNull, notTextInsertion, al… in createCommandMap() 1411 …{ executeCreateLink, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertio… in createCommandMap() 1412 …{ "Cut", { executeCut, supportedCopyCut, enabledCut, stateNone, valueNull, notTextInsertion, allow… in createCommandMap() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 66414 (WebCore::valueNull):
|