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

/external/webkit/Source/WebKit2/Shared/mac/
H A DAttributedString.mm27 #import "AttributedString.h"
35 void AttributedString::encode(CoreIPC::ArgumentEncoder* encoder) const
43 bool AttributedString::decode(CoreIPC::ArgumentDecoder* decoder, AttributedString& attributedString)
H A DAttributedString.h40 struct AttributedString { struct in namespace:WebKit
42 static bool decode(CoreIPC::ArgumentDecoder*, AttributedString&);
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DAttributedCharacterIteratorTest.java21 import java.text.AttributedString;
31 AttributedString attrString = new AttributedString(test);
51 AttributedString attrString = new AttributedString(test);
67 AttributedString attrString = new AttributedString(test);
77 AttributedString attrString = new AttributedString(test);
87 AttributedString attrStrin
[all...]
H A DAttributedStringTest.java20 import java.text.AttributedString;
30 * @tests java.text.AttributedString#AttributedString(java.lang.String)
34 AttributedString attrString = new AttributedString(test);
45 * @tests java.text.AttributedString#AttributedString(AttributedCharacterIterator)
49 assertNotNull(new AttributedString(new testAttributedCharacterIterator()));
52 * @tests java.text.AttributedString#AttributedString(AttributedCharacterIterato
[all...]
H A DBidiTest.java20 import java.text.AttributedString;
977 AttributedString paragraph = new AttributedString("text");
/external/chromium/base/mac/
H A Dmac_util.h160 CF_TO_NS_MUTABLE_CAST_DECL(AttributedString); variable
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPageProxyMac.mm29 #import "AttributedString.h"
171 void WebPageProxy::getAttributedSubstringFromRange(uint64_t location, uint64_t length, AttributedString& result)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h108 struct AttributedString;
329 void getAttributedSubstringFromRange(uint64_t location, uint64_t length, AttributedString&);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h98 struct AttributedString;
264 void getAttributedSubstringFromRange(uint64_t location, uint64_t length, AttributedString&);
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm30 #import "AttributedString.h"
306 void WebPage::getAttributedSubstringFromRange(uint64_t location, uint64_t length, AttributedString& result)
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm29 #import "AttributedString.h"
1440 AttributedString result;

Completed in 639 milliseconds