Searched refs:reload (Results 101 - 125 of 213) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h81 virtual void reload(bool ignoreCache) OVERRIDE;
H A DWebLocalFrameImpl.h130 virtual void reload(bool ignoreCache) OVERRIDE;
H A DWebRemoteFrameImpl.cpp405 void WebRemoteFrameImpl::reload(bool ignoreCache) function in class:blink::WebRemoteFrameImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h335 virtual void reload(bool ignoreCache = false) = 0;
337 // This is used for situations where we want to reload a different URL because of a redirect.
/external/libhevc/common/arm/
H A Dihevc_inter_pred_luma_horz_w16out.s281 ldmeqfd sp!,{r4-r12,r15} @reload the registers from sp
335 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
442 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
594 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_chroma_dc.s288 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_chroma_mode2.s293 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_luma_dc.s501 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_itrans_recon_4x4.s227 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_itrans_recon_4x4_ttype1.s227 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_weighted_pred_uni.s217 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_inter_pred_filters_luma_horz.s273 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
428 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
529 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_chroma_mode_27_to_33.s325 movle r4,r5 @reload nt
400 movle r8,r1 @reload the source to pu1_src+2nt
538 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_filters_chroma_mode_19_to_25.s429 movle r4,r5 @reload nt
508 movle r8,r1 @reload the source to pu1_src+2nt
565 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s426 movle r4,r5 @reload nt
502 movle r8,r1 @reload the source to pu1_src+2nt
647 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_intra_pred_luma_mode_27_to_33.s326 movle r4,r5 @reload nt
400 movle r8,r1 @reload the source to pu1_src+2nt
537 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
H A Dihevc_weighted_pred_bi.s263 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentRoster.java89 * reloaded at a later point when the server responds to the reload request.
91 public void reload() { method in class:AgentRoster
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DMain.js386 /** @const */ var forwardedActions = ["main.reload", "main.hard-reload"];
637 WebInspector.reload = function()
640 window.location.reload();
693 WebInspector.reload();
/external/oprofile/events/x86-64/family10/
H A Dunit_masks198 0x01 4K TLB reload
199 0x02 2M TLB reload
200 0x04 1G TLB reload
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwTestBase.java262 awContents.getNavigationController().reload(true);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js434 chrome.tabs.reload = function(opt_tabId, opt_reloadProperties, opt_callback) {};
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_browsertest.js128 window.location.reload();
/external/skia/gm/rebaseline_server/
H A Dserver.py81 # How often (in seconds) clients should reload while waiting for initial
251 """ Returns the result reload period in seconds, or 0 if we don't reload
307 # nonzero --reload argument; otherwise, we expect the user to maintain
324 # is probably the only user of the --reload flag!) uses a managed
373 reload_seconds: integer; if nonzero, reload results at this interval
564 'making modifications. The client should reload the '
669 parser.add_argument('--reload', type=int,
674 'By default, we do not reload at all, and you '
688 reload_seconds=args.reload, config_pair
[all...]
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js844 list.reload();
1374 tree.reload();

Completed in 596 milliseconds

123456789