OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConflicting
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_apitest.cc
107
EXPECT_CALL(*mock_remote_service(),
IsConflicting
(_)).WillOnce(Return(true));
126
// Mocking to return
IsConflicting
() == true only for the path "Conflicting".
129
IsConflicting
(Property(&FileSystemURL::path, Eq(conflicting))))
132
IsConflicting
(Property(&FileSystemURL::path, Ne(conflicting))))
/external/chromium_org/chrome/browser/sync_file_system/
mock_remote_file_sync_service.cc
38
ON_CALL(*this,
IsConflicting
(_))
mock_remote_file_sync_service.h
50
MOCK_METHOD1(
IsConflicting
, bool(const fileapi::FileSystemURL& url));
remote_file_sync_service.h
182
virtual bool
IsConflicting
(const fileapi::FileSystemURL& url) = 0;
sync_file_system_service_unittest.cc
440
EXPECT_CALL(*mock_remote_service(),
IsConflicting
(kFile))
458
EXPECT_CALL(*mock_remote_service(),
IsConflicting
(kFile))
478
EXPECT_CALL(*mock_remote_service(),
IsConflicting
(kFile))
499
EXPECT_CALL(*mock_remote_service(),
IsConflicting
(kFile))
sync_file_system_service.cc
360
if (GetRemoteService(url.origin())->
IsConflicting
(url)) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h
78
virtual bool
IsConflicting
(const fileapi::FileSystemURL& url) OVERRIDE;
sync_engine.cc
211
bool SyncEngine::
IsConflicting
(const fileapi::FileSystemURL& url) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h
104
virtual bool
IsConflicting
(const fileapi::FileSystemURL& url) OVERRIDE;
drive_file_sync_service.cc
204
bool DriveFileSyncService::
IsConflicting
(const FileSystemURL& url) {
[
all
...]
Completed in 57 milliseconds