Home
last modified time | relevance | path

Searched refs:isCanceled (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
DRpcController.java104 boolean isCanceled(); in isCanceled() method
/external/webkit/Source/WebCore/bindings/js/
DScriptProfiler.h47 virtual bool isCanceled() = 0;
/external/webkit/Source/WebCore/bindings/v8/
DScriptProfiler.h53 virtual bool isCanceled() = 0;
DScriptProfiler.cpp75 ControlOption result = m_progress->isCanceled() ? kAbort : kContinue; in ReportProgressValue()
/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp352 bool isCanceled() { return false; } in isCanceled() function in WebCore::__anon8a733a5f0211::HeapSnapshotProgress