Searched refs:otherMode (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/cf/
H A DSchedulePair.cpp46 CFStringRef otherMode = other.mode(); local
47 if (!thisMode || !otherMode)
48 return thisMode == otherMode;
49 return CFEqual(thisMode, otherMode);

Completed in 136 milliseconds