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

  /external/webkit/WebCore/platform/cf/
SchedulePair.cpp 30 #include "SchedulePair.h"
34 SchedulePair::SchedulePair(CFRunLoopRef runLoop, CFStringRef mode)
41 bool SchedulePair::operator==(const SchedulePair& other) const
SchedulePair.h 46 class SchedulePair : public RefCounted<SchedulePair> {
48 static PassRefPtr<SchedulePair> create(CFRunLoopRef runLoop, CFStringRef mode) { return adoptRef(new SchedulePair(runLoop, mode)); }
51 static PassRefPtr<SchedulePair> create(NSRunLoop* runLoop, CFStringRef mode) { return adoptRef(new SchedulePair(runLoop, mode)); }
58 bool operator==(const SchedulePair& other) const;
61 SchedulePair(CFRunLoopRef, CFStringRef);
64 SchedulePair(NSRunLoop*, CFStringRef);
73 static unsigned hash(const RefPtr<SchedulePair>& pair
    [all...]
  /external/webkit/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 70 struct SchedulePair {
77 const SchedulePair* pair = static_cast<const SchedulePair*>(value);
79 SchedulePair* result = new SchedulePair;
88 const SchedulePair* pair = static_cast<const SchedulePair*>(value);
97 const SchedulePair* pairA = static_cast<const SchedulePair*>(a);
98 const SchedulePair* pairB = static_cast<const SchedulePair*>(b)
    [all...]

Completed in 46 milliseconds