Searched refs:in_progress (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/download/
H A Ddownload_stats.cc9 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose) { argument
15 "Download.ShelfInProgressSizeOnAutoClose", in_progress, kMaxShelfSize);
20 "Download.ShelfInProgressSizeOnUserClose", in_progress, kMaxShelfSize);
H A Ddownload_stats.h13 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_primitive_restart.c150 /* 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;
H A Dbrw_context.c366 brw->prim_restart.in_progress = false;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_primitive_restart.c150 /* 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;
H A Dbrw_context.c366 brw->prim_restart.in_progress = false;
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_python_generator.py182 in_progress = set()
206 if constant in in_progress:
208 in_progress.add(constant)
214 in_progress.remove(constant)
221 if field in in_progress:
223 in_progress.add(field)
234 in_progress.remove(field)
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIncomingFileTransfer.java134 setStatus(Status.in_progress);
148 if (getStatus().equals(Status.in_progress)) {
H A DOutgoingFileTransfer.java226 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);
H A DFileTransfer.java297 in_progress("In Progress"), enum constant in enum:FileTransfer.Status
/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller.h65 void set_setup_in_progress(bool in_progress);
H A Dstartup_controller.cc79 void StartupController::set_setup_in_progress(bool in_progress) { argument
80 setup_in_progress_ = in_progress;
H A Dprofile_sync_service_android.h170 void SetSetupInProgress(JNIEnv* env, jobject obj, jboolean in_progress);
H A Dprofile_sync_service_android.cc390 JNIEnv* env, jobject obj, jboolean in_progress) {
392 sync_service_->SetSetupInProgress(in_progress);
389 SetSetupInProgress( JNIEnv* env, jobject obj, jboolean in_progress) argument
/external/chromium_org/content/browser/download/
H A Dsave_file.cc72 return file_.in_progress();
H A Dbase_file.h60 // was successful. After a failure, the full_path() and in_progress() can be
91 bool in_progress() const { return file_.IsValid(); } function in class:content::BaseFile
H A Dbase_file_unittest.cc62 EXPECT_FALSE(base_file_->in_progress());
119 EXPECT_EQ(expect_in_progress_, base_file_->in_progress());
126 if (base_file_->in_progress()) {
453 EXPECT_TRUE(base_file_->in_progress());
497 ASSERT_TRUE(base_file_->in_progress());
508 ASSERT_TRUE(base_file_->in_progress());
H A Dbase_file.cc150 bool was_in_progress = in_progress();
221 return (calculate_hash_ && !in_progress());
H A Ddownload_file_impl.cc162 // subsequent open also failed, then in_progress() would be false. We don't
163 // try to retry renames if the in_progress() was false to begin with since we
166 if (ShouldRetryFailedRename(reason) && file_.in_progress() &&
228 return file_.in_progress();
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js282 var in_progress = (item.state == 'in_progress')
287 item.canResume = in_progress && item.paused;
317 item.getElement('in-progress').hidden = !in_progress;
319 !in_progress || item.paused) ? 'none' : 'inline-block';
321 !in_progress || !item.canResume) ? 'none' : 'inline-block';
323 !in_progress ? 'none' : 'inline-block');
329 item.getElement('erase').hidden = in_progress;
331 var could_progress = in_progress || item.canResume;
403 if (in_progress) {
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_observer_unittest.cc60 void set_first_setup_in_progress(bool in_progress) { argument
61 first_setup_in_progress_ = in_progress;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc503 void OmniboxEditModel::SetInputInProgress(bool in_progress) { argument
504 if (in_progress && !user_input_since_focus_) {
511 if (user_input_in_progress_ == in_progress)
514 user_input_in_progress_ = in_progress;
527 if (chrome::ShouldDisplayOriginChip() && in_progress)
530 controller_->GetToolbarModel()->set_input_in_progress(in_progress);
H A Domnibox_edit_model.h148 void SetInputInProgress(bool in_progress);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c69 int in_progress; member in struct:SMacro
80 * In a MMacro describing a `%rep' block, the `in_progress' field
98 int in_progress; member in struct:MMacro
2148 searching.in_progress = FALSE;
2383 (istk->mstk && !istk->mstk->in_progress)) &&
2997 defining->in_progress = FALSE;
3209 defining->in_progress = i;
3254 * its `in_progress' flag to 0.
3261 l->finishes->in_progress = 0;
3410 smac->in_progress
[all...]
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc213 : in_progress(true),
217 bool in_progress; member in struct:extensions::ExtensionUpdater::ThrottleInfo
517 if (info.in_progress)
537 info.in_progress = true;
555 it->second.in_progress = false;

Completed in 418 milliseconds

12