Searched defs:GetUpdateObservers (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Disolated_file_system_backend.cc153 const UpdateObserverList* IsolatedFileSystemBackend::GetUpdateObservers( function in class:storage::IsolatedFileSystemBackend
H A Dsandbox_file_system_backend.cc161 const UpdateObserverList* SandboxFileSystemBackend::GetUpdateObservers( function in class:storage::SandboxFileSystemBackend
163 return delegate_->GetUpdateObservers(type);
H A Dplugin_private_file_system_backend.cc277 const UpdateObserverList* PluginPrivateFileSystemBackend::GetUpdateObservers( function in class:storage::PluginPrivateFileSystemBackend
H A Dfile_system_context.cc293 const UpdateObserverList* FileSystemContext::GetUpdateObservers( function in class:storage::FileSystemContext
296 return backend->GetUpdateObservers(type);
H A Dsandbox_file_system_backend_delegate.cc285 const UpdateObserverList* update_observers = GetUpdateObservers(url.type());
319 const UpdateObserverList* observers = GetUpdateObservers(type);
461 const UpdateObserverList* SandboxFileSystemBackendDelegate::GetUpdateObservers( function in class:storage::SandboxFileSystemBackendDelegate
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend.cc149 const storage::UpdateObserverList* FileSystemBackend::GetUpdateObservers( function in class:chromeos::FileSystemBackend
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc373 const storage::UpdateObserverList* MediaFileSystemBackend::GetUpdateObservers( function in class:MediaFileSystemBackend
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.cc215 const storage::UpdateObserverList* SyncFileSystemBackend::GetUpdateObservers( function in class:sync_file_system::SyncFileSystemBackend
217 return GetDelegate()->GetUpdateObservers(type);
/external/chromium_org/content/public/test/
H A Dtest_file_system_backend.cc282 operation_context->set_update_observers(*GetUpdateObservers(url.type()));
316 context, url, offset, *GetUpdateObservers(url.type())));
323 const storage::UpdateObserverList* TestFileSystemBackend::GetUpdateObservers( function in class:content::TestFileSystemBackend

Completed in 2638 milliseconds