Java源码示例:org.chromium.chrome.browser.tabmodel.document.StorageDelegate
示例1
/** @return Where document mode data is stored for the normal {@link DocumentTabModel}. */
protected File getDocumentDataDirectory() {
return new StorageDelegate().getStateDirectory();
}
示例2
/** @return Where document mode data is stored for the normal {@link DocumentTabModel}. */
protected File getDocumentDataDirectory() {
return new StorageDelegate().getStateDirectory();
}
示例3
/** @return Where document mode data is stored for the normal {@link DocumentTabModel}. */
protected File getDocumentDataDirectory() {
return new StorageDelegate().getStateDirectory();
}