OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCancelled
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/webdata/
web_data_service_win.cc
42
if (db_ && !request->
IsCancelled
()) {
51
if (db_ && !request->
IsCancelled
()) {
60
if (db_ && !request->
IsCancelled
()) {
web_data_service.cc
536
if (!request->
IsCancelled
() && (consumer = request->GetConsumer())) {
662
if (db_ && !request->
IsCancelled
()) {
672
if (db_ && !request->
IsCancelled
()) {
682
if (db_ && !request->
IsCancelled
()) {
694
if (db_ && !request->
IsCancelled
()) {
710
if (db_ && !request->
IsCancelled
()) {
724
if (db_ && !request->
IsCancelled
()) {
744
if (db_ && !request->
IsCancelled
()) {
755
if (db_ && !request->
IsCancelled
()) {
765
if (db_ && !request->
IsCancelled
()) {
[
all
...]
web_data_service.h
201
bool
IsCancelled
() const;
/external/chromium/chrome/browser/download/
download_shelf.cc
73
return !download_->
IsCancelled
();
download_item.h
235
bool
IsCancelled
() const;
drag_download_file.cc
170
if (download->
IsCancelled
()) {
download_item.cc
624
// TODO(ahendrickson) -- Move |INTERRUPTED| from |
IsCancelled
()| to
634
bool DownloadItem::
IsCancelled
() const {
download_manager.cc
835
download->
IsCancelled
() |
[
all
...]
download_util.cc
661
} else if (download->
IsCancelled
()) {
[
all
...]
/external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc
208
download->
IsCancelled
() ||
/external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc
398
download->
IsCancelled
() ||
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc
247
if (download->
IsCancelled
()) {
589
if (download->
IsCancelled
()) {
/external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp
820
if (wkEvent.
IsCancelled
())
/external/webkit/Source/WebKit/wx/
WebView.h
294
bool
IsCancelled
() const { return m_cancelled; }
Completed in 115 milliseconds