HomeSort by relevance Sort by last modified time
    Searched full:attr_string (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.mm 24 NSAttributedString* attr_string =
27 if (!attr_string) {
47 NSDictionary* attrs = [attr_string attributesAtIndex:0 effectiveRange:nil];
54 [target_view_->cocoa_view() showDefinitionForAttributedString:attr_string
  /external/chromium_org/ui/gfx/
render_text_mac.h 71 // Applies RenderText styles to |attr_string| with the given |ct_font|.
72 void ApplyStyles(CFMutableAttributedStringRef attr_string, CTFontRef ct_font);
render_text_mac.cc 196 void RenderTextMac::ApplyStyles(CFMutableAttributedStringRef attr_string,
215 CFAttributedStringSetAttribute(attr_string, range,
223 CFAttributedStringSetAttribute(attr_string, range,
236 CFAttributedStringSetAttribute(attr_string, range, kCTFontAttributeName,
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 278 const std::string attr_string = ToCppString(env, attr_name); local
279 ProgramVar program_var = program->GetAttribute(attr_string);
310 const std::string attr_string = ToCppString(env, attr_name); local
311 ProgramVar program_var = program->GetAttribute(attr_string);
  /frameworks/base/services/core/java/com/android/server/tv/
PersistentDataStore.java 237 private static final String ATTR_STRING = "string";
263 String ratingString = parser.getAttributeValue(null, ATTR_STRING);
266 "Missing " + ATTR_STRING + " attribute on " + TAG_RATING);
281 serializer.attribute(null, ATTR_STRING, rating.flattenToString());
  /external/chromium_org/chrome/browser/ui/cocoa/
javascript_app_modal_dialog_cocoa.mm 355 base::scoped_nsobject<NSAttributedString> attr_string(
359 [message_text_field setAttributedStringValue:attr_string];
374 base::scoped_nsobject<NSAttributedString> attr_string(
378 [informative_text_field setAttributedStringValue:attr_string];
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 655 * string_ref (via attr_string). We must release those before resizing buffer. */
691 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault, local
693 if (unlikely (!attr_string))
695 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
698 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
716 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
720 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
737 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start),
746 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start),
761 CTTypesetterRef typesetter = CTTypesetterCreateWithAttributedStringAndOptions (attr_string, options)
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 629 CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (NULL, chars_len); local
630 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
631 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len),
661 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start),
670 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start - 1),
678 CTLineRef line = CTLineCreateWithAttributedString (attr_string);
679 CFRelease (attr_string);
    [all...]
  /external/tcpdump/
print-radius.c 836 const char *attr_string; local
845 attr_string = attr_type[rad_attr->type].name;
847 attr_string = "Unknown";
851 attr_string,
859 attr_string,
865 attr_string,
    [all...]

Completed in 1795 milliseconds