/external/chromium/chrome/browser/importer/ |
D | firefox3_importer.cc | 78 if ((items & importer::HOME_PAGE) && !cancelled()) in StartImport() 84 if ((items & importer::HISTORY) && !cancelled()) { in StartImport() 90 if ((items & importer::FAVORITES) && !cancelled()) { in StartImport() 95 if ((items & importer::SEARCH_ENGINES) && !cancelled()) { in StartImport() 100 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport() 133 while (s.Step() && !cancelled()) { in ImportHistory() 150 if (!rows.empty() && !cancelled()) in ImportHistory() 198 while (s.Step() && !cancelled()) in ImportBookmarks() 291 if (!bookmarks.empty() && !cancelled()) { in ImportBookmarks() 299 if (!template_urls.empty() && !cancelled()) { in ImportBookmarks() [all …]
|
D | toolbar_importer.cc | 102 if (cancelled()) { in OnURLFetchComplete() 139 if ((items_to_import_ & importer::FAVORITES) && !cancelled()) { in ContinueImport() 149 if (!cancelled()) in ContinueImport() 187 if (cancelled()) { in GetAuthenticationFromServer() 214 if (cancelled()) { in GetBookmarkDataFromServer() 248 if (cancelled()) { in GetBookmarksFromServerDataResponse() 256 if (reader.Load(response) && !cancelled()) { in GetBookmarksFromServerDataResponse() 553 if (!bookmarks.empty() && !cancelled()) { in AddBookmarksToChrome()
|
D | ie_importer.cc | 94 if ((items & importer::HOME_PAGE) && !cancelled()) in StartImport() 97 if ((items & importer::HISTORY) && !cancelled()) { in StartImport() 102 if ((items & importer::FAVORITES) && !cancelled()) { in StartImport() 107 if ((items & importer::SEARCH_ENGINES) && !cancelled()) { in StartImport() 112 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport() 137 if (!bookmarks.empty() && !cancelled()) { in ImportFavorites() 165 while (!cancelled() && in ImportHistory() 198 if (!rows.empty() && !cancelled()) { in ImportHistory() 246 while (!cancelled() && SUCCEEDED(item->Next(1, &item_name, 0))) { in ImportPasswordsIE6() 336 while (reg_iterator.Valid() && !cancelled()) { in ImportPasswordsIE7() [all …]
|
D | firefox2_importer.cc | 62 if ((items & importer::HOME_PAGE) && !cancelled()) in StartImport() 68 if ((items & importer::HISTORY) && !cancelled()) { in StartImport() 74 if ((items & importer::FAVORITES) && !cancelled()) { in StartImport() 79 if ((items & importer::SEARCH_ENGINES) && !cancelled()) { in StartImport() 84 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport() 170 for (size_t i = 0; i < lines.size() && (!importer || !importer->cancelled()); in ImportBookmarksFile() 317 if (!bookmarks.empty() && !cancelled()) { in ImportBookmarks() 326 !cancelled()) { in ImportBookmarks() 356 if (!cancelled()) { in ImportPasswords()
|
D | safari_importer.mm | 81 if ((items & importer::HISTORY) && !cancelled()) { 86 if ((items & importer::FAVORITES) && !cancelled()) { 91 if ((items & importer::PASSWORDS) && !cancelled()) { 104 if (!bookmarks.empty() && !cancelled()) { 121 if (!favicon_map.empty() && !cancelled()) { 148 while (s.Step() && !cancelled()) { 314 if (!rows.empty() && !cancelled()) {
|
D | importer.h | 43 bool cancelled() const { return cancelled_; } in cancelled() function
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
D | AppTask.java | 55 private boolean cancelled, finished; field in AppTask 75 cancelled = true; in cancel() 121 return cancelled; in isCancelled() 130 return finished || cancelled || (exception != null); in isDone()
|
/external/webkit/Source/WebCore/loader/ |
D | SubresourceLoader.cpp | 184 if (cancelled()) in didFinishLoading() 196 if (cancelled()) in didFinishLoading() 204 if (cancelled()) in didFail() 216 if (cancelled()) in didFail() 232 if (cancelled()) in didCancel()
|
D | ResourceLoader.h | 158 bool cancelled() const { return m_cancelled; } in cancelled() function
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedResourceRequest.cpp | 179 void CachedResourceRequest::didFail(bool cancelled) in didFail() argument 184 …rceLoading, "Failed to load '%s' (cancelled=%d).\n", m_resource->url().latin1().data(), cancelled); in didFail() 197 if (!cancelled) { in didFail() 202 if (cancelled || !m_resource->isPreloaded()) in didFail()
|
D | CachedResourceRequest.h | 42 void didFail(bool cancelled = false);
|
/external/chromium/crypto/ |
D | crypto_module_blocking_password_delegate.h | 29 bool* cancelled) = 0;
|
D | nss_util.cc | 118 bool cancelled = false; in PKCS11PasswordFunc() local 121 &cancelled); in PKCS11PasswordFunc() 122 if (cancelled) in PKCS11PasswordFunc()
|
/external/chromium/net/spdy/ |
D | spdy_http_stream.cc | 87 CHECK(!stream_->cancelled()); in ReadResponseHeaders() 220 CHECK(!stream_->cancelled()); in SendRequest() 426 if (!stream_ || stream_->response_status() != OK || stream_->cancelled()) in DoBufferedReadCallback()
|
D | spdy_stream.h | 201 bool cancelled() const { return cancelled_; } in cancelled() function
|
D | spdy_stream.cc | 352 if (cancelled() || closed()) in OnWriteComplete() 376 if (cancelled()) in Cancel()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | crypto_module_password_dialog.cc | 41 bool* cancelled) { in RequestPassword() argument 53 *cancelled = cancelled_; in RequestPassword()
|
/external/chromium/chrome/browser/ui/panels/ |
D | panel_manager.h | 55 void EndDragging(bool cancelled);
|
D | panel_manager.cc | 253 void PanelManager::EndDragging(bool cancelled) { in EndDragging() argument 256 if (cancelled) { in EndDragging()
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_controller.h | 119 void Hide(bool cancelled);
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | tile_page.css | 29 is cancelled. I'd like to also animate movement when an app is
|
/external/chromium/chrome/browser/chromeos/notifications/ |
D | desktop_notifications_unittest.cc | 214 int cancelled = kLotsOfToasts / 2; in TEST_F() local 216 id <= cancelled; in TEST_F()
|
/external/llvm/test/CodeGen/X86/ |
D | machine-cp.ll | 3 ; After tail duplication, two copies in an early exit BB can be cancelled out.
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | sim_unlock_ui.cc | 203 void NotifyOnEnterPinEnded(bool cancelled); 445 void SimUnlockHandler::NotifyOnEnterPinEnded(bool cancelled) { in NotifyOnEnterPinEnded() argument 449 Details<bool>(&cancelled)); in NotifyOnEnterPinEnded()
|
/external/oprofile/events/i386/p4-ht/ |
D | events | 11 event:0x06 counters:2 um:memory_cancel minimum:6000 name:MEMORY_CANCEL : cancelled requesets in dat…
|