Home | History | Annotate | Download | only in win

Lines Matching refs:complex

5871 HRESULT STDMETHODCALLTYPE WebView::setAlwaysUsesComplexTextCodePath(BOOL complex)
5873 WebCoreSetAlwaysUsesComplexTextCodePath(complex);
5878 HRESULT STDMETHODCALLTYPE WebView::alwaysUsesComplexTextCodePath(BOOL* complex)
5880 if (!complex)
5883 *complex = WebCoreAlwaysUsesComplexTextCodePath();