Home
last modified time | relevance | path

Searched refs:cancelHandler (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Platform/mac/
DWorkQueueMac.cpp78 static void cancelHandler(void* source) in cancelHandler() function in WorkQueue::EventSource
130 dispatch_source_set_cancel_handler_f(dispatchSource, &EventSource::cancelHandler); in registerMachPortEventHandler()
/external/webkit/Source/WebCore/inspector/front-end/
DWatchExpressionsSidebarPane.js246 cancelHandler: this.editingCancelled.bind(this) property
DElementsTreeOutline.js889 cancelHandler: this._editingCancelled.bind(this) property
904 cancelHandler: this._editingCancelled.bind(this) property
951 cancelHandler: editingCancelled.bind(this) property
1011 cancelHandler: dispose.bind(this), property
DBreakpointsSidebarPane.js280 cancelHandler: finishEditing.bind(this, false) property
377 cancelHandler: finishEditing.bind(this, false) property
DObjectPropertiesSection.js262 cancelHandler: this.editingCancelled.bind(this) property
DMetricsSidebarPane.js221 cancelHandler: this.editingCancelled.bind(this) property
DDataGrid.js176 cancelHandler: this._editingCancelled.bind(this) property
202 cancelHandler: this._editingCancelled.bind(this) property
DSourceFrame.js862 cancelHandler: finishEditing.bind(this, false) property
DStylesSidebarPane.js904 cancelHandler: this.editingSelectorCancelled.bind(this) property
1617 cancelHandler: this.editingCancelled.bind(this), property
Dinspector.js1471 var cancelledCallback = config.cancelHandler;