OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_progress
(Results
1 - 17
of
17
) sorted by null
/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/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h
136
virtual void OnInputInProgress(bool
in_progress
);
/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 {}
autocomplete_edit.cc
363
void AutocompleteEditModel::SetInputInProgress(bool
in_progress
) {
364
if (user_input_in_progress_ ==
in_progress
)
367
user_input_in_progress_ =
in_progress
;
368
controller_->OnInputInProgress(
in_progress
);
[
all
...]
/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;
location_bar_view.cc
825
void LocationBarView::OnInputInProgress(bool
in_progress
) {
826
delegate_->OnInputInProgress(
in_progress
);
[
all
...]
/external/chromium/chrome/browser/ui/views/
toolbar_view.h
100
virtual void OnInputInProgress(bool
in_progress
) OVERRIDE;
toolbar_view.cc
314
void ToolbarView::OnInputInProgress(bool
in_progress
) {
316
DCHECK(model_->input_in_progress() !=
in_progress
);
318
model_->set_input_in_progress(
in_progress
);
/external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h
104
virtual void OnInputInProgress(bool
in_progress
) OVERRIDE;
location_bar_view_gtk.cc
533
void LocationBarViewGtk::OnInputInProgress(bool
in_progress
) {
537
DCHECK(toolbar_model_->input_in_progress() !=
in_progress
);
539
toolbar_model_->set_input_in_progress(
in_progress
);
[
all
...]
/external/chromium/chrome/browser/history/
history_unittest.cc
312
DownloadID
in_progress
, removing;
local
322
EXPECT_NE(0,
in_progress
= AddDownload(DownloadItem::
IN_PROGRESS
, month_ago));
350
EXPECT_EQ(DownloadItem::
IN_PROGRESS
, downloads[1].state);
358
EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE,
in_progress
));
366
// Check removal of downloads stuck in
IN_PROGRESS
state.
368
EXPECT_NE(0, AddDownload(DownloadItem::
IN_PROGRESS
, month_ago));
373
//
IN_PROGRESS
download should remain. It it indicated as "Canceled"
/external/qemu-pc-bios/bochs/bios/
rombios.c
3462
Bit8u
in_progress
;
local
[
all
...]
Completed in 903 milliseconds