Searched
full:refresh (Results
276 -
300 of
1116) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/plugins/ |
PluginDatabase.h | 65 bool refresh();
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebplugindatabase.cpp | 146 database->priv->coreDatabase->refresh();
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebPlatformStrategies.cpp | 66 PluginDatabase::installedPlugins()->refresh();
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
PluginInfoStore.h | 45 void refresh();
|
/external/webkit/Tools/mangleme/ |
mangle.cgi.c | 111 printf("<HTML><HEAD><META HTTP-EQUIV=\"Refresh\" content=\"0;URL=mangle.cgi\">\n");
|
remangle.cgi.c | 116 printf("<HTML><HEAD><META HTTP-EQUIV=\"Refresh\" content=\"0;URL=remangle.cgi?0x%08x\">\n", seed);
|
/external/webp/src/dec/ |
vp8i.h | 196 // buffer refresh flags 197 // bit 0: refresh Gold, bit 1: refresh Alt 200 // bit 8: refresh last frame
|
/frameworks/base/docs/html/resources/articles/ |
ui-1.5.jd | 18 the UI refresh, the minimum size of some of the widgets has changed.
|
/frameworks/base/opengl/tests/swapinterval/ |
swapinterval.cpp | 120 printf("refresh-rate is %f fps (%f ms)\n", 1.0f/p, p*1000.0);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_tags.h | 70 #define TAG_DCACHE_ONE_REFRESH 11 /* Flush and refresh one DO */
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
AllocationPanel.java | 242 mAllocationViewer.refresh(); 251 mAllocationViewer.refresh(); 464 mAllocationViewer.refresh(); 625 mAllocationViewer.refresh();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigManagerDialog.java | 321 mTreeViewer.refresh(); 357 mTreeViewer.refresh(); 415 mTreeViewer.refresh(); 435 mTreeViewer.refresh();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
InstrumentationPage.java | 98 true /* refresh */);
|
PermissionPage.java | 107 true /* refresh */);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiAbstractTextAttributeNode.java | 73 * so it will call this to refresh the attribute anyway. The value
|
UiTextValueNode.java | 39 * so it will call this to refresh the value anyway. The value
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/ |
MonkeyControllerFrame.java | 50 private final JButton refreshButton = new JButton("Refresh");
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/ |
AvdManagerPage.java | 108 mAvdSelector.refresh(false /*reload*/);
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 188 return "<meta http-equiv=\"refresh\" " 461 std::string GetNetworkHtmlInfo(int refresh) { 466 if (refresh > 0) 467 output.append("<meta http-equiv=\"refresh\" content=\"" + 468 base::IntToString(refresh) + "\"/>"); 470 if (refresh > 0) { 472 base::IntToString(refresh) + "s)"); 474 output.append("(To auto-refresh this page: about:network/<secs>)"); 540 int refresh; local 541 base::StringToInt(query, &refresh); [all...] |
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 217 /* Refresh conntrack for this many jiffies and do accounting */ 226 /* Refresh conntrack for this many jiffies */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11image.c | 298 /* Don't refresh a display that doesn't have an image (like GL) 299 Instead, post an expose event so the application can refresh.
|
/external/quake/quake/src/QW/client/ |
d_varsa.s | 34 // global refresh variables 37 // FIXME: put all refresh variables into one contiguous block. Make into one
|
gl_screen.c | 21 // screen.c -- master for refresh, status bar, console, chat, notify, etc 49 async draw will require the refresh area to be cleared, because it will be 63 the refresh is allways rendered, unless the console is full screen 77 // only the refresh window will be updated unless these variables are flagged 1083 WARNING: be very careful calling this from elsewhere, because the refresh 1120 // determine size of refresh window 1132 // do 3D refresh drawing, and then update the screen 1141 // draw any areas not covered by the refresh
|
/external/quake/quake/src/WinQuake/ |
d_varsa.s | 34 // global refresh variables 37 // FIXME: put all refresh variables into one contiguous block. Make into one
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CookieItemsView.js | 40 this._refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
|
Completed in 1300 milliseconds
<<11121314151617181920>>