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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp356 void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle) argument
361 target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame.domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
489 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle) argument
499 if (matchStyle)
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win_dw.cpp177 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
1710 return sset->matchStyle(fontstyle);
1719 return sset.matchStyle(fontstyle);
1840 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { function in class:SkFontStyleSet_DirectWrite
/external/skia/src/ports/
H A DSkFontHost_win_dw.cpp177 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
1710 return sset->matchStyle(fontstyle);
1719 return sset.matchStyle(fontstyle);
1840 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { function in class:SkFontStyleSet_DirectWrite

Completed in 122 milliseconds