HomeSort by relevance Sort by last modified time
    Searched full:canhandletype (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend.cc 50 bool SandboxFileSystemBackend::CanHandleType(FileSystemType type) const {
69 DCHECK(CanHandleType(type));
108 DCHECK(CanHandleType(url.type()));
135 DCHECK(CanHandleType(url.type()));
149 DCHECK(CanHandleType(url.type()));
173 DCHECK(CanHandleType(type));
181 DCHECK(CanHandleType(type));
199 DCHECK(CanHandleType(type));
208 DCHECK(CanHandleType(type));
217 DCHECK(CanHandleType(type))
    [all...]
isolated_file_system_backend.h 21 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
test_file_system_backend.h 37 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
isolated_file_system_backend.cc 42 bool IsolatedFileSystemBackend::CanHandleType(FileSystemType type) const {
sandbox_file_system_backend.h 37 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
sandbox_file_system_test_helper.cc 137 DCHECK(file_system_context_->sandbox_backend()->CanHandleType(type_));
file_system_context.cc 430 if (backend->CanHandleType(mount_types[j])) {
440 if (backend->CanHandleType(type)) {
file_system_backend.h 53 virtual bool CanHandleType(FileSystemType type) const = 0;
test_file_system_backend.cc 147 bool TestFileSystemBackend::CanHandleType(FileSystemType type) const {
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 34 bool SyncFileSystemBackend::CanHandleType(
57 DCHECK(CanHandleType(type));
90 DCHECK(CanHandleType(url.type()));
120 DCHECK(CanHandleType(url.type()));
133 DCHECK(CanHandleType(url.type()));
150 DCHECK(CanHandleType(type));
159 DCHECK(CanHandleType(type));
168 DCHECK(CanHandleType(type));
177 DCHECK(CanHandleType(type));
186 DCHECK(CanHandleType(type))
    [all...]
sync_file_system_backend.h 25 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 39 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
media_file_system_backend.cc 87 bool MediaFileSystemBackend::CanHandleType(
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.h 92 virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
file_system_backend.cc 94 bool FileSystemBackend::CanHandleType(fileapi::FileSystemType type) const {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 183 public boolean canHandleType(String type) {
DcTracker.java 492 if (apn.canHandleType(type)) {
    [all...]
DcTrackerBase.java 606 return mActiveApn != null && mActiveApn.canHandleType(type);
    [all...]
DataConnection.java 733 } else if (mApnSetting.canHandleType(apnContext.getApnType())) {
749 configureRetry(mApnSetting.canHandleType(PhoneConstants.APN_TYPE_DEFAULT));
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 761 milliseconds