Searched refs:AttributedString (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DAttributedString.mm27 #import "AttributedString.h"
35 void AttributedString::encode(IPC::ArgumentEncoder& encoder) const
43 bool AttributedString::decode(IPC::ArgumentDecoder& decoder, AttributedString& attributedString)
H A DAttributedString.h40 struct AttributedString { struct in namespace:WebKit
42 static bool decode(IPC::ArgumentDecoder&, AttributedString&);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPageProxyMac.mm32 #import "AttributedString.h"
233 void WebPageProxy::getAttributedSubstringFromRange(const EditingRange& range, AttributedString& result)
308 void WebPageProxy::attributedSubstringForCharacterRangeAsync(const EditingRange& range, std::function<void (const AttributedString&, const EditingRange&, CallbackBase::Error)> callbackFunction)
311 callbackFunction(AttributedString(), EditingRange(), CallbackBase::Error::Unknown);
320 void WebPageProxy::attributedStringForCharacterRangeCallback(const AttributedString& string, const EditingRange& actualRange, uint64_t callbackID)
445 void WebPageProxy::didPerformDictionaryLookup(const AttributedString& text, const DictionaryPopupInfo& dictionaryPopupInfo)
H A DPageClientImpl.h139 virtual void didPerformDictionaryLookup(const AttributedString&, const DictionaryPopupInfo&);
H A DPageClientImpl.mm31 #import "AttributedString.h"
532 void PageClientImpl::didPerformDictionaryLookup(const AttributedString& text, const DictionaryPopupInfo& dictionaryPopupInfo)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h99 #include "AttributedString.h"
170 struct AttributedString;
211 typedef GenericCallback<const AttributedString&, const EditingRange&> AttributedStringForCharacterRangeCallback;
494 void attributedSubstringForCharacterRangeAsync(const EditingRange&, std::function<void (const AttributedString&, const EditingRange&, CallbackBase::Error)>);
501 void getAttributedSubstringFromRange(const EditingRange&, AttributedString&);
1136 void didPerformDictionaryLookup(const AttributedString&, const DictionaryPopupInfo&);
1173 void attributedStringForCharacterRangeCallback(const AttributedString&, const EditingRange&, uint64_t);
H A DPageClient.h225 virtual void didPerformDictionaryLookup(const AttributedString&, const DictionaryPopupInfo&) = 0;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm31 #import "AttributedString.h"
341 void WebPage::getAttributedSubstringFromRange(const EditingRange& editingRange, AttributedString& result)
434 AttributedString result;
628 AttributedString attributedString;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.h169 struct AttributedString;
609 void getAttributedSubstringFromRange(const EditingRange&, AttributedString&);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWebPageProxyIOS.mm753 void WebPageProxy::didPerformDictionaryLookup(const AttributedString&, const DictionaryPopupInfo&)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm32 #import "AttributedString.h"
1704 AttributedString attributedString;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm37 #import "AttributedString.h"
1545 _data->_page->attributedSubstringForCharacterRangeAsync(nsRange, [completionHandler](const AttributedString& string, const EditingRange& actualRange, CallbackBase::Error error) {
2081 AttributedString result;

Completed in 215 milliseconds