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

  /external/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 117 this->onLabelChange(fLabel.c_str(), tmp.c_str());
126 this->onLabelChange(fLabel.c_str(), label.c_str());
160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[])
262 virtual void onLabelChange(const char oldLabel[], const char newLabel[])
264 this->INHERITED::onLabelChange(oldLabel, newLabel);
  /external/skia/src/views/animated/
SkWidgetViews.cpp 117 this->onLabelChange(fLabel.c_str(), tmp.c_str());
126 this->onLabelChange(fLabel.c_str(), label.c_str());
160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[])
262 virtual void onLabelChange(const char oldLabel[], const char newLabel[])
264 this->INHERITED::onLabelChange(oldLabel, newLabel);

Completed in 41 milliseconds