HomeSort by relevance Sort by last modified time
    Searched refs:in_progress (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/download/
download_stats.cc 9 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose) {
15 "Download.ShelfInProgressSizeOnAutoClose", in_progress, kMaxShelfSize);
20 "Download.ShelfInProgressSizeOnUserClose", in_progress, kMaxShelfSize);
download_stats.h 11 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_controller.h 52 virtual void OnInputInProgress(bool in_progress) = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 150 /* If we have set the in_progress flag, then we are in the middle
153 if (brw->prim_restart.in_progress) {
167 brw->prim_restart.in_progress = true;
182 brw->prim_restart.in_progress = false;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 150 /* If we have set the in_progress flag, then we are in the middle
153 if (brw->prim_restart.in_progress) {
167 brw->prim_restart.in_progress = true;
182 brw->prim_restart.in_progress = false;
  /external/chromium/chrome/browser/download/
base_file.h 58 bool in_progress() const { return file_stream_ != NULL; } function in class:BaseFile
base_file.cc 92 bool saved_in_progress = in_progress();
173 if (!calculate_hash_ || in_progress())
download_file_unittest.cc 69 EXPECT_FALSE((*file)->in_progress());
86 EXPECT_TRUE((*file)->in_progress());
base_file_unittest.cc 34 EXPECT_FALSE(base_file_->in_progress());
55 ASSERT_TRUE(base_file_->in_progress());
220 EXPECT_TRUE(base_file_->in_progress());
save_file_manager.cc 429 !save_file->in_progress());
448 if (!save_file->in_progress())
504 DCHECK(!save_file->in_progress());
539 DCHECK(!save_file->in_progress());
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 134 setStatus(Status.in_progress);
148 if (getStatus().equals(Status.in_progress)) {
OutgoingFileTransfer.java 226 if (!updateStatus(Status.negotiated, Status.in_progress)) {
253 updateStatus(Status.in_progress, FileTransfer.Status.complete);
297 if (!updateStatus(Status.negotiated, Status.in_progress)) {
320 updateStatus(Status.in_progress, FileTransfer.Status.complete);
  /external/chromium_org/content/browser/download/
save_file.cc 73 return file_.in_progress();
base_file.h 84 bool in_progress() const { return file_stream_.get() != NULL; } function in class:content::BaseFile
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk_unittest.cc 29 MOCK_METHOD1(OnInputInProgress, void(bool in_progress));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 271 var in_progress = (item.state == 'in_progress')
276 item.canResume = in_progress && item.paused;
306 item.getElement('in-progress').hidden = !in_progress;
308 !in_progress || item.paused) ? 'none' : 'inline-block';
310 !in_progress || !item.canResume) ? 'none' : 'inline-block';
312 !in_progress ? 'none' : 'inline-block');
318 item.getElement('erase').hidden = in_progress;
320 var could_progress = in_progress || item.canResume;
392 if (in_progress) {
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 136 virtual void OnInputInProgress(bool in_progress);
  /external/chromium_org/chrome/browser/chromeos/login/
simple_web_view_dialog.h 93 virtual void OnInputInProgress(bool in_progress) OVERRIDE;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 64 virtual void OnInputInProgress(bool in_progress) = 0;
174 void SetInputInProgress(bool in_progress);
autocomplete_edit_unittest.cc 83 virtual void OnInputInProgress(bool in_progress) OVERRIDE {}
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 87 virtual void OnInputInProgress(bool in_progress) = 0;
204 virtual void OnInputInProgress(bool in_progress) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 121 : in_progress(true),
125 bool in_progress; member in struct:extensions::ExtensionUpdater::ThrottleInfo
413 if (info.in_progress)
433 info.in_progress = true;
452 it->second.in_progress = false;
  /external/chromium/chrome/browser/ui/views/
toolbar_view.h 100 virtual void OnInputInProgress(bool in_progress) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.h 163 void SetSetupInProgress(JNIEnv* env, jobject obj, jboolean in_progress);
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 149 virtual void OnInputInProgress(bool in_progress) OVERRIDE;

Completed in 558 milliseconds

1 2 3