Searched defs:in_progress (Results 1 - 21 of 21) sorted by relevance

/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);
/external/chromium/chrome/browser/download/
H A Dbase_file.h58 bool in_progress() const { return file_stream_ != NULL; } function in class:BaseFile
/external/chromium_org/content/browser/download/
H A Dbase_file.h84 bool in_progress() const { return file_stream_.get() != NULL; } function in class:content::BaseFile
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java297 in_progress("In Progress"), enum constant in enum:FileTransfer.Status
/external/chromium_org/chrome/browser/chromeos/login/
H A Dsimple_web_view_dialog.cc316 void SimpleWebViewDialog::OnInputInProgress(bool in_progress) { argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc422 JNIEnv* env, jobject obj, jboolean in_progress) {
424 sync_service_->SetSetupInProgress(in_progress);
421 SetSetupInProgress( JNIEnv* env, jobject obj, jboolean in_progress) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper_unittest.cc174 void set_first_setup_in_progress(bool in_progress) { argument
175 first_setup_in_progress_ = in_progress;
/external/chromium/chrome/browser/history/
H A Dhistory_unittest.cc312 DownloadID in_progress, removing; local
322 EXPECT_NE(0, in_progress = AddDownload(DownloadItem::IN_PROGRESS, month_ago));
358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress));
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc314 void ToolbarView::OnInputInProgress(bool in_progress) { argument
316 DCHECK(model_->input_in_progress() != in_progress);
318 model_->set_input_in_progress(in_progress);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc121 : 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/autocomplete/
H A Dautocomplete_edit.cc363 void AutocompleteEditModel::SetInputInProgress(bool in_progress) { argument
364 if (user_input_in_progress_ == in_progress)
367 user_input_in_progress_ = in_progress;
368 controller_->OnInputInProgress(in_progress);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc426 void OmniboxEditModel::SetInputInProgress(bool in_progress) { argument
427 if (in_progress && !user_input_since_focus_) {
434 if (user_input_in_progress_ == in_progress)
437 user_input_in_progress_ = in_progress;
443 controller_->OnInputInProgress(in_progress);
/external/chromium_org/chrome/browser/ui/views/
H A Dtoolbar_view.cc377 void ToolbarView::OnInputInProgress(bool in_progress) { argument
379 DCHECK(model_->GetInputInProgress() != in_progress);
381 model_->SetInputInProgress(in_progress);
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc533 void LocationBarViewGtk::OnInputInProgress(bool in_progress) { argument
537 DCHECK(toolbar_model_->input_in_progress() != in_progress);
539 toolbar_model_->set_input_in_progress(in_progress);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc825 void LocationBarView::OnInputInProgress(bool in_progress) { argument
826 delegate_->OnInputInProgress(in_progress);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1082 void LocationBarView::OnInputInProgress(bool in_progress) { argument
1083 delegate_->OnInputInProgress(in_progress);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc790 void LocationBarViewGtk::OnInputInProgress(bool in_progress) { argument
794 DCHECK(toolbar_model_->GetInputInProgress() != in_progress);
796 toolbar_model_->SetInputInProgress(in_progress);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h1072 bool in_progress; member in struct:brw_context::__anon12668
/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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h1072 bool in_progress; member in struct:brw_context::__anon23051
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c3462 Bit8u in_progress; local
3478 in_progress = 0;
3489 if (asc == 0x04 && ascq == 0x01 && !in_progress) {
3494 in_progress = 1;

Completed in 1025 milliseconds