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

  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm 37 my @implContent = ();
364 push(@implContent, " if (!static_cast<$className*>(thisObject)->allowsAccessFrom(exec))\n");
366 push(@implContent, " if (!allowsAccessFromFrame(exec, static_cast<$className*>(thisObject)->impl()->frame()))\n");
368 push(@implContent, " return false;\n");
    [all...]
CodeGeneratorObjC.pm 52 my @implContent = ();
    [all...]
CodeGeneratorV8.pm 37 my @implContent = ();
    [all...]

Completed in 3311 milliseconds