HomeSort by relevance Sort by last modified time
    Searched refs:links_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 93 std::vector<GtkWidget*> links_; member in class:__anon3254::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/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/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:__anon3980::DomSerializerTests
204 // links, which matched links_ one by one.
    [all...]

Completed in 34 milliseconds