OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InProgress
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/browser/download/
download_file.h
66
virtual bool
InProgress
() const = 0;
mock_download_file.h
42
MOCK_CONST_METHOD0(
InProgress
, bool());
save_file.h
36
bool
InProgress
() const;
download_file_impl.h
62
virtual bool
InProgress
() const OVERRIDE;
save_file.cc
72
bool SaveFile::
InProgress
() const {
save_file_manager.cc
242
DCHECK(save_file->
InProgress
());
277
// So we can't assert that the file is
InProgress
() here.
279
// DCHECK(save_file->
InProgress
());
410
if (!save_file->
InProgress
()) {
428
// will delete the underlying file if
InProgress
() is true.
445
if (!save_file->
InProgress
())
492
DCHECK(!save_file->
InProgress
());
526
DCHECK(!save_file->
InProgress
());
download_file_impl.cc
187
bool DownloadFileImpl::
InProgress
() const {
download_file_unittest.cc
163
EXPECT_FALSE(download_file_->
InProgress
());
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h
233
InProgress
,
Geolocation.cpp
246
ASSERT(m_allowGeolocation !=
InProgress
);
267
if (page && m_allowGeolocation ==
InProgress
)
592
m_allowGeolocation =
InProgress
;
Completed in 151 milliseconds