Home | History | Annotate | Download | only in WebView

Lines Matching refs:decl

5209     DOMCSSStyleDeclaration *decl = [[[self _selectedOrMainFrame] DOMDocument] createCSSStyleDeclaration];
5210 [decl setCssText:text];
5211 return decl;