Home | History | Annotate | Download | only in WebView

Lines Matching full:firstrectforcharacterrange

5802 - (NSRect)firstRectForCharacterRange:(NSRange)theRange
5816 LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (0, 0, 0, 0)", theRange.location, theRange.length);
5830 LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (%f, %f, %f, %f)", theRange.location, theRange.length, resultRect.origin.x, resultRect.origin.y, resultRect.size.width, resultRect.size.height);