Searched defs:matchStyle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp310 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
483 return sset->matchStyle(fontstyle);
492 return sset.matchStyle(fontstyle);
694 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { function in class:SkFontStyleSet_DirectWrite
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp310 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
483 return sset->matchStyle(fontstyle);
492 return sset.matchStyle(fontstyle);
694 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { function in class:SkFontStyleSet_DirectWrite
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp353 void Editor::pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle) argument
358 target->dispatchEvent(TextEvent::createForFragmentPaste(frame().domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
504 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle) argument
514 if (matchStyle)

Completed in 35 milliseconds