/external/chromium_org/chrome/browser/ui/webui/ntp/ |
most_visited_handler.h | 30 // The handler for Javascript messages related to the "most visited" view. 78 // Send a request to the HistoryService to get the most visited pages. 94 // if the Most Visited Tile Placement experiment is enabled, and the client is 103 // The most visited URLs, in priority order. 104 // Only used for matching up clicks on the page to which most visited entry 115 // Whether the user has viewed the 'most visited' pane.
|
/external/chromium_org/v8/test/cctest/ |
test-global-handles.cc | 80 visited.Add(*o); 83 List<Object*> visited; member in class:TestObjectVisitor 130 // Nothing was visited. 131 ASSERT(visitor.visited.length() == 0); 139 // The first grough should still be visited, since only one object is 154 // The first group was visited. 155 ASSERT(visitor.visited.length() == 2); 156 ASSERT(visitor.visited.Contains(*g1s1.location())); 157 ASSERT(visitor.visited.Contains(*g1s2.location())); 173 // The second group was visited [all...] |
/external/chromium_org/tools/grit/grit/testdata/ |
onebox.html | 8 a:visited,.fl:visited{color:#551a8b} 10 .t a:link,.t a:active,.t a:visited,.t{color:#000}
|
/external/chromium_org/third_party/WebKit/ManualTests/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/clang/www/ |
menu.css | 37 #menu a:visited {
|
/external/compiler-rt/www/ |
menu.css | 37 #menu a:visited {
|
/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/chromium_org/components/precache/core/proto/ |
precache.proto | 27 // The maximum rank of the user's most visited URLs to consider precaching 29 // URLs that are in the user's top 10 most visited URLs will be considered as
|
/external/chromium_org/components/visitedlink/browser/ |
visitedlink_event_listener.cc | 21 // The amount of time we wait to accumulate visited link additions. 32 // This class manages buffering and sending visited link hashes (fingerprints) 46 // Informs the renderer about a new visited link table. 65 // Once the threshold is reached, there's no need to store pending visited 75 // necessary and the visited state for all links should be reset. 81 // Sends visited link update messages: a list of links whose visited state 82 // changed or reset of visited state for all links.
|
/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/proguard/src/proguard/classfile/visitor/ |
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/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
|
most_visited_handler.cc | 42 // The number of most visited pages we show. 45 // The number of days of history we consider for most visited entries. 51 // hasn't filled up his most visited pages. 80 // We pre-emptively make a fetch for the most visited pages so we have the 92 // Register ourselves for any most-visited item blacklisting. 187 DCHECK(r) << "Missing URL in addPinnedURL from the NTP Most Visited."; 191 DCHECK(r) << "Missing title in addPinnedURL from the NTP Most Visited."; 196 << "Most Visited."; 202 << "Most Visited."; 207 DCHECK(r) << "Missing index in addPinnedURL from the NTP Most Visited." [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab_theme.css | 94 /* Most Visited ***************************************************************/ 96 .most-visited, 97 .most-visited > .title { 101 .most-visited:focus:not(.filler) .thumbnail-wrapper, 102 .most-visited:hover:not(.filler) .thumbnail-wrapper {
|
most_visited_page.js | 16 * Creates a new Most Visited object for tiling. 53 this.className = 'most-visited filler real'; 93 this.id = 'most-visited-tile-' + id; 139 // Records an app launch from the most visited page (Chrome will decide 158 * Allow blacklisting most visited site using the keyboard. 168 * The mouse has entered a Most Visited tile div. Only log the first 184 * Permanently removes a page from Most Visited. 220 * Set the size and position of the most visited tile. 238 * @return {boolean} True, since most visited pages can always be 288 * Calculates the height for a Most Visited tile for a given width. The siz [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PVisitedNetworkID.java | 40 * P-Visited-Network-ID SIP Private Header: RFC 3455. 53 * visited Network ID 102 * Set the visited network ID as a string. The value will be quoted in the header. 116 * Set the visited network ID as a token 130 * Get the visited network ID value of this header
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAOptimizer.java | 128 protected Set visited = new HashSet(); field in class:DFAOptimizer 157 visited.clear(); 172 visited.clear(); 177 visited.clear(); 186 if ( visited.contains(sI) ) { 187 return; // already visited 189 visited.add(sI); 216 if ( visited.contains(sI) ) { 217 return; // already visited 219 visited.add(sI) [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.js | 11 * Creates a new Most Visited object for tiling. 38 this.className = 'most-visited filler'; 111 * Allow blacklisting most visited site using the keyboard. 156 * Permanently removes a page from Most Visited. 165 * Set the size and position of the most visited tile. 194 * Calculates the height for a Most Visited tile for a given width. The size 223 this.classList.add('most-visited-page'); 226 this.mostVisitedTiles_ = this.getElementsByClassName('most-visited'); 256 * Array of most visited data objects.
|
/art/runtime/gc/accounting/ |
space_bitmap.cc | 175 static void WalkFieldsInOrder(SpaceBitmap* visited, SpaceBitmap::Callback* callback, mirror::Object* obj, 180 static void WalkInstanceFields(SpaceBitmap* visited, SpaceBitmap::Callback* callback, mirror::Object* obj, 186 WalkInstanceFields(visited, callback, obj, super, arg); 197 WalkFieldsInOrder(visited, callback, value, arg); 205 static void WalkFieldsInOrder(SpaceBitmap* visited, SpaceBitmap::Callback* callback, mirror::Object* obj, 208 if (visited->Test(obj)) { 213 visited->Set(obj); 216 WalkInstanceFields(visited, callback, obj, klass, arg); 227 WalkFieldsInOrder(visited, callback, value, arg); 239 WalkFieldsInOrder(visited, callback, value, arg) [all...] |
/external/llvm/include/llvm/Analysis/ |
PtrUseVisitor.h | 110 /// \brief The info collected about the pointer being visited thus far. 126 /// \brief A set of visited uses to break cycles in unreachable code. 133 /// This state is reset for each instruction visited. 136 /// \brief The use currently being visited. 140 /// being visited. 174 /// During the visit, the current Use* being visited is available to the 179 /// ordering guarantee is that an instruction is visited before any uses of it 180 /// are visited. Note that this does *not* mean before any of its users are 181 /// visited! This is because users can be visited multiple times due t [all...] |
/external/chromium_org/ppapi/generators/ |
idl_node.py | 190 def GetDeps(self, release, visited=None): 191 visited = visited or set() 202 # If we are already visited, then return 203 if self in visited: 207 visited |= set([self]) 212 deps |= child.GetDeps(release, visited) 213 visited |= set(deps) 218 deps |= typeref.GetDeps(release, visited) 262 def _GetReleaseList(self, releases, visited=None) [all...] |
/external/chromium_org/chrome/browser/resources/media/ |
webrtc_logs.css | 37 #log-list a:visited {
|
/external/chromium_org/chrome/browser/search/ |
instant_service_observer.h | 19 // Indicates that the most visited items has changed.
|