Searched defs:is_stale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-stale-test-expectations-entries51 def is_stale(self, bug_number): member in class:StaleTestPrinter
80 if not self.is_stale(bug_number):
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_storage.cc55 bool is_stale = !ValidatingUtil::UnwrapTimestamp(data, std::time(NULL)); local
57 success = !is_corrupted && !is_stale;
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner.cc431 bool is_stale = false; local
438 false, &is_stale,
441 if (is_stale && stale_plugin_action == RETRY_IF_STALE_PLUGIN_LIST) {
456 DCHECK(!is_stale);
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc530 bool* is_stale,
537 if (is_stale)
538 *is_stale = stale;
523 GetPluginInfo(int render_process_id, int render_frame_id, ResourceContext* context, const GURL& url, const GURL& page_url, const std::string& mime_type, bool allow_wildcard, bool* is_stale, WebPluginInfo* info, std::string* actual_mime_type) argument

Completed in 448 milliseconds