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

  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 158 return nsStringNilIfEmpty(core(_private)->urlString());
166 return nsStringNilIfEmpty(core(_private)->originalURLString());
172 return nsStringNilIfEmpty(core(_private)->title());
182 return nsStringNilIfEmpty(core(_private)->alternateTitle());
508 return nsStringNilIfEmpty(core(_private)->target());
524 return nsStringNilIfEmpty(core(_private)->referrer());
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 264 return nsStringNilIfEmpty([_private->dataSource _documentLoader]->title().string());
WebView.mm     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 403 inline NSString* nsStringNilIfEmpty(const String& str) { return str.isEmpty() ? nil : (NSString*)str; }
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 326 writeURL(m_pasteboard.get(), types, cocoaURL, nsStringNilIfEmpty(title), frame);

Completed in 226 milliseconds