HomeSort by relevance Sort by last modified time
    Searched refs:WebviewInsertCSSFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 188 class WebviewInsertCSSFunction : public WebviewExecuteCodeFunction {
190 WebviewInsertCSSFunction();
193 virtual ~WebviewInsertCSSFunction() {}
200 DISALLOW_COPY_AND_ASSIGN(WebviewInsertCSSFunction);
webview_api.cc 332 WebviewInsertCSSFunction::WebviewInsertCSSFunction() {
335 bool WebviewInsertCSSFunction::ShouldInsertCSS() const {

Completed in 63 milliseconds