HomeSort by relevance Sort by last modified time
    Searched full:in_progress (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 116 i < in_progress_count ? content::DownloadItem::IN_PROGRESS
download_browsertest.cc 224 // from IN_PROGRESS to another state, but only after StartObserving() is called.
243 download->GetState() != DownloadItem::IN_PROGRESS;
717 EXPECT_EQ(1u, observer->NumDownloadsSeenInState(DownloadItem::IN_PROGRESS));
725 if ((*iter)->GetState() == DownloadItem::IN_PROGRESS) {
726 // There should be only one IN_PROGRESS item.
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_controller_unittest.mm 123 .WillByDefault(Return(content::DownloadItem::IN_PROGRESS));
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 272 case DownloadItem::IN_PROGRESS: {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 315 case DownloadItem::IN_PROGRESS:
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 240 // returned control by throwing an exception. IN_PROGRESS means the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
369 outcome_(IN_PROGRESS),
569 case IN_PROGRESS:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]
  /external/gtest/src/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 191 // which is not allowed. IN_PROGRESS means the test has not yet
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
316 outcome_(IN_PROGRESS),
481 case IN_PROGRESS:
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 191 // which is not allowed. IN_PROGRESS means the test has not yet
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
316 outcome_(IN_PROGRESS),
481 case IN_PROGRESS:
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 240 // returned control by throwing an exception. IN_PROGRESS means the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
369 outcome_(IN_PROGRESS),
569 case IN_PROGRESS:
    [all...]
  /packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java 450 case SipErrorCode.IN_PROGRESS:
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 64 virtual void OnInputInProgress(bool in_progress) = 0;
174 void SetInputInProgress(bool in_progress);
  /external/chromium/chrome/browser/automation/
automation_provider.cc 236 state_to_string[DownloadItem::IN_PROGRESS] = std::string("IN_PROGRESS");
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 533 // Changes all IN_PROGRESS in the database entries to CANCELED.
534 // IN_PROGRESS entries are the corrupted entries, not updated by next function
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 416 signal_value.SetString("state", "IN_PROGRESS");
439 progress_value.SetString("state", "IN_PROGRESS");
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 290 case DownloadItem::IN_PROGRESS:
291 download_state_string = "IN_PROGRESS";
  /external/chromium_org/chrome/browser/history/
download_database.cc 123 case DownloadItem::IN_PROGRESS: return DownloadDatabase::kStateInProgress;
137 case DownloadDatabase::kStateInProgress: return DownloadItem::IN_PROGRESS;
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 364 case DownloadItem::IN_PROGRESS:
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 185 void set_first_setup_in_progress(bool in_progress) {
186 first_setup_in_progress_ = in_progress;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 168 case content::DownloadItem::IN_PROGRESS:
190 file_value->SetString("state", "IN_PROGRESS");
  /external/chromium_org/chrome/common/extensions/api/
downloads.idl 118 // <dl><dt>in_progress</dt>
125 enum State {in_progress, interrupted, complete};
  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler_unittest.cc 59 // status string(string): Status of print job, one of IN_PROGRESS, DONE or ERROR
559 StatusResponse(job_num, "IN_PROGRESS"),

Completed in 3572 milliseconds

1 2 3 45 6 7 8