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

  /external/webkit/Source/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...]

Completed in 189 milliseconds