HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 301 - 325 of 1130) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/
favicon_service.h 40 // is visited again.
  /external/chromium/chrome/browser/history/
top_sites_cache.h 103 // Generated from the redirects to and from the most visited pages. See
  /external/chromium/chrome/browser/sync/resources/
gaia_login.css 12 a:visited {
  /external/chromium/chrome/common/
thumbnail_score.h 61 // For the most visited view, we'll sometimes get thumbnails for URLs in the
  /external/chromium/net/http/
http_response_info.h 47 // when reloading previously visited pages (without going over the network).
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientVisitedHistoryTest.java 128 // Due to security/privacy restrictions around the :visited css property, it is not
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
FaviconHelper.java 67 * has visited on the current device.
  /external/chromium_org/chrome/browser/extensions/
external_policy_loader_unittest.cc 65 // Extensions will be removed from this list as they visited,
  /external/chromium_org/chrome/browser/history/
visitsegment_database.h 20 // Tracks pages used for the most visited view.
  /external/chromium_org/chrome/browser/resources/
about_stats.html 16 a:link, a:visited {
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.js 7 * @fileoverview Rendering for iframed most visited thumbnails.
  /external/chromium_org/chrome/browser/search/
most_visited_iframe_source.cc 74 // Log the Most Visited click.
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.h 38 // visited state.
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 56 // visited handler. This allows the DB query for the new tab thumbs to happen
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.h 40 // Logs an impression on one of the Most Visited tiles by a given provider.
  /external/chromium_org/chrome/test/functional/
omnibox.py 121 """Verify inline autocomplete for a pre-visited URL."""
231 """Check if omnibox returns a previously-visited page for given search text.
238 True, if the omnibox returns the previously-visited page for the given
251 Test verifies that visited page shows up in omnibox on entering page
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 108 @property(nonatomic, readonly) NSNumber* visited; variable
  /external/chromium_org/media/webm/
webm_cluster_parser.h 99 // Returns an iterator object, allowing each text track to be visited.
  /external/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 64 /// This method is for tracking visited blocks in the main threadsafety
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 11 // the number of times a given block has been visited along a path
  /external/clang/test/Analysis/
dead-stores.m 47 // because the compound statement for the @synchronized was being visited
  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 66 // First time we visited this BB?
92 // Visit the successor next, if it isn't already visited.
116 SmallPtrSet<typename GraphT::NodeType*, 32> Visited;
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 57 SmallPtrSet<const BasicBlock *, 4> &Visited,
ObjCARCOpts.cpp 237 DEBUG(dbgs() << "Already visited node.\n");
268 SmallPtrSet<const Value *, 4> Visited;
278 if (!Visited.insert(P))
    [all...]

Completed in 614 milliseconds

<<11121314151617181920>>