HomeSort by relevance Sort by last modified time
    Searched defs:RELOAD (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/common/
view_message_enums.h 32 // Reload the page.
33 RELOAD,
35 // Reload the page, ignoring any cache entries.
38 // Reload the page using the original request URL.
  /external/chromium_org/content/public/browser/
navigation_controller.h 47 RELOAD, // Normal (cache-validating) reload.
48 RELOAD_IGNORING_CACHE, // Reload bypassing the cache (shift-reload).
49 RELOAD_ORIGINAL_REQUEST_URL // Reload using the original request URL.
232 // Returns the index from which we would go back/forward or reload. This is
324 // reload the page. In nearly all cases pass in true. If a transient entry
326 virtual void Reload(bool check_for_repost) = 0;
328 // Like Reload(), but don't use caches (aka "shift-reload")
    [all...]
  /external/chromium_org/content/public/renderer/
document_state.h 33 RELOAD, // User pressed reload.
38 LINK_LOAD_RELOAD, // JS/link directed reload.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 123 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 123 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 123 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 58 RELOAD,
287 return mAction == SmilPlayerAction.RELOAD;
353 public synchronized void reload() { method in class:SmilPlayer
355 mAction = SmilPlayerAction.RELOAD;
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 85 RELOAD: 'reload',
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 91 RELOAD: 'reload',
200 // one will reload the newly-cleared data.
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 151 * Reload the data so that the user can continue editing
153 public static final int RELOAD = 1;
362 save(SaveMode.RELOAD);
393 // In this case, there will be a saved state but deltas will be missing. Reload from
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 120 private static final Boolean RELOAD = true;
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 650 milliseconds