Home
last modified time | relevance | path

Searched defs:in_progress (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/download/
Dbase_file.h58 bool in_progress() const { return file_stream_ != NULL; } in in_progress() function
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_unittest.cc83 virtual void OnInputInProgress(bool in_progress) OVERRIDE {} in OnInputInProgress()
Dautocomplete_edit.cc363 void AutocompleteEditModel::SetInputInProgress(bool in_progress) { in SetInputInProgress()
/external/chromium/chrome/browser/ui/views/
Dtoolbar_view.cc314 void ToolbarView::OnInputInProgress(bool in_progress) { in OnInputInProgress()
/external/chromium/chrome/browser/history/
Dhistory_unittest.cc312 DownloadID in_progress, removing; in TEST_F() local
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc825 void LocationBarView::OnInputInProgress(bool in_progress) { in OnInputInProgress()
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc533 void LocationBarViewGtk::OnInputInProgress(bool in_progress) { in OnInputInProgress()