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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGSVG.h 16 DECLARE_SVG_INFO(SVG);
SkSVGSVG.cpp 29 DEFINE_SVG_INFO(SVG)
SkSVGParser.cpp 192 if (strncmp(name, "svg", len) == 0) {
213 if (strncmp(name, "svg", len) != 0)
379 CASE_NEW(SVG);
427 {"svg", SkSVGType_SVG},
  /external/skia/src/svg/
SkSVGSVG.h 16 DECLARE_SVG_INFO(SVG);
SkSVGSVG.cpp 29 DEFINE_SVG_INFO(SVG)
SkSVGParser.cpp 192 if (strncmp(name, "svg", len) == 0) {
213 if (strncmp(name, "svg", len) != 0)
379 CASE_NEW(SVG);
427 {"svg", SkSVGType_SVG},
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.h 43 SVG,
HTMLTreeBuilderSimulator.cpp 121 currentNamespace = SVG;
137 m_namespaceStack.append(SVG);
142 if ((m_namespaceStack.last() == SVG && tokenExitsSVG(token))
165 if ((m_namespaceStack.last() == SVG && threadSafeMatch(tagName, SVGNames::svgTag))
167 || (m_namespaceStack.contains(SVG) && m_namespaceStack.last() == HTML && tokenExitsSVG(token))
  /external/chromium_org/tools/traceline/svgui/
traceline.js 8 // - properly clip the SVG elements when they render, right now we are just
29 var svgNS = 'http://www.w3.org/2000/svg';
214 // Constants for SVG rendering...
297 // This means that scrolling an SVG element doesn't really work properly
299 // [ thread names ] [ svg timeline ]
301 // We make a fake scrollbar, which doesn't actually have the SVG inside of it,
303 // scrolled we rerender the scene. This means that the SVG element is never
306 // what needs to be renderer, convert from milliseconds to SVG pixels, and then
307 // draw the update into the static SVG element... Y coordinates are still
377 // Create all of the DOM elements for the SVG scene
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 12 // SVG is one case that doesn't have a first client rect.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 196 --web Generate SVG and display
203 --svg Generate SVG to stdout
396 "svg!" => \$main::opt_svg,
673 my $tmp = TempName($main::next_tmpfile, "svg");
746 # OS X: open will use standard preference for SVG files.
944 RunWeb(TempName($main::next_tmpfile, "svg"));
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 196 --web Generate SVG and display
203 --svg Generate SVG to stdout
396 "svg!" => \$main::opt_svg,
673 my $tmp = TempName($main::next_tmpfile, "svg");
746 # OS X: open will use standard preference for SVG files.
944 RunWeb(TempName($main::next_tmpfile, "svg"));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm 500 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $implType =~ /SVG/;
511 AddToHeaderIncludes("core/svg/properties/SVGAnimatedPropertyTearOff.h");
514 AddToHeaderIncludes("core/svg/properties/SVGAnimatedListPropertyTearOff.h");
517 AddToHeaderIncludes("core/svg/properties/SVGPathSegListPropertyTearOff.h");
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 185 * A key which displays an SVG image.

Completed in 312 milliseconds