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

12345

/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp905 void WebFrameImpl::reload(bool ignoreCache) function in class:WebKit::WebFrameImpl
908 m_frame->loader()->reload(ignoreCache);
958 // reload will re-attempt the original request. It is essential that
960 // unreachableURL informs FrameLoader::reload to load unreachableURL
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp893 * Ask frame to reload current document.
895 * @param o frame object to reload.
905 sd->frame->loader()->reload();
910 * Ask frame to fully reload current document, using no previous caches.
912 * @param o frame object to reload.
920 sd->frame->loader()->reload(true);
/external/smack/src/org/jivesoftware/smack/
H A DRoster.java191 * reloaded at a later point when the server responds to the reload request.
195 public void reload() { method in class:Roster
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h205 void reload(bool reloadFromOrigin);
H A DWebPageProxy.cpp437 void WebPageProxy::reload(bool reloadFromOrigin) function in class:WebKit::WebPageProxy
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jar ... eclipse.core.runtime.CoreException public abstract void reload (java.io.InputStream, boolean) throws org.eclipse ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp511 void WebPage::reload(bool reloadFromOrigin) function in class:WebKit::WebPage
513 m_mainFrame->coreFrame()->loader()->reload(reloadFromOrigin);
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp260 frame->loader()->reload();
/external/webkit/Source/WebKit/win/
H A DWebView.h332 virtual HRESULT STDMETHODCALLTYPE reload(
H A DWebView.cpp3706 HRESULT STDMETHODCALLTYPE WebView::reload(
3712 return m_mainFrame->reload();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp416 shell->reload();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3925 core(webView)->mainFrame()->loader()->reload();
3940 core(webView)->mainFrame()->loader()->reload(true);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1674 \value NavigationTypeReload The user activated the reload action.
2381 mainFrame()->d->frame->loader()->reload(/*endtoendreload*/false);
2384 mainFrame()->d->frame->loader()->reload(/*endtoendreload*/true);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm1102 // Keep the global plug-in database active until the app terminates to avoid having to reload plug-in bundles.
4277 - (IBAction)reload:(id)sender
4279 [[self mainFrame] reload];
4359 } else if (action == @selector(reload:)) {
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java3571 ListenableFuture<V> newValue = loader.reload(key, previousValue);
/external/regex-re2/lib/codereview/
H A Dcodereview.py146 reload(sys) # site.py deleted setdefaultencoding; get it back
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1399 // Example of this case are sites that reload the same URL with a different cookie
1469 // visiting in the history list, we treat it as a reload so the history list
1473 // shouldn't a more explicit type of reload be defined, that means roughly
1614 void FrameLoader::reload(bool endToEndReload) function in class:WebCore::FrameLoader
1631 // Create a new document loader for the reload, this will become m_documentLoader eventually,
2153 // This function implements the rule: "Don't reload if navigating by fragment within
2154 // the same URL, but do reload if going to a new URL or to the same URL with no
2932 // frameset is trying to reload the frameset into _top.
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m42938 # find reload flag for linker
2939 # -- PORTME Some linkers may need a different reload flag.
2941 [AC_CACHE_CHECK([for $LD option to reload object files],
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 842 milliseconds

12345