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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 39 // To look for history items visited in the last week,
57 // We need the url of the visited item to process the visit.
77 // times a user visited a URL by typing the address.
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 44 llvm::BitVector visited(analyzed.size());
58 if (visited[block->getBlockID()])
60 visited[block->getBlockID()] = true;
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 43 * P-Visited-Network-ID header parser.
46 * P-Visited-Network-ID = "P-Visited-Network-ID" HCOLON
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequencesReplacer.java 52 * in the visited code.
79 * in the visited code.
109 * in the visited code.
  /bionic/libc/include/
ftw.h 38 #define FTW_DP 3 /* Directory with subdirectories visited. */
48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 61 .device-tab-entry:visited,
68 .device-show-more-tabs:visited,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 11 // the number of times a given block has been visited along a path
31 /// block has been visited along a path analyzed by CoreEngine.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 27 a:visited { text-decoration: underline; }
29 a.header:visited { text-decoration: none; color: InfoText }
  /external/proguard/src/proguard/optimize/info/
MethodInvocationMarker.java 34 * the instructions that are visited.
99 * instructions that were visited.
  /external/smali/util/src/main/java/ds/tree/
Visitor.java 44 * @param parent The parent of the node being visited
45 * @param node The node that is being visited
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
invert.h 58 // where v = # of states visited, e = # of arcs visited. Constant
  /external/chromium/chrome/browser/
jumplist_win.h 90 // * Retrieving "Most Visited" pages from HistoryService;
116 // This function sends a query that retrieves "Most Visited" pages to
149 // A callback function for HistoryService that notify when the "Most Visited"
179 // Items in the "Most Visited" category of the application JumpList.
  /external/chromium/chrome/browser/resources/
crashes.css 38 #crashList a:visited {
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 48 .tab-switcher-view a:visited,
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 48 .recent-menu-item:visited,
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.cc 13 // The amount of time we wait to accumulate visited link additions.
  /external/chromium_org/chrome/browser/history/
page_usage_data.h 19 // A per domain usage data structure to compute and manage most visited
  /external/chromium_org/chrome/browser/prerender/
prerender_final_status.cc 39 "Recently Visited",
  /external/chromium_org/chrome/browser/resources/
crashes.css 44 #crashList a:visited {
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.html 15 <div id="most-visited">
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.css 24 .capture-status-view-link:visited,
  /external/chromium_org/chrome/browser/sync/sessions2/
notification_service_sessions_router.h 43 // Called when the URL visited in |web_contents| was blocked by the
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.h 53 // Called when the SearchBox wants to delete a Most Visited item.
56 // Called when the SearchBox wants to undo a Most Visited deletion.
59 // Called when the SearchBox wants to undo all Most Visited deletions.
128 // Tells the renderer about the most visited items.
  /external/chromium_org/chrome/common/extensions/api/
history.json 8 "description": "Use the <code>chrome.history</code> API to interact with the browser's record of visited pages. You can add, remove, and query for URLs in the browser's history. To override the history page with your own version, see <a href='override.html'>Override Pages</a>.",
51 "startTime": {"type": "number", "optional": true, "description": "Limit results to those visited after this date, represented in milliseconds since the epoch."},
52 "endTime": {"type": "number", "optional": true, "description": "Limit results to those visited before this date, represented in milliseconds since the epoch."},
159 "description": "Fired when a URL is visited, providing the HistoryItem data for that URL. This event fires before the page has loaded.",
  /external/chromium_org/chrome/common/importer/
importer_url_row.h 23 // Total number of times this URL has been visited.

Completed in 508 milliseconds

1 2 34 5 6 7 8 91011>>