HomeSort by relevance Sort by last modified time
    Searched refs:reload (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 63 LDRHI a2,[sp] ;reload width
  /external/webkit/WebCore/page/
Page.h 96 static void refreshPlugins(bool reload);
ContextMenuController.cpp 212 frame->loader()->reload();
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 268 frame->loader()->reload(true);
WebCoreFrameBridge.cpp 729 WebFrame::updateVisitedHistory(const WebCore::KURL& url, bool reload)
738 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mUpdateVisitedHistory, jUrlStr, reload);
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 106 virtual void reload();
  /external/webkit/WebKit/mac/WebView/
WebView.h 672 - (IBAction)reload:(id)sender;
WebFrame.mm 121 Reload (meaning only the reload button):
128 Repeat load of the same URL (by any other means of navigation other than the reload button, including hitting return in the location field):
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 47 * Once created, it can only be updated through {@link #reload()}
299 public synchronized void reload() { method in class:ProjectProperties
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 155 mWebView.reload();
WebViewTest.java 593 method = "reload",
609 mWebView.reload();
663 method = "reload",
700 mWebView.reload();
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.h 180 void enableResourceTracking(bool always = false, bool reload = true);
InspectorController.cpp     [all...]
  /external/webkit/WebKit/wx/
WebFrame.cpp 133 void wxWebFrame::Reload()
136 m_impl->frame->loader()->reload();
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 226 mSmilPlayer.reload();
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 842 boolean reload = false;
844 reload = true;
846 reload = true;
851 reload = true;
858 if (sRollo != null && reload) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 166 public abstract void reload(); method in class:Sdk.TargetChangeListener
170 reload(); method
177 reload(); method
    [all...]
  /external/webkit/WebCore/bindings/js/
JSLocationCustom.cpp 321 JSValue JSLocation::reload(ExecState* exec, const ArgList&) function in class:WebCore::JSLocation
  /external/webkit/WebCore/loader/
FrameLoader.h 177 void reload(bool endToEndReload = false);
  /external/webkit/WebKit/win/
WebFrame.h 140 virtual HRESULT STDMETHODCALLTYPE reload( void);
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 86 CCTCFLAGS:=-msoft-float -mthumb-interwork -fno-exceptions -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -fmessage-length=0 -finline-functions -finline-limit=600 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -fstrict-aliasing -funswitch-loops
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java     [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamTest.java 1228 protected Object reload() throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 437 * @param reload if true, the AVD manager will reload the AVD from the disk.
438 * @return false if the reloading failed. This is always true if <var>reload</var> is
441 public boolean refresh(boolean reload) {
442 if (reload) {
846 refresh(false /*reload*/);
    [all...]
  /external/jpeg/
ltconfig 1091 echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
1092 # PORTME Some linker may need a different reload flag.
    [all...]

Completed in 684 milliseconds

1 23 4 5