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

  /external/chromium_org/content/renderer/
skia_benchmarking_extension.cc 67 "chrome.skiaBenchmarking.rasterize = function(picture, params) {"
85 " native function Rasterize();"
86 " return Rasterize(picture, params);"
127 if (name->Equals(v8::String::NewFromUtf8(isolate, "Rasterize")))
128 return v8::FunctionTemplate::New(isolate, Rasterize);
139 static void Rasterize(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 96 extern const char Rasterize[];
InspectorTimelineAgent.cpp 132 const char Rasterize[] = "Rasterize";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 65 Rasterize: "Rasterize",
TimelinePresentationModel.js 82 recordStyles[recordTypes.Rasterize] = { title: WebInspector.UIString("Paint"), category: categories["painting"] };
    [all...]

Completed in 330 milliseconds