/external/marisa-trie/lib/marisa/ |
trie.h | 200 IntVector links_; member in class:marisa::Trie
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie.h | 200 IntVector links_; member in class:marisa_alpha::Trie
|
/external/chromium/chrome/browser/sync/engine/ |
change_reorder_buffer.cc | 68 // If the link exists in the LinkSet |links_|, we don't need to search 70 if (links_.find(link) != links_.end()) 73 // Otherwise, extend |links_|, and repeat on the parent. 74 links_.insert(link); 89 return links_.upper_bound( 103 // will be the solitary member, and |links_| will be empty. 107 // given the parent handle, which is used for top-down traversal. |links_| 111 LinkSet links_; member in class:sync_api::ChangeReorderBuffer::Traversal
|
/external/chromium/chrome/browser/ui/gtk/ |
page_info_bubble_gtk.cc | 93 std::vector<GtkWidget*> links_; member in class:__anon2356::PageInfoBubbleGtk 154 for (std::vector<GtkWidget*>::iterator it = links_.begin(); 155 it != links_.end(); ++it) { 186 links_.clear(); 201 links_.push_back(help_link); 254 links_.push_back(view_cert_link);
|
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 69 // If the link exists in the LinkSet |links_|, we don't need to search 71 if (links_.find(link) != links_.end()) 74 // Otherwise, extend |links_|, and repeat on the parent. 75 links_.insert(link); 90 return links_.upper_bound( 104 // will be the solitary member, and |links_| will be empty. 108 // given the parent handle, which is used for top-down traversal. |links_| 112 LinkSet links_; member in class:syncer::ChangeReorderBuffer::Traversal
|
/external/chromium/webkit/glue/ |
dom_serializer_unittest.cc | 175 // Add input file URl to links_. 176 links_.assign(&page_url,1); 185 links_, 201 // The links_ contain dummy original URLs of all saved links. 202 WebVector<WebURL> links_; member in class:__anon3082::DomSerializerTests 204 // links, which matched links_ one by one. [all...] |
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser.h | 283 const ScopedVector<Link>& links() const { return links_; } 293 void set_links(ScopedVector<Link> links) { links_ = links.Pass(); } 303 ScopedVector<Link> links_; member in class:google_apis::AppIcon 329 const ScopedVector<Link>& links() const { return links_; } 330 ScopedVector<Link>* mutable_links() { return &links_; } 340 links_ = links.Pass(); 358 ScopedVector<Link> links_; member in class:google_apis::CommonMetadata 734 const ScopedVector<Link>& links() const { return links_; } 778 links_ = links.Pass(); 798 ScopedVector<Link> links_; member in class:google_apis::InstalledApp [all...] |