/external/webkit/WebCore/page/ |
EditorClient.h | 127 virtual void undo() = 0;
|
/external/webkit/WebKit/chromium/src/ |
EditorClientImpl.cpp | 60 // Arbitrary depth limit for the undo stack, to keep it from using 326 void EditorClientImpl::undo() function in class:WebKit::EditorClientImpl 347 // reapply will call us back to push this command onto the undo stack. 484 { 'Z', CtrlKey, "Undo" }, [all...] |
EditorClientImpl.h | 83 virtual void undo();
|
/external/webkit/WebKit/chromium/tests/ |
KeyboardTest.cpp | 127 EXPECT_STREQ("Undo", interpretOSModifierKeyPress('Z'));
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
EditorClientGtk.h | 96 virtual void undo();
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.h | 128 void (* undo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
|
webkitwebview.cpp | 157 UNDO, [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebEditorClient.h | 106 virtual void undo();
|
/external/webkit/WebKit/qt/Api/ |
qwebpage.h | 110 Undo,
|
/external/webkit/WebKitTools/WinLauncher/ |
PrintWebUIDelegate.h | 85 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
TextEntryState.java | 59 "Undo commit"
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_ext.h | 110 NJ_UINT8 undo, NJ_UINT8 dictype);
|
/external/elfutils/src/ |
ldlex.c | 146 /* Undo effects of setting up yytext. */ \ [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
EditorClientQt.cpp | 296 void EditorClientQt::undo() function in class:WebCore::EditorClientQt 300 m_page->undoStack()->undo();
|
/bionic/libc/stdio/ |
fseek.c | 179 * simply adjust the pointers, clear EOF, undo ungetc(),
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
SamplingProfiler.java | 135 * overflow. Undo the shift and then convert from ns to us.
|
/external/bluetooth/glib/build/win32/dirent/ |
dirent.c | 192 Undo this. */
|
/external/icu4c/common/ |
uiter.cpp | 1052 /* undo index movement */ 1059 /* undo index movement */ 1076 /* unmatched first surrogate, undo index movement */ 1092 /* unmatched second surrogate, undo index movement */
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_keysym.h | 282 SDLK_UNDO = 322, /* Atari keyboard has Undo */
|
/external/v8/src/ |
scanner.cc | 463 PushBack('-'); // undo Advance() 465 PushBack('-'); // undo Advance() 521 PushBack('-'); // undo Advance() 523 PushBack('!'); // undo Advance() [all...] |
/external/webkit/WebCore/editing/ |
Editor.h | 233 void undo();
|
/external/webkit/WebCore/ |
wscript | 166 # FIXME: undo this once these classes are fully implemented
|
/external/webkit/WebKit/qt/docs/ |
qtwebkit.qdoc | 118 undo/redo stack for editable content.
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebInspectorDelegate.h | 242 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; }
function in class:WebInspectorDelegate
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
UIDelegate.h | 243 virtual HRESULT STDMETHODCALLTYPE undo();
|