Home | History | Annotate | Download | only in History

Lines Matching full:self

99     WebCoreObjCFinalizeOnMainThread(self);
105 return [self initWithWebCoreHistoryItem:HistoryItem::create()];
111 return [self initWithWebCoreHistoryItem:HistoryItem::create(URLString, title, time)];
116 if (WebCoreObjCScheduleDeallocateOnMainThread([WebHistoryItem class], self))
144 WebHistoryItem *copy = (WebHistoryItem *)NSCopyObject(self, 0, zone);
185 return [[WebIconDatabase sharedIconDatabase] iconForURL:[self URLString] withSize:WebIconSmallSize];
280 return [[[self alloc] initWithURL:URL title:nil] autorelease];
296 return [self initWithWebCoreHistoryItem:HistoryItem::create(URL, target, parent, title)];
301 return [self initWithWebCoreHistoryItem:HistoryItem::create(URLString, title, displayTitle, time)];
314 self = [super init];
318 historyItemWrappers().set(core(_private), self);
319 return self;
354 self = [self initWithURLString:URLString title:title displayTitle:[dict _webkit_stringForKey:displayTitleKey] lastVisitedTimeInterval:lastVisited];
415 return self;
440 return [self initWithURLString:[URL _web_originalDataAsString] title:title lastVisitedTimeInterval:0];
656 [self performSelectorOnMainThread:_cmd withObject:notification waitUntilDone:NO];