/external/chromium_org/content/renderer/fetchers/ |
alt_error_page_resource_fetcher.h | 26 // This will be called when the alternative error page has been fetched,
|
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_updater.h | 27 // This class downloads external policy data. Given a |Request|, data is fetched 30 // finally deciding whether the fetched data is valid. 51 // callback can do further verification to decide whether the fetched data is
|
enterprise_metrics.h | 93 // The fetched policy was accepted. 95 // The policy just fetched didn't have any changes compared to the cached 158 // fetched from the DM Server.
|
user_info_fetcher.cc | 73 // Successfully fetched userinfo from the server - parse it and hand it off
|
/external/chromium_org/media/video/capture/win/ |
pin_base_win.cc | 45 STDMETHOD(Next)(ULONG count, AM_MEDIA_TYPE** types, ULONG* fetched) { 78 if (fetched) 79 *fetched = types_fetched;
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
request.js | 50 * MIME type of the fetched image. 235 * @param {string} url URL to the resource to be fetched. 237 * type and the fetched data. 291 * @param {string} url URL to the resource to be fetched. 293 * type and the fetched data.
|
/external/chromium_org/chrome/browser/signin/ |
signin_manager.h | 11 // Auth tokens are fetched from Google and the results are stored in the 55 // The callback invoked once the OAuth token has been fetched during signin, 58 // signin. The callback is passed the just-fetched OAuth login refresh token. 219 // Called when GAIA cookies are fetched. If LSID cookie is valid, then start 279 // Callback invoked during signin after an OAuth token has been fetched
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager.cc | 358 // The config file is already fetched. So start to fetch the image. 552 void BurnManager::ConfigFileFetched(bool fetched, const std::string& content) { 558 if (fetched && system::StatisticsProvider::GetInstance()-> 566 if (fetched && !image_file_name_.empty() && !image_download_url_.is_empty()) { 569 fetched = false; 574 if (!fetched) {
|
/frameworks/base/core/java/android/widget/ |
SimpleExpandableListAdapter.java | 64 * @param groupFrom A list of keys that will be fetched from the Map 80 * @param childFrom A list of keys that will be fetched from the Map 109 * @param groupFrom A list of keys that will be fetched from the Map 128 * @param childFrom A list of keys that will be fetched from the Map 158 * @param groupFrom A list of keys that will be fetched from the Map 177 * @param childFrom A list of keys that will be fetched from the Map
|
/external/chromium_org/chrome/browser/translate/ |
translate_manager.h | 122 // Clears the translate script, so it will be fetched next time we translate. 131 // Delay after which the translate script is fetched again from the 218 // the translate script is not ready and has to be fetched from the translate
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
caching_file_system_test.py | 92 # Resource has been cached, so test resource is not re-fetched. 97 # Test if the Stat version is the same the resource is not re-fetched. 103 # Test if there is a newer version, the resource is re-fetched.
|
compiled_file_system.py | 70 |data| is the data that was fetched from |path| in |file_system|. 190 # not include the fetched-path in the result, however, |dir_name| 205 apply for the first time the file is fetched; if already cached, |binary|
|
/external/chromium/chrome/browser/policy/ |
device_policy_identity_strategy.h | 37 // function should be called only after the device token has been fetched
|
user_policy_identity_strategy.h | 47 // Checks whether a new token should be fetched and if so, sends out a
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_flash_lso_helper.cc | 49 // Called when we have fetched the list of sites.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
eula_screen.cc | 80 // Will call actor after password has been fetched.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account.h | 45 // that account has to be fetched by referencing the same |account_id|.
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_finder.h | 90 // sources (baked into resource and fetched from a URL), making sure that we
|
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service.h | 44 // any tokens yet to prevent services from using it until after we've fetched
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database.proto | 85 // True if the folder contents have not yet been fetched.
|
/external/chromium_org/chrome/browser/ui/ |
auto_login_infobar_delegate.h | 30 // This is initially fetched from sign-in on non-Android platforms. Note
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/contentscript_xhr/ |
contentscript.js | 26 // Note that any URL fetched here must be matched by a permission in
|
/external/chromium_org/chrome_frame/ |
bho.cc | 215 DWORD fetched = 0; local 217 SUCCEEDED(enumerator->Next(1, unk.Receive(), &fetched)) 218 && fetched) { 251 fetched = 0;
|
/external/chromium_org/content/browser/download/ |
download_create_info.h | 84 // The remote IP address where the download was fetched from. Copied from
|
/external/chromium_org/content/public/common/ |
frame_navigate_params.h | 64 // Remote address of the socket which fetched this resource.
|