HomeSort by relevance Sort by last modified time
    Searched refs:refresh (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSet.h 22 virtual void refresh(SkAnimateMaker& );
SkAnimateBase.h 42 virtual void refresh(SkAnimateMaker& );
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginArray.idl 29 void refresh([Default=Undefined] optional boolean reload);
DOMPluginArray.h 51 void refresh(bool reload);
DOMPluginArray.cpp 86 void DOMPluginArray::refresh(bool reload) function in class:blink::DOMPluginArray
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
FileSystemView.js 52 this._refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
93 this._directoryTree.children[0].refresh();
149 this.refresh();
158 this.refresh();
169 this.parent.refresh();
196 oldChild.refresh();
220 refresh: function()
225 fileContentView.refresh();
239 this.parent.refresh();
    [all...]
FileContentView.js 53 this.refresh();
83 refresh: function()
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenPlugin.groovy 62 project.task('refresh') {
82 tasks = ["refresh"]
88 project.refresh.dependsOn(project.processTemplates)
89 project.refresh.dependsOn(project.processCommon)
93 project.refresh << {println "Project refresh finished."}
  /external/chromium_org/chrome/browser/resources/chromeos/
cryptohome.js 19 // Auto-refresh when interval is given as pathname.
22 $('refresh-message').textContent =
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
WorkspaceController.js 58 projects[i].refresh("/", barrier.createCallback());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
ServicesTest.java 61 Services.refresh();
68 Services.refresh();
  /external/fio/
FIO-VERSION-GEN 19 git update-index -q --refresh
  /external/guava/guava/src/com/google/common/cache/
ForwardingLoadingCache.java 67 public void refresh(K key) { method in class:ForwardingLoadingCache
68 delegate().refresh(key);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
SwipeRefreshLayoutActivity.java 78 // Try a SUPER quick refresh to make sure we don't get extra refreshes
109 refresh(); method
121 * Click handler for the menu item to force a refresh.
129 refresh(); method
135 private void refresh() { method in class:SwipeRefreshLayoutActivity
  /external/chromium_org/third_party/WebKit/Source/platform/plugins/
PluginData.cpp 37 void reset(bool refresh)
41 m_refresh = refresh;
121 void PluginData::refresh() function in class:blink::PluginData
PluginData.h 63 static void refresh();
  /external/chromium_org/chrome/common/extensions/docs/server2/
data_source.py 10 DataSources must have two public methods, get and Refresh. A DataSource is
13 when DataSources are created for Refresh.
25 to refresh this DataSource's data set. Any paths listed here will be
26 routed to the DataSource Refresh method in a taskqueue task request.
30 def Refresh(self, path=None):
32 indicating the success or failure of the refresh.'''
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_node_browser.js 60 * Updates the 'Last refresh time' display.
64 $('node-browser-refresh-time').textContent = str;
160 * Clears any existing UI state. Useful prior to a refresh.
173 * Fetch the latest set of nodes and refresh the UI.
175 function refresh() { function
176 $('node-browser-refresh-button').disabled = true;
197 $('node-browser-refresh-button').disabled = false;
202 $('node-browser-refresh-button').addEventListener('click', refresh);
205 // Automatically trigger a refresh the first time this tab is selected
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 171 bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url)
173 unsigned len = refresh.length();
176 if (!skipWhiteSpace(refresh, pos, fromHttpEquivMeta))
179 while (pos != len && refresh[pos] != ',' && refresh[pos] != ';')
185 delay = refresh.stripWhiteSpace().toDouble(&ok);
189 delay = refresh.left(pos).stripWhiteSpace().toDouble(&ok);
194 skipWhiteSpace(refresh, pos, fromHttpEquivMeta);
196 if (refresh.find("url", urlStartPos, false) == urlStartPos) {
198 skipWhiteSpace(refresh, urlStartPos, fromHttpEquivMeta)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 299 // Hit the refresh button.
300 $('node-browser-refresh-button').click();
302 // Check that the refresh time was updated.
303 expectNotEquals($('node-browser-refresh-time').textContent, 'Never');
336 expectEquals($('node-browser-refresh-time').textContent, 'Never');
338 // Selecting the tab will refresh it.
340 expectNotEquals($('node-browser-refresh-time').textContent, 'Never');
342 // Re-selecting the tab shouldn't re-refresh.
343 $('node-browser-refresh-time').textContent = 'TestCanary';
346 expectEquals($('node-browser-refresh-time').textContent, 'TestCanary')
    [all...]
about_ui.h 63 void AppendHeader(std::string* output, int refresh,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
ResourceWebSocketFrameView.js 43 this.refresh();
85 refresh: function()
95 this.refresh();
  /external/guava/guava-tests/test/com/google/common/cache/
ForwardingLoadingCacheTest.java 92 mock.refresh("key");
94 forward.refresh("key");
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFocusAndInputFocusSyncTest.java 107 rootLinearLayout.refresh();
134 // Refresh the node info.
135 rootLinearLayout.refresh();
154 // Refresh the node info.
155 rootLinearLayout.refresh();
209 secondEditText.refresh();
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h 43 virtual void getPluginList(bool refresh, blink::WebPluginListBuilder*);

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 9