OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckForUpdates
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.cc
170
FileError OperationTestBase::
CheckForUpdates
() {
172
change_list_loader_->
CheckForUpdates
(
/external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc
45
void FakeFileSystem::
CheckForUpdates
() {
file_system.cc
348
void FileSystem::
CheckForUpdates
() {
350
DVLOG(1) << "
CheckForUpdates
";
352
change_list_loader_->
CheckForUpdates
(
358
DVLOG(1) << "
CheckForUpdates
finished: " << FileErrorToString(error);
[
all
...]
change_list_loader.cc
346
void ChangeListLoader::
CheckForUpdates
(const FileOperationCallback& callback) {
[
all
...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc
340
CheckForUpdates
();
383
CheckForUpdates
();
388
void
CheckForUpdates
() {
390
integration_service_->file_system()->
CheckForUpdates
();
/external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc
189
base::Bind(&PrintServerWatcherCUPS::
CheckForUpdates
, this),
199
void
CheckForUpdates
() {
210
base::Bind(&PrintServerWatcherCUPS::
CheckForUpdates
, this),
Completed in 759 milliseconds