/external/chromium_org/chrome/renderer/searchbox/ |
searchbox.h | 43 // Generates the favicon URL of the most visited item specified by the 55 // Generates the thumbnail URL of the most visited item specified by the 65 // Returns the latest most visited items sent by the browser. 138 // Returns the URL of the Most Visited item specified by the |item_id|.
|
/external/chromium_org/components/visitedlink/browser/ |
visitedlink_delegate.h | 39 // Delegate class is responsible for persisting the list of visited URLs
|
/external/chromium_org/components/visitedlink/common/ |
visitedlink_messages.h | 15 // History system notification that the visited link database has been
|
/external/chromium_org/ppapi/c/documentation/ |
stylesheet.css | 16 A.qindex:visited { 33 A.qindexHL:visited { 46 A.code:visited { 52 A.codeRef:visited {
|
/external/chromium_org/ppapi/cpp/documentation/ |
stylesheet.css | 16 A.qindex:visited { 33 A.qindexHL:visited { 46 A.code:visited { 52 A.codeRef:visited {
|
/external/chromium_org/ppapi/generators/ |
idl_visitor.py | 24 # Return TRUE if the node should be visited
|
/external/chromium_org/third_party/angle/src/compiler/depgraph/ |
DependencyGraphTraverse.cpp | 9 // These methods do a breadth-first traversal through the graph and mark visited nodes.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.h | 138 int visited; member in class:nv50_ir::Graph::Node 196 if (visited == v) 198 visited = v; 204 return visited;
|
/external/chromium_org/tools/grit/grit/testdata/ |
browser.html | 8 A:visited { COLOR: #551a8b}
|
/external/llvm/lib/Transforms/Scalar/ |
LoopInstSimplify.cpp | 83 SmallPtrSet<BasicBlock*, 32> Visited; 91 Visited.clear(); 137 if (!Visited.insert(SuccBB)) 150 if (LI->getLoopFor(ExitBB) == L && Visited.insert(ExitBB))
|
/external/llvm/test/Transforms/GVN/ |
2008-12-15-CacheVisited.ll | 2 ; Cached results must be added to and verified against the visited sets.
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.h | 138 int visited; member in class:nv50_ir::Graph::Node 196 if (visited == v) 198 visited = v; 204 return visited;
|
/external/proguard/src/proguard/classfile/visitor/ |
SubclassTraveler.java | 28 * travel to direct subclasses of the visited class.
|
/external/chromium/testing/gtest/test/ |
gtest-typed-test_test.cc | 98 // Static members of the fixture class template can be visited via 102 // Typedefs in the fixture class template can be visited via the 110 // Non-static members of the fixture class must be visited via 118 // Static members of the fixture class template can also be visited 243 // Static members of the fixture class template can be visited via 247 // Non-static members of the fixture class must be visited via 255 // Static members of the fixture class template can also be visited
|
/external/chromium_org/chrome/browser/ui/gtk/ |
global_history_menu.cc | 40 // The maximum number of most visited items to display. 159 const history::MostVisitedURL& visited = visited_list[i]; local 160 if (visited.url.spec().empty()) 161 break; // This is the signal that there are no more real visited sites. 164 item->title = visited.title; 165 item->url = visited.url; 296 // on the number of "Most Visited" items.
|
/external/chromium_org/testing/gtest/test/ |
gtest-typed-test_test.cc | 98 // Static members of the fixture class template can be visited via 102 // Typedefs in the fixture class template can be visited via the 110 // Non-static members of the fixture class must be visited via 118 // Static members of the fixture class template can also be visited 243 // Static members of the fixture class template can be visited via 247 // Non-static members of the fixture class must be visited via 255 // Static members of the fixture class template can also be visited
|
/external/gtest/test/ |
gtest-typed-test_test.cc | 98 // Static members of the fixture class template can be visited via 102 // Typedefs in the fixture class template can be visited via the 110 // Non-static members of the fixture class must be visited via 118 // Static members of the fixture class template can also be visited 243 // Static members of the fixture class template can be visited via 247 // Non-static members of the fixture class must be visited via 255 // Static members of the fixture class template can also be visited
|
/external/protobuf/gtest/test/ |
gtest-typed-test_test.cc | 98 // Static members of the fixture class template can be visited via 102 // Typedefs in the fixture class template can be visited via the 110 // Non-static members of the fixture class must be visited via 118 // Static members of the fixture class template can also be visited 243 // Static members of the fixture class template can be visited via 247 // Non-static members of the fixture class must be visited via 255 // Static members of the fixture class template can also be visited
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-typed-test_test.cc | 98 // Static members of the fixture class template can be visited via 102 // Typedefs in the fixture class template can be visited via the 110 // Non-static members of the fixture class must be visited via 118 // Static members of the fixture class template can also be visited 243 // Static members of the fixture class template can be visited via 247 // Non-static members of the fixture class must be visited via 255 // Static members of the fixture class template can also be visited
|
/external/openfst/src/include/fst/ |
prune.h | 131 vector<bool> visited(ns, false); 150 visited[s] = true; 169 if (visited[arc.nextstate]) continue; 181 for (size_t i = 0; i < visited.size(); ++i) 182 if (!visited[i]) dead.push_back(i); 254 vector<bool> visited; local 268 visited.push_back(false); 276 visited[s] = true; 305 visited.push_back(false); 307 if (visited[arc.nextstate]) continue [all...] |
/external/chromium_org/chrome/browser/ |
jumplist_win.h | 105 // * Retrieving "Most Visited" pages from HistoryService; 140 // This function sends a query that retrieves "Most Visited" pages to 183 // A callback function for HistoryService that notify when the "Most Visited" 197 // Visited" list is available. This function updates the ShellLinkItemList 235 // Items in the "Most Visited" category of the application JumpList,
|
/external/chromium_org/v8/test/webkit/fast/js/ |
JSON-parse-reviver.js | 72 debug("Ensure that we visited a value that we have deleted, and that deletion is reflected while filtering."); 90 testPassed("Ensured that property was visited despite Array length being reduced."); 97 testFailed("Visited unexpected property " + i + " with value " + v); 153 debug("Ensure that we visited a value that we have deleted, and that deletion is reflected while filtering."); 163 testFailed("Visited unexpected property " + i + " with value " + v);
|
/external/llvm/include/llvm/Analysis/ |
LoopIterator.h | 50 /// preorder visited by DFS. It's postorder number is initially zero and set 83 /// Return true if this block has been preorder visited. 95 assert(I != PostNumbers.end() && "block not visited by DFS"); 149 /// is contained in the loop and has not been visited, then mark it preorder 150 /// visited and return true.
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 291 getInliningModeForFunction(const Decl *D, SetOfConstDecls Visited); 294 /// use it to define the order in which the functions should be visited. 393 SetOfConstDecls Visited, 408 // Otherwise, if we visited the function before, do not reanalyze it. 409 return Visited.count(D); 414 SetOfConstDecls Visited) { 418 if (Visited.count(D)) { 441 // the previously processed functions. Use external Visited set to identify 445 SetOfConstDecls Visited; 461 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel) [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 204 UNVISITED_INTRANET, // An intranet site that has never been visited. 236 // corresponds to some intranet URL where the user has previously visited the 249 // are prefixes of the best match (if they've been visited enough, compared to 251 // been visited before: if the user visited http://example.com/asdf once, 260 // Removes results that have been rarely typed or visited, and not any time 314 // shorter suggestions even when they haven't been visited before: 315 // if the user visited http://example.com/asdf once, we'll suggest 321 // URL-what-you-typed was visited before or not. If false, the only
|