Searched defs:undo (Results 1 - 25 of 38) sorted by relevance

12

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditCommandQt.cpp56 void EditCommandQt::undo() function in class:EditCommandQt
H A DEditorClientQt.cpp290 void EditorClientQt::undo() function in class:WebCore::EditorClientQt
294 m_page->undoStack()->undo();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb309 def undo( number_of_operations = 1 ) method in class:ANTLR3
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.h146 void (* undo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h85 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/kernel-headers/original/linux/
H A Dsem.h7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
99 struct sem_undo *undo; /* undo requests on this array */ member in struct:sem_array
108 struct sem_undo * undo; /* undo structure */ member in struct:sem_queue
118 /* Each task has a list of undo request
[all...]
H A Dnetdevice.h860 static inline int netif_rx_reschedule(struct net_device *dev, int undo) argument
865 dev->quota += undo;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp82 // after the contents have been edited or unedited (ie undo)
218 void EditorClientAndroid::undo() {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp229 void EditorClientHaiku::undo() function in class:WebCore::EditorClientHaiku
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp185 void EditorClientEfl::undo() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h236 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
H A DWebEditorClient.cpp538 undoCommand->Release(); // the undo manager owns the reference
553 undoCommand->Release(); // the undo manager owns the reference
599 void WebEditorClient::undo() function in class:WebEditorClient
603 uiDelegate->undo();
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp184 void EditorClientWinCE::undo() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp352 void EditorClientWx::undo() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp270 void WebEditorClient::undo() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp67 // Arbitrary depth limit for the undo stack, to keep it from using
343 void EditorClientImpl::undo() function in class:WebKit::EditorClientImpl
364 // reapply will call us back to push this command onto the undo stack.
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp53 // Arbitrary depth limit for the undo stack, to keep it from using
524 void EditorClient::undo() function in class:WebKit::EditorClient
542 // reapply will call us back to push this command onto the undo stack.
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp94 void undo();
142 void DRTUndoManager::undo() function in class:DRTUndoManager
249 HRESULT STDMETHODCALLTYPE UIDelegate::undo() function in class:UIDelegate
251 m_undoManager->undo();
/external/elfutils/src/
H A Dunstrip.c934 Elf_Scn *undo = NULL;
942 undo = sec->scn;
950 if (undo != NULL)
952 Elf_Data *undodata = elf_rawdata (undo, NULL);
932 Elf_Scn *undo = NULL; local
/external/regex-re2/lib/codereview/
H A Dcodereview.py833 desc_re = '^(.+: |(tag )?(release|weekly)\.|fix build|undo CL)'
892 elif re.search('<enter reason for undo>', clx.desc):
893 if promptyesno(ui, "change list description omits reason for undo\nre-edit (y/n)?"):
1222 def undo(ui, repo, clname, **opts): function
1223 """undo the effect of a CL
1227 you can add the reason for the undo to the description.
1230 return "cannot run hg undo outside default branch"
1231 return clpatch_or_undo(ui, repo, clname, opts, mode="undo")
1299 undoHeader = """undo CL %s / %s
1301 <enter reason for undo>
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc867 Label non_smi, undo, slow; local
868 GenerateSmiCodeSub(masm, &non_smi, &undo, &slow,
870 __ bind(&undo);
888 Label* undo,
900 // Try optimistic subtraction '0 - value', saving operand in eax for undo.
904 __ j(overflow, undo, undo_near);
944 Label non_smi, undo, slow, call_builtin; local
945 GenerateSmiCodeSub(masm, &non_smi, &undo, &call_builtin, Label::kNear);
948 __ bind(&undo);
1081 Label non_smi, undo, slo local
886 GenerateSmiCodeSub(MacroAssembler* masm, Label* non_smi, Label* undo, Label* slow, Label::Distance non_smi_near, Label::Distance undo_near, Label::Distance slow_near) argument
[all...]

Completed in 503 milliseconds

12