HomeSort by relevance Sort by last modified time
    Searched refs:nsStringNilIfEmpty (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 156 return nsStringNilIfEmpty(core(_private)->urlString());
164 return nsStringNilIfEmpty(core(_private)->originalURLString());
170 return nsStringNilIfEmpty(core(_private)->title());
180 return nsStringNilIfEmpty(core(_private)->alternateTitle());
512 return nsStringNilIfEmpty(core(_private)->target());
528 return nsStringNilIfEmpty(core(_private)->referrer());
  /external/webkit/WebKit/mac/WebView/
WebHTMLRepresentation.mm 248 return nsStringNilIfEmpty([_private->dataSource _documentLoader]->title());
WebView.mm     [all...]
  /external/webkit/WebCore/platform/text/
PlatformString.h 323 inline NSString* nsStringNilIfEmpty(const String& str) { return str.isEmpty() ? nil : (NSString*)str; }
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 310 writeURL(m_pasteboard.get(), types, cocoaURL, nsStringNilIfEmpty(title), frame);
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm     [all...]

Completed in 684 milliseconds