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

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistoryItem.h106 @param alternateTitle The new display title for this item.
109 - (void)setAlternateTitle:(NSString *)alternateTitle;
116 - (NSString *)alternateTitle;
H A DWebHistoryItem.mm172 - (void)setAlternateTitle:(NSString *)alternateTitle
174 core(_private)->setAlternateTitle(alternateTitle);
177 - (NSString *)alternateTitle
179 return nsStringNilIfEmpty(core(_private)->alternateTitle());
432 if (!coreItem->alternateTitle().isEmpty())
433 [dict setObject:(NSString*)coreItem->alternateTitle() forKey:displayTitleKey];
H A DHistoryPropertyList.cpp92 const String& displayTitle = item->alternateTitle();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebHistoryItem.idl103 @param alternateTitle The new display title for this item.
105 - (void)setAlternateTitle:(NSString *)alternateTitle;
113 - (NSString *)alternateTitle;
115 HRESULT alternateTitle([out, retval] BSTR* title);
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.h81 static PassRefPtr<HistoryItem> create(const String& urlString, const String& title, const String& alternateTitle, double lastVisited) argument
83 return adoptRef(new HistoryItem(urlString, title, alternateTitle, lastVisited));
109 void setAlternateTitle(const String& alternateTitle);
110 const String& alternateTitle() const;
225 HistoryItem(const String& urlString, const String& title, const String& alternateTitle, double lastVisited);
H A DHistoryItem.cpp93 HistoryItem::HistoryItem(const String& urlString, const String& title, const String& alternateTitle, double time) argument
97 , m_displayTitle(alternateTitle)
228 const String& HistoryItem::alternateTitle() const function in class:WebCore::HistoryItem
268 void HistoryItem::setAlternateTitle(const String& alternateTitle) argument
270 m_displayTitle = alternateTitle;
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebhistoryitem.cpp58 WTF::CString alternateTitle; member in struct:_WebKitWebHistoryItemPrivate
115 priv->alternateTitle = WTF::CString();
347 priv->alternateTitle = item->alternateTitle().utf8();
349 return priv->alternateTitle.data();
451 priv->alternateTitle = selfPrivate->alternateTitle;
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_history.cpp62 const char* alternateTitle; member in struct:_Ewk_History_Item
297 eina_stringshare_replace(&historyItem->alternateTitle,
298 core->alternateTitle().utf8().data());
299 return historyItem->alternateTitle;
305 if (!eina_stringshare_replace(&item->alternateTitle, title))
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistoryItem.h78 virtual HRESULT STDMETHODCALLTYPE alternateTitle(
H A DWebHistoryItem.cpp619 HRESULT STDMETHODCALLTYPE WebHistoryItem::alternateTitle( function in class:WebHistoryItem
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DProfilesPanel.js660 var alternateTitle; variable
692 alternateTitle = WebInspector.UIString("Run %d", group.length);
700 if (alternateTitle)
701 profileTreeElement.mainTitle = alternateTitle;

Completed in 186 milliseconds