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

  /external/chromium_org/third_party/WebKit/public/web/
WebNotification.h 50 class WebNotification {
52 WebNotification() { }
53 WebNotification(const WebNotification& other) { assign(other); }
54 WebNotification& operator=(const WebNotification& other)
60 ~WebNotification() { reset(); }
63 BLINK_EXPORT void assign(const WebNotification&);
65 // Operators required to put WebNotification in an std::map. Mind that the
67 BLINK_EXPORT bool equals(const WebNotification& other) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebNotification.cpp 32 #include "public/web/WebNotification.h"
43 void WebNotification::reset()
48 void WebNotification::assign(const WebNotification& other)
53 bool WebNotification::equals(const WebNotification& other) const
58 bool WebNotification::lessThan(const WebNotification& other) const
63 WebString WebNotification::title() const
68 WebTextDirection WebNotification::direction() cons
    [all...]

Completed in 57 milliseconds