HomeSort by relevance Sort by last modified time
    Searched full:refresh (Results 226 - 250 of 1241) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 47 // The maximum ratio in percent of the policy refresh rate we use for adjusting
48 // the policy refresh time instant. The rationale is to avoid load spikes from
59 // Default value for the policy refresh rate.
90 // Reschedule the refresh task if necessary.
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.h 90 // deep trees. Used to happen in store refresh.
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 18 // A helper class to get and refresh OAuth tokens given an authorization code.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 212 boolean refresh = false;
216 refresh = MessageDialog.openQuestion(this.shell, getTitleToolTip(), "Do you want to read local file again?");
218 refresh = true;
220 if (refresh) {
231 // Refresh views
581 * Refresh the entire view by resetting its input.
585 this.viewer.refresh();
594 this.viewer.refresh();
695 // Refresh views
  /external/guava/guava/src/com/google/common/cache/
AbstractLoadingCache.java 75 public void refresh(K key) { method in class:AbstractLoadingCache
RemovalCause.java 47 * result from the user invoking {@link Cache#put}, {@link LoadingCache#refresh}, {@link Map#put},
  /external/mesa3d/docs/
README.DJ 97 Q) I tried to set refresh rate w/ DMesa, but without success.
98 A) Refresh rate control works only for VESA 3.0 and the 3dfx driver (in
193 DMESA_GLUT_REFRESH - set vertical screen refresh rate (VESA3)
210 + added refresh rate control
  /external/qemu/docs/
DISPLAY-STATE.TXT 139 Each DisplayChangeListener can specify a refresh period (e.g. every 1/60th
183 The GUI timer, corresponding to the first listener than has one refresh
184 period, drives the whole update process (if no listener provides a refresh
185 period, a default 'no_graphic' timer is setup with a default refresh period
  /external/skia/src/animator/
SkAnimateSet.cpp 54 void SkSet::refresh(SkAnimateMaker& maker) { function in class:SkSet
  /external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js 39 // FIXME: Refresh Button semantics are not yet defined.
41 this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
265 // FIXME: Is this a refresh button or a re-fetch manifest button?
  /external/webkit/Source/WebCore/manual-tests/plugins/
timeout-dialog-displayed-over-navigation.html 5 <meta http-equiv="refresh" content="3; data:text/html,If we did not crash or hang and there is no Adobe Flash dialog on screen then this test was a success.<p><a href='javascript:history.back();'>Run again</a>.</p><p><a href='rdar://problem/7856151'>&amp;lt;rdar://problem/7856151&amp;gt;</a>.</p>">
  /external/webkit/Source/WebCore/platform/network/
HTTPParsers.h 53 bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url);
  /external/webkit/Source/WebCore/plugins/
DOMPluginArray.cpp 85 void DOMPluginArray::refresh(bool reload) function in class:WebCore::DOMPluginArray
PluginData.cpp 68 void PluginData::refresh() function in class:WebCore::PluginData
  /external/webkit/Source/WebCore/plugins/wx/
PluginDataWx.cpp 65 void PluginData::refresh() function in class:WebCore::PluginData
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.h 55 - (void)refresh;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPlatformStrategies.mm 67 [[WebPluginDatabase sharedDatabase] refresh];
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase_p.h 86 void refresh();
  /external/webkit/Tools/iExploder/iexploder-1.7.2/testcases/
testcase-U_Linux_x86_64_en-US_AppleWebKit-534.7_Chrome-7.0.513.0-4800-5_80,65,15.html 3 <META HTTP-EQUIV="Refresh" content="1;URL=testcase-U_Linux_x86_64_en-US_AppleWebKit-534.7_Chrome-7.0.513.0-4800-5_80,65,15.html">
  /frameworks/base/core/java/android/net/http/
Headers.java 73 public final static String REFRESH = "refresh";
146 REFRESH,
296 if (name.equals(REFRESH)) {
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 62 * to refresh the WebView content.
111 // you don't want to refresh the display--this would force the display of
182 case R.id.refresh:
296 // to refresh the display or keep the current display.
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
AppInterface.java 53 REFRESH(0x01),
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
transform.rs 62 // Refresh matrices if dirty
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 206 /* FIXME: this is a temporary HACK until we are able to report the refresh rate
213 #warning "refresh rate set via makefile to REFRESH_RATE"
418 // this returns the last refresh timestamp.
420 // the refresh period and whatever closest timestamp we have.
  /frameworks/support/volley/src/com/android/volley/
Cache.java 85 /** True if a refresh is needed from the original data source. */

Completed in 1332 milliseconds

1 2 3 4 5 6 7 8 91011>>