HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 1 - 25 of 781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
visited-link-new-window.html 4 <title>Visited link coloring test</test>
6 :visited {
12 <h1>Visited link coloring test</h1>
13 <p>Make sure the link below is not colored as visited (delete the item
14 for visited-link.html from your history and restart if
16 <a href="resources/visited-link.html">Am I a visited link?</a>
redraw-page-cache-visited-links.html 27 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
30 <li><a id="mylink" href="./resources/redraw-page-cache-visited-links-2.html">Click This Link Once</a><br><br>
31 <li value="4">The test passes if the link in Step 2 is rendered in a visited link color after the click.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDHeader.java 40 * P-Visited-Network-ID SIP Private Header: RFC 3455.
45 * particular visited network, is the existence of a roaming agreement between the home and
46 * the visited network. There is a need to indicate to the home network which one is the visited
50 * one or more proxies located in the visited network towards the home network
52 * . the visited network includes an identification that is known at the home network
57 * (e.g., different visited networks), a SIP proxy MAY insert a NEW P-Visited-Network-ID header
58 * if the request does not contain a P-Visited-Network-ID header with the same network
65 * P-Visited-Network-ID = "P-Visited-Network-ID" HCOLO
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SceneGraphVisitorAdapter.java 14 * Called when a {@link Geometry} is visited.
16 * @param geom The visited geometry
21 * Called when a {@link visit} is visited.
23 * @param geom The visited node
SceneGraphVisitor.java 11 * Called when a spatial is visited in the scene graph.
13 * @param spatial The visited spatial
  /external/llvm/unittests/Support/
Path.cpp 248 v_t visited; local
259 visited.push_back(path::filename(i->path()));
261 v_t::const_iterator a0 = std::find(visited.begin(), visited.end(), "a0");
262 v_t::const_iterator aa1 = std::find(visited.begin(), visited.end(), "aa1");
263 v_t::const_iterator ab1 = std::find(visited.begin(), visited.end(), "ab1");
264 v_t::const_iterator dontlookhere = std::find(visited.begin(), visited.end()
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebhistoryinterface.cpp 44 to keep track of visited links.
72 WebKit will not keep track of visited links and a null pointer will be returned.
88 keep track of visited links. It contains two pure virtual methods that
90 urls that have been visited to the interface, while
92 visited by the user. By default the QWebHistoryInterface is not set, so WebKit does not keep
93 track of visited links.
119 Called by the WebKit engine to query whether a certain \a url has been visited by the user already.
120 Returns true if the \a url is part of the history of visited links; otherwise returns false.
126 Called by WebKit to add another \a url to the list of visited pages.
  /cts/tools/signature-tools/templates/
Styles.st 8 a.default:visited {color: blue; text-decoration: none}
12 a.discreet:visited {color: black; text-decoration: none}
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 82 Set<Node> visited = new OrderedHashSet<Node>(); local
84 while ( visited.size() < nodes.size() ) {
89 if ( !visited.contains(n) ) break;
91 DFS(n, visited, sorted);
96 public void DFS(Node n, Set<Node> visited, ArrayList<Object> sorted) {
97 if ( visited.contains(n) ) return;
98 visited.add(n);
102 DFS(target, visited, sorted);
  /external/chromium/chrome/browser/resources/ntp4/
new_tab_theme.css 3 #most-visited-settings {
13 html[bookmarkbarattached='true'] #most-visited-settings {
51 :visited,
102 /* Most Visited ***************************************************************/
104 .most-visited,
105 .most-visited > .title {
109 .most-visited:focus:not(.filler) .thumbnail-wrapper,
110 .most-visited:hover .thumbnail-wrapper {
most_visited_page.css 6 .most-visited {
10 .most-visited {
17 .most-visited:focus {
74 .most-visited:focus .edit-bar,
75 .most-visited:hover .edit-bar {
79 .most-visited:hover .edit-bar {
137 .most-visited .title {
188 .most-visited:focus:not(.filler) .thumbnail-wrapper,
189 .most-visited:hover .thumbnail-wrapper {
195 .most-visited:hover .thumbnail-wrapper
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassHierarchyTraveler.java 28 * optionally travel to the visited class, its superclass, its interfaces, and
45 * @param visitThisClass specifies whether to visit the originally visited
48 * the visited classes.
50 * the visited classes.
52 * the visited classes.
ClassCounter.java 26 * This ClassVisitor counts the number of classes that has been visited.
36 * Returns the number of classes that has been visited so far.
ExceptionCounter.java 28 * This ExceptionInfoVisitor counts the number of exceptions that has been visited.
38 * Returns the number of exceptions that has been visited so far.
MemberCounter.java 26 * This MemberVisitor counts the number of class members that have been visited.
36 * Returns the number of class members that has been visited so far.
  /external/bluetooth/glib/tests/bookmarks/
valid-02.xbel 5 <bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" added="20050930T23:05:28Z" modified="20050930T23:05:28Z" visited="20050930T23:05:28Z">
  /external/clang/www/
menu.css 37 #menu a:visited {
  /external/compiler-rt/www/
menu.css 37 #menu a:visited {
  /external/webkit/Source/WebCore/manual-tests/resources/
redraw-page-cache-visited-links-2.html 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
  /external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
tst_qwebhistoryinterface.cpp 82 * Test that visited links are properly colored. http://www.trolltech.com is marked
83 * as visited, so the below website should have exactly one element in the a:visited
89 m_view->setHtml("<html><style>:link{color:green}:visited{color:red}</style><body><a href='http://www.trolltech.com' id='vlink'>Trolltech</a></body></html>");
  /frameworks/compile/libbcc/runtime/www/
menu.css 37 #menu a:visited {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 144 HashSet<File> visited = new HashSet<File>(); local
156 visited.add(dir);
166 visited.add(dir);
176 visited.add(dir);
207 visited.add(samplesDir);
228 visited.add(siDir);
240 visited.add(new File(target.getLocation()));
247 scanMissingSystemImages(sdkManager, visited, packages, monitor);
251 scanMissingAddons(sdkManager, visited, packages, monitor);
255 scanMissingSamples(sdkManager, visited, packages, monitor);
294 scanExtrasDirectory(vendor.getAbsolutePath(), visited, packages, log); local
    [all...]
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 21 // This iterator stores the 'visited' set in an external set, which allows
27 // This iterator stores the 'visited' set in an external set, which allows
45 // store the visited set.
49 SetType Visited;
55 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
56 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {}
57 SetType &Visited;
81 this->Visited.insert(Node);
93 this->Visited.insert(Node)
    [all...]
  /external/proguard/src/proguard/classfile/instruction/visitor/
InstructionCounter.java 29 * This InstructionVisitor counts the number of instructions that has been visited.
41 * Returns the number of instructions that has been visited so far.
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.h 24 // The handler for Javascript messages related to the "most visited" view.
31 // visited part of the new tab page. The key of the dictionary is a hash of
81 // Send a request to the HistoryService to get the most visited pages.
118 // The most visited URLs, in priority order.
119 // Only used for matching up clicks on the page to which most visited entry

Completed in 897 milliseconds

1 2 3 4 5 6 7 8 91011>>