HomeSort by relevance Sort by last modified time
    Searched defs:Subscription (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/jingle/notifier/listener/
notification_defines.cc 16 Subscription::Subscription() {}
17 Subscription::~Subscription() {}
19 bool Subscription::Equals(const Subscription& other) const {
notification_defines.h 13 struct Subscription {
14 Subscription();
15 ~Subscription();
16 bool Equals(const Subscription& other) const;
26 typedef std::vector<Subscription> SubscriptionList;
  /external/chromium_org/base/
callback_list.h 37 // scoped_ptr<base::CallbackList<void(const Foo&)>::Subscription>
61 // // Subscription gets deleted automatically and will deregister
70 // scoped_ptr<base::CallbackList<void(const Foo&)>::Subscription>
83 class Subscription {
85 Subscription(CallbackListBase<CallbackType>* list,
91 ~Subscription() {
102 DISALLOW_COPY_AND_ASSIGN(Subscription);
106 // returned Subscription is destroyed, which must occur before the
108 scoped_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT {
110 return scoped_ptr<Subscription>(
    [all...]
  /external/chromium_org/content/public/browser/
host_zoom_map.h 95 typedef base::CallbackList<void(const ZoomLevelChange&)>::Subscription
96 Subscription;
98 virtual scoped_ptr<Subscription> AddZoomLevelChangedCallback(
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Subscription.java 17 * Represents a subscription to node for both requests and replies.
21 public class Subscription extends NodeExtension
34 * Used to constructs a subscription request to the root node with the specified
39 public Subscription(String subscriptionJid)
45 * Used to constructs a subscription request to the specified node with the specified
51 public Subscription(String subscriptionJid, String nodeId)
57 * Constructs a representation of a subscription reply to the specified node
58 * and JID. The server will have supplied the subscription id and current state.
62 * @param subscriptionId The id of this subscription
63 * @param state The current state of the subscription
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service.h 74 typedef base::CallbackList<void(void)>::Subscription Subscription;
281 scoped_ptr<Subscription> RegisterOnLoadedCallback(
    [all...]

Completed in 114 milliseconds