Searched defs:refresh (Results 1 - 25 of 68) sorted by relevance

123

/external/webkit/LayoutTests/http/tests/resources/
H A Dredirect.php3 $refresh = $_GET['refresh']; variable
5 if (isset($refresh)) {
7 header("Refresh: $refresh; url=$url");
/external/webkit/Source/WebCore/plugins/
H A DPluginDataNone.cpp36 void PluginData::refresh() function in class:WebCore::PluginData
H A DPluginData.cpp68 void PluginData::refresh() function in class:WebCore::PluginData
H A DDOMPluginArray.cpp85 void DOMPluginArray::refresh(bool reload) function in class:WebCore::DOMPluginArray
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxme.h28 int refresh; member in struct:__anon11257
38 int width, int height, int refresh);
/external/skia/src/animator/
H A DSkAnimateSet.cpp54 void SkSet::refresh(SkAnimateMaker& maker) { function in class:SkSet
H A DSkAnimateBase.cpp177 void SkAnimateBase::refresh(SkAnimateMaker& ) { function in class:SkAnimateBase
/external/guava/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java75 public void refresh(K key) { method in class:AbstractLoadingCache
H A DForwardingLoadingCache.java67 public void refresh(K key) { method in class:ForwardingLoadingCache
68 delegate().refresh(key);
H A DLoadingCache.java143 * {@code key}. If the cache loader associated with this cache performs refresh asynchronously
144 * then this method may return before refresh completes.
148 void refresh(K key); method in interface:LoadingCache
/external/webkit/Source/WebCore/plugins/android/
H A DPluginDataAndroid.cpp63 void PluginData::refresh() function in class:WebCore::PluginData
66 db->refresh();
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginDataGtk.cpp59 void PluginData::refresh() function in class:WebCore::PluginData
62 db->refresh();
/external/webkit/Source/WebCore/plugins/wx/
H A DPluginDataWx.cpp65 void PluginData::refresh() function in class:WebCore::PluginData
/external/webkit/Source/WebCore/plugins/chromium/
H A DPluginDataChromium.cpp43 void reset(bool refresh) argument
47 m_refresh = refresh;
75 void PluginData::refresh() function in class:WebCore::PluginData
/external/linux-tools-perf/util/ui/
H A Dbrowser.h21 unsigned int (*refresh)(struct ui_browser *self); member in struct:ui_browser
/external/proguard/src/proguard/evaluation/value/
H A DDoubleValue.java345 public Value refresh() method in class:DoubleValue
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassLoaderTest.java251 public void refresh() { method in class:DynamicPolicy
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebplugindatabase.cpp343 // PluginDatabase::setPluginDirectories() does not refresh the database.
344 m_database->refresh();
356 // PluginDatabase::addExtraPluginDirectory() does refresh the database.
367 void QWebPluginDatabase::refresh() function in class:QWebPluginDatabase
369 m_database->refresh();
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginInfoStore.cpp47 refresh();
50 void PluginInfoStore::refresh() function in class:WebKit::PluginInfoStore
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DConfigurationTest.java73 public void refresh() { method in class:ConfigurationTest.ConfTestProvider
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProtectionDomainTest.java255 public void refresh() { method in class:ProtectionDomainTest.TestPolicy
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.cc229 void WebKitClientImpl::getPluginList(bool refresh, argument
232 GetPlugins(refresh, &plugins);
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java198 public void refresh(K key) { method in class:CacheBuilder.LocalLoadingCache
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderFactory.java151 DurationSpec expireAfterWrite, DurationSpec expireAfterAccess, DurationSpec refresh,
170 if (refresh != null) {
171 builder.refreshAfterWrite(refresh.duration, refresh.unit);
149 createCacheBuilder( Integer concurrencyLevel, Integer initialCapacity, Integer maximumSize, DurationSpec expireAfterWrite, DurationSpec expireAfterAccess, DurationSpec refresh, Strength keyStrength, Strength valueStrength) argument
/external/linux-tools-perf/util/ui/browsers/
H A Dannotate.c167 int refresh)
192 if (refresh != 0)
193 newtFormSetTimer(self->b.form, refresh);
198 if (refresh != 0) {
215 if (refresh != 0)
255 int refresh)
261 .refresh = ui_browser__list_head_refresh,
296 ret = annotate_browser__run(&browser, evidx, refresh);
166 annotate_browser__run(struct annotate_browser *self, int evidx, int refresh) argument
254 symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx, int refresh) argument

Completed in 509 milliseconds

123