Home | History | Annotate | Download | only in WebView

Lines Matching refs:LOG

1240         LOG(View, "A view of class %s was added during subview enumeration for layout or printing mode change. This view might paint without first receiving layout.", object_getClassName([subview class]));
1248 LOG(View, "A view of class %s was removed during subview enumeration for layout or printing mode change. We will still do layout or the printing mode change even though this view is no longer in the view hierarchy.", object_getClassName([subview class]));
2999 LOG(Timing, "%s apply style seconds = %f", [self URL], thisTime);
3018 LOG(View, "%@ doing layout", self);
3036 LOG(Timing, "%s layout seconds = %f", [self URL], thisTime);
3133 LOG(View, "%@ setNeedsDisplay:%@", self, flag ? @"YES" : @"NO");
3139 LOG(View, "%@ setNeedsLayout:%@", self, flag ? @"YES" : @"NO");
3152 LOG(View, "%@ setNeedsToApplyStyles:%@", self, flag ? @"YES" : @"NO");
3199 LOG(View, "%@ drawing", self);
3222 LOG(Timing, "%s draw seconds = %f", widget->part()->baseURL().URL().latin1(), thisTime);
4424 NSExpansionAttributeName /* float; log of expansion factor to be applied to glyphs, default 0: no expansion */
5540 LOG(TextInput, "validAttributesForMarkedText -> (...)");
5552 LOG(TextInput, "textStorage -> nil");
5557 LOG(TextInput, "textStorage -> \"%@\"", result ? [result string] : @"");
5574 LOG(TextInput, "characterIndexForPoint:(%f, %f) -> NSNotFound", thePoint.x, thePoint.y);
5579 LOG(TextInput, "characterIndexForPoint:(%f, %f) -> %u", thePoint.x, thePoint.y, result);
5595 LOG(TextInput, "firstRectForCharacterRange:(%u, %u) -> (0, 0, 0, 0)", theRange.location, theRange.length);
5609 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);
5616 LOG(TextInput, "selectedRange -> (NSNotFound, 0)");
5621 LOG(TextInput, "selectedRange -> (%u, %u)", result.location, result.length);
5633 LOG(TextInput, "markedRange -> (%u, %u)", result.location, result.length);
5642 LOG(TextInput, "attributedSubstringFromRange:(%u, %u) -> nil", nsRange.location, nsRange.length);
5647 LOG(TextInput, "attributedSubstringFromRange:(%u, %u) -> nil", nsRange.location, nsRange.length);
5661 LOG(TextInput, "attributedSubstringFromRange:(%u, %u) -> \"%@\"", nsRange.location, nsRange.length, [result string]);
5682 LOG(TextInput, "hasMarkedText -> %u", result);
5688 LOG(TextInput, "unmarkText");
5727 LOG(TextInput, "setMarkedText:\"%@\" selectedRange:(%u, %u)", isAttributedString ? [string string] : string, newSelRange.location, newSelRange.length);
5751 LOG(TextInput, " ReplacementRange: %@", rangeString);
5766 LOG(TextInput, "doCommandBySelector:\"%s\"", sel_getName(selector));
5826 LOG(TextInput, "insertText:\"%@\"", isAttributedString ? [string string] : string);
5844 LOG(TextInput, " ReplacementRange: %@", rangeString);
6017 LOG(Timing, "creating attributed string from selection took %f seconds.", duration);