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

  /external/chromium_org/net/base/
address_tracker_linux.h 37 // |link_callback| when the list of online links changes.
39 const base::Closure& link_callback);
address_tracker_linux.cc 71 const base::Closure& link_callback)
73 link_callback_(link_callback),
79 DCHECK(!link_callback.is_null());
  /external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller.cc 80 base::Closure link_callback = local
85 bubble->OnLinkClicked(link_callback);

Completed in 1424 milliseconds