Searched defs:cancelled (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dimporter.h43 bool cancelled() const { return cancelled_; } function in class:Importer
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java55 private boolean cancelled, finished; field in class:AppTask
75 cancelled = true;
121 return cancelled;
130 return finished || cancelled || (exception != null);
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc214 int cancelled = kLotsOfToasts / 2; local
216 id <= cancelled;
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.cpp179 void CachedResourceRequest::didFail(bool cancelled) argument
184 LOG(ResourceLoading, "Failed to load '%s' (cancelled=%d).\n", m_resource->url().latin1().data(), cancelled);
197 if (!cancelled) {
202 if (cancelled || !m_resource->isPreloaded())
/external/chromium/chrome/browser/ui/gtk/
H A Dcrypto_module_password_dialog.cc41 bool* cancelled) {
53 *cancelled = cancelled_;
40 RequestPassword(const std::string& slot_name, bool retry, bool* cancelled) argument
/external/chromium/chrome/browser/ui/panels/
H A Dpanel_manager.cc253 void PanelManager::EndDragging(bool cancelled) { argument
256 if (cancelled) {
/external/webkit/Source/WebCore/loader/
H A DResourceLoader.h158 bool cancelled() const { return m_cancelled; } function in class:WebCore::ResourceLoader
/external/chromium/net/spdy/
H A Dspdy_stream.h105 // cancelled yet. It is safe to call multiple times.
201 bool cancelled() const { return cancelled_; } function in class:net::SpdyStream
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.cc643 void WmOverviewController::Hide(bool cancelled) { argument
646 if (cancelled) {
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dsim_unlock_ui.cc177 // Processing for the cases when dialog was cancelled.
198 // has been ended (either updated or cancelled).
202 // completed (either cancelled or with entry of PIN/PUK).
203 void NotifyOnEnterPinEnded(bool cancelled);
398 // If dialog was cancelled that means RequirePin preference hasn't been
445 void SimUnlockHandler::NotifyOnEnterPinEnded(bool cancelled) { argument
449 Details<bool>(&cancelled));
/external/chromium/crypto/
H A Dnss_util.cc118 bool cancelled = false; local
121 &cancelled);
122 if (cancelled)
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc548 bool cancelled = *Details<bool>(details).ptr(); local
549 if (cancelled) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 369 milliseconds