HomeSort by relevance Sort by last modified time
    Searched full:textstorage (Results 1 - 12 of 12) sorted by null

  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 56 NSTextStorage *textStorage;
146 obj->textStorage = [[NSTextStorage alloc] initWithString:@""];
148 [obj->textStorage addLayoutManager:obj->layoutManager];
153 obj->selectedRange.location = [obj->textStorage length];
163 [obj->textStorage release];
322 if (obj->selectedRange.location < [obj->textStorage length]) {
341 [obj->textStorage replaceCharactersInRange:range withString:string];
  /external/chromium/chrome/browser/ui/cocoa/
about_window_controller_unittest.mm 75 [[about_window_controller_ legalText] textStorage];
about_window_controller.mm 165 [[legalText_ textStorage] setAttributedString:[[self class] legalTextBlock]];
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.mm 415 NSTextStorage* textStorage = [self textStorage];
416 DCHECK(textStorage);
417 [textStorage setAttributedString:aString];
autocomplete_text_field_editor_unittest.mm 224 ASSERT_EQ([[editor_ textStorage] length], 0U);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 117 NSString *text = [[_inputTextView textStorage] string];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKTextInputWindowController.mm 111 NSString *text = [[_inputTextView textStorage] string];
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.mm 222 [[label_.get() textStorage] setAttributedString:attributedString];
341 [[label_.get() textStorage] setAttributedString:infoText];
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.mm 442 [[editor textStorage] length] - suggest_text_length_)
522 NSTextStorage* storage = [editor textStorage];
    [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog-2007-10-14     [all...]
ChangeLog-2010-01-29     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 175 milliseconds