Searched refs:pageTitle (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebHistoryItem.idl89 HRESULT title([out, retval] BSTR* pageTitle);
H A DIWebDataSource.idl139 @method pageTitle
141 - (NSString *)pageTitle;
143 HRESULT pageTitle([out, retval] BSTR* title);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.h119 @property pageTitle
122 @property (nonatomic, readonly, copy) NSString *pageTitle; variable
H A DWebDataSource.mm579 - (NSString *)pageTitle
H A DWebView.mm6204 NSString *mainFrameTitle = [[[self mainFrame] _dataSource] pageTitle];
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DFormsWithState.xotcl15 {pageTitle ""}
32 <TITLE>[my set pageTitle]</TITLE> <BODY> \
107 HTMLPage form1/page1.html -pageTitle "First Page" -pageContent {
147 HTMLPage form1/page2.html -pageTitle "Second Page" -pageContent {
189 -pageTitle "Third Page" -pageContent {
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebDataSource.h80 virtual HRESULT STDMETHODCALLTYPE pageTitle(
H A DWebHistoryItem.cpp454 /* [retval][out] */ BSTR* pageTitle)
456 if (!pageTitle)
460 *pageTitle = str.release();
453 title( BSTR* pageTitle) argument
H A DWebHistoryItem.h70 /* [retval][out] */ BSTR *pageTitle);
H A DWebDataSource.cpp247 HRESULT STDMETHODCALLTYPE WebDataSource::pageTitle( function in class:WebDataSource
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1450 documentLoader->setTitle(StringWithDirection([dataSource pageTitle], LTR));

Completed in 231 milliseconds