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

  /external/chromium_org/content/common/
frame_message_enums.h 13 // Reload the page.
14 RELOAD,
16 // Reload the page, ignoring any cache entries.
19 // Reload the page using the original request URL.
  /external/chromium_org/content/public/common/
page_transition_types_list.h 67 // The user "reloaded" the page, either by hitting the reload button or by
69 // concept of whether a particular load uses "reload semantics" (i.e.
71 // around the concept of whether a load should be treated as a "reload"
77 PAGE_TRANSITION(RELOAD, 8)
  /bionic/libc/kernel/uapi/linux/
atmmpc.h 135 #define RELOAD 301
  /development/ndk/platforms/android-L/include/linux/
atmmpc.h 135 #define RELOAD 301
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 124 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmmpc.h 124 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmmpc.h 124 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
atmmpc.h 135 #define RELOAD 301
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
atmmpc.h 135 #define RELOAD 301
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
atmmpc.h 135 #define RELOAD 301
  /external/chromium_org/content/public/browser/
navigation_controller.h 42 RELOAD, // Normal (cache-validating) reload.
43 RELOAD_IGNORING_CACHE, // Reload bypassing the cache (shift-reload).
44 RELOAD_ORIGINAL_REQUEST_URL // Reload using the original request URL.
236 // Returns the index from which we would go back/forward or reload. This is
329 // reload the page. In nearly all cases pass in true. If a transient entry
331 virtual void Reload(bool check_for_repost) = 0;
333 // Like Reload(), but don't use caches (aka "shift-reload")
    [all...]
  /external/chromium_org/content/public/renderer/
document_state.h 32 RELOAD, // User pressed reload.
37 LINK_LOAD_RELOAD, // JS/link directed reload.
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 60 RELOAD,
289 return mAction == SmilPlayerAction.RELOAD;
355 public synchronized void reload() { method in class:SmilPlayer
357 mAction = SmilPlayerAction.RELOAD;
  /external/chromium_org/content/browser/frame_host/
navigator_impl.cc 42 case NavigationControllerImpl::RELOAD:
43 return FrameMsg_Navigate_Type::RELOAD;
navigation_controller_impl.cc 93 // the transition type to reload and makes sure the content state isn't empty.
98 // Use a transition type of reload so that we don't incorrectly increase
143 // Should Reload check for post data? The default is true, but is set to false
259 void NavigationControllerImpl::Reload(bool check_for_repost) {
260 ReloadInternal(check_for_repost, RELOAD);
272 // If an interstitial is showing, treat a reload as a navigation to the
304 // If we are no where, then we can't reload. TODO(darin): We should add a
321 // The user is asking to reload a page with POST data. Prompt to make sure
334 // the reload must happen in a new process.
338 // instance, and should not be treated as a cross-site reload
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 163 * Reload the data so that the user can continue editing
165 public static final int RELOAD = 1;
381 save(SaveMode.RELOAD);
412 // In this case, there will be a saved state but deltas will be missing. Reload from
    [all...]
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 62 ENUM_CASE(sync_pb::SyncEnums, RELOAD);
  /external/chromium_org/content/public/test/
render_view_test.cc 338 void RenderViewTest::Reload(const GURL& url) {
341 params.navigation_type = FrameMsg_Navigate_Type::RELOAD;
  /external/chromium_org/chrome/renderer/
page_load_histograms.cc 653 case DocumentState::RELOAD:
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 122 private static final Boolean RELOAD = true;
    [all...]
  /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.
  /external/chromium_org/content/renderer/
render_view_impl.cc 347 params.navigation_type == FrameMsg_Navigate_Type::RELOAD ||
    [all...]
render_view_browsertest.cc 529 // Ensure the RenderViewImpl reloads the previous page if a reload request
571 // It is possible to get a reload request at this point, containing the
577 nav_params.navigation_type = FrameMsg_Navigate_Type::RELOAD;
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 989 milliseconds