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

  /external/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 225 static const char gCheckStateSlotName[] = "sk-checkbutton-check-slot";
231 evt->setS32(gCheckStateSlotName, this->getCheckState());
239 if (evt.findS32(gCheckStateSlotName, &state32))
  /external/skia/src/views/animated/
SkWidgetViews.cpp 225 static const char gCheckStateSlotName[] = "sk-checkbutton-check-slot";
231 evt->setS32(gCheckStateSlotName, this->getCheckState());
239 if (evt.findS32(gCheckStateSlotName, &state32))

Completed in 42 milliseconds