HomeSort by relevance Sort by last modified time
    Searched full:stale (Results 51 - 75 of 812) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/
crash_recovery_browsertest.cc 67 // ID of the RenderProcessHost was stale, so the NavigationEntry in the new tab
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.h 55 // database table has been manipulated and the cache may be stale.
  /external/chromium_org/chrome/test/chromedriver/chrome/
status.cc 25 return "stale element reference";
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.h 50 // mode. This will NOTREACHED() whenever the user is trying to access a stale
  /external/chromium_org/third_party/WebKit/Source/web/x11/
WebScreenInfoFactory.cpp 42 // function, but it appears to return stale data after the screen is resized.
  /external/chromium_org/third_party/WebKit/public/web/win/
WebInputEventFactory.h 54 // information is known to be stale and needs to be reset; that is the
  /external/chromium_org/tools/gtk_clipboard_dump/
gtk_clipboard_dump.cc 16 // This call is bugged, the cache it checks is often stale; see
  /external/chromium_org/ui/gfx/
font_smoothing_win.cc 63 // If cached settings are stale, query them from the OS.
  /external/droiddriver/src/com/google/android/droiddriver/actions/
TypeAction.java 62 // possible for an event to become stale before it is injected if it
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 80 // has issues with stale buffer contents when no GL
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
SgvAnimationHelper.java 51 // Stale views are faded out of view. Existing views are then updated and translated
54 // Stale views are dropped to the bottom of the screen. Existing views are then updated
57 // Stale views are slid to the side of the screen. Existing views are then updated
60 // Stale views are collapsed to height 0. Existing views are then updated
  /external/apache-http/src/org/apache/http/impl/io/
SocketInputBuffer.java 111 return false; // the connection is not stale; hooray
113 return true; // the connection is stale, the read or soTimeout failed.
  /external/apache-http/src/org/apache/http/params/
CoreConnectionPNames.java 100 * Determines whether stale connection check is to be used. Disabling
101 * stale connection check may result in slight performance improvement
  /external/chromium_org/base/
cancelable_callback_unittest.cc 130 // The stale copy of the cancelable callback is non-null.
133 // The stale copy of the cancelable callback is no longer active.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 84 * Clears stale items from the cache.
190 * automatically be pruned each call to remove stale references.
  /external/chromium_org/content/public/browser/
plugin_service.h 60 // type. Returns true if the data is frome a stale plugin list, false if it
70 // the |context| and renderer IDs. This will report whether the data is stale
  /external/chromium_org/net/http/
http_auth.h 49 // authorization attempt is stale, but
148 // "stale" attribute is present.
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 55 ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data
56 ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
  /external/chromium_org/third_party/cld/base/
vlog_is_on.h 53 // site is stale and should be reinitialized. A verbosity level of
59 // with a stale epoch and a verbosity level of kUseFlag.
  /external/mdnsresponder/mDNSCore/
uDNS.h 112 uDNS_LLQ_Not = 0, // Normal uDNS answer: Flush any stale records from cache, and respect record TTL
114 uDNS_LLQ_Entire, // LLQ initial set of answers: Flush any stale records from cache, but assume TTL is 2 x LLQ refresh interval
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 81 public static final String STALE = "stale";
  /frameworks/base/docs/html/training/efficient-downloads/
redundant_redundant.jd 38 <p>To ensure that your caching doesn't result in your app displaying stale data, be sure to extract the time at which the requested content was last updated, and when it expires, from within the HTTP response headers. This will allow you to determine when the associated content should be refreshed.</p>
55 <p>Using this approach, you can also effectively cache dynamic content while ensuring it doesn't result in your application displaying stale information.</p>
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 330 bool stale;
331 bool has_plugin = HasSupportingPlugin(&stale);
332 if (stale) {
438 bool BufferedResourceHandler::HasSupportingPlugin(bool* stale) {
446 stale, &plugin, NULL);
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 39 // The duration for a new notification to become stale.
172 if (!view->stale()) {
189 if (!view->stale())
195 // Make all notifications stale.
624 // Make all notifications stale when a user minimize the panel.
780 if (balloon_container_->HasBalloonView(view) && !view->stale()) {
782 // don't update panel on stale
  /art/runtime/
indirect_reference_table.cc 70 << " stale " << kind_ << " " << iref
178 LOG(ERROR) << "JNI ERROR (app bug): accessed stale " << kind_ << " "
252 // Bad --- stale reference?

Completed in 1199 milliseconds

1 23 4 5 6 7 8 91011>>