Searched defs:SchedulePair (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/cf/
H A DSchedulePair.cpp30 #include "SchedulePair.h"
34 SchedulePair::SchedulePair(CFRunLoopRef runLoop, CFStringRef mode) function in class:WebCore::SchedulePair
41 bool SchedulePair::operator==(const SchedulePair& other) const
H A DSchedulePair.h46 class SchedulePair : public RefCounted<SchedulePair> { class in namespace:WebCore
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>
[all...]

Completed in 54 milliseconds