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

  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.cc 26 PageTransition::RELOAD);
language_state.cc 27 bool reload = details.entry->transition_type() == PageTransition::RELOAD ||
29 if (reload) {
  /external/chromium/chrome/browser/sessions/
session_types.cc 65 // Use a transition type of reload so that we don't incorrectly
67 PageTransition::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 */
  /external/chromium/chrome/browser/sync/protocol/
proto_enum_conversions.cc 48 ENUM_CASE(sync_pb::TabNavigation, RELOAD);
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.cc 111 if (transition_type == PageTransition::RELOAD ||
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 134 // reload.
137 PageTransition::RELOAD) {
140 // On Reload we want to make sure FindNext is converted to a full Find
  /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;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 150 * Reload the data so that the user can continue editing
152 public static final int RELOAD = 1;
361 save(SaveMode.RELOAD);
392 // In this case, there will be a saved state but deltas will be missing. Reload from
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 349 // tabs for this override and get them to reload the original URL.
359 // Don't use Reload() since |url| isn't the same as the internal URL
361 tab->controller().LoadURL(url, url, PageTransition::RELOAD);
  /external/chromium/chrome/common/
metrics_helpers.cc 265 case PageTransition::RELOAD:
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 344 case PageTransition::RELOAD:
675 transition = PageTransition::RELOAD;
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager.cc 227 if (entry->transition_type() != PageTransition::RELOAD &&
231 // When doing a page reload, we don't get a TAB_LANGUAGE_DETERMINED
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 85 RELOAD: 'reload',
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 117 private static final Boolean RELOAD = true;
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 444 // reload for scoring purposes. We could detect this by just checking
451 // treat this as a reload.
452 match.transition = PageTransition::RELOAD;
    [all...]
  /external/chromium/chrome/browser/history/
history_unittest.cc 560 // Add the page again as a reload.
562 PageTransition::RELOAD, history::RedirectList(),
history_backend.cc 672 if (PageTransition::StripQualifier(transition) != PageTransition::RELOAD)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]
WebViewClassic.java 2689 public void reload() { method in class:WebViewClassic
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 1138 milliseconds