HomeSort by relevance Sort by last modified time
    Searched full:is_stale (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-stale-test-expectations-entries 51 def is_stale(self, bug_number): member in class:StaleTestPrinter
80 if not self.is_stale(bug_number):
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.h 67 bool HasSupportingPlugin(bool* is_stale);
  /external/chromium_org/content/public/browser/
plugin_service.h 71 // via |is_stale| and returns whether or not the plugin can be found.
79 bool* is_stale,
  /external/chromium_org/content/browser/
plugin_service_impl.h 89 bool* is_stale,
plugin_service_impl.cc 523 bool* is_stale,
530 if (is_stale)
531 *is_stale = stale;

Completed in 181 milliseconds