Lines Matching full:title
48 @method initWithURLString:title:lastVisitedTimeInterval:
50 @param title The title to use for the item. This is normally the <title> of a page.
57 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title lastVisitedTimeInterval:(NSTimeInterval)time;
59 HRESULT initWithURLString([in] BSTR urlString, [in] BSTR title, [in] DATE lastVisited);
82 @method title
83 @abstract The title of the page represented by this item.
84 @discussion This title cannot be changed by the client. This value
85 is normally set by the WebKit when a page title for the item is received.
86 @result The title of this item.
87 - (NSString *)title;
89 HRESULT title([out, retval] BSTR* pageTitle);
103 @param alternateTitle The new display title for this item.
104 @abstract A title that may be used by the client to display this item.
107 HRESULT setAlternateTitle([in] BSTR title);
110 @method title
111 @abstract A title that may be used by the client to display this item.
112 @result The alternate title for this item.
115 HRESULT alternateTitle([out, retval] BSTR* title);