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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 72 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser*) {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 72 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser*) {
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 140 /** \class Chooser
145 class Chooser : public SkRefCnt {
147 SK_DECLARE_INST_COUNT(Chooser)
159 Chooser* getChooser() const { return fChooser; }
160 Chooser* setChooser(Chooser*);
419 Chooser* fChooser;
  /external/skia/include/core/
SkImageDecoder.h 139 /** \class Chooser
144 class Chooser : public SkRefCnt {
146 SK_DECLARE_INST_COUNT(Chooser)
158 Chooser* getChooser() const { return fChooser; }
159 Chooser* setChooser(Chooser*);
484 Chooser* fChooser;
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-2.js 38 " return function Chooser() {\n" +
53 // We patch innermost function "Chooser".
54 // However, this does not actually patch existing "Chooser" instances,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 101 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
102 SkRefCnt_SafeAssign(fChooser, chooser);
103 return chooser;
120 // TODO: change Chooser virtual to take colorType, so we can stop calling SkColorTypeToBitmapConfig
123 Chooser* chooser = fChooser; local
125 if (NULL == chooser) { // no chooser, we just say YES to decoding :
    [all...]
SkImageDecoder_libico.cpp 99 Chooser* chooser = this->getChooser(); local
100 //FIXME:if no chooser, consider providing the largest color image
102 if (NULL == chooser) {
105 chooser->begin(count);
134 chooser->inspect(i, c, width, height);
136 choice = chooser->choose();
139 //you never know what the chooser is going to supply
  /external/skia/src/images/
SkImageDecoder.cpp 107 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) {
108 SkRefCnt_SafeAssign(fChooser, chooser);
109 return chooser;
126 // TODO: change Chooser virtual to take colorType, so we can stop calling SkColorTypeToBitmapConfig
129 Chooser* chooser = fChooser; local
131 if (NULL == chooser) { // no chooser, we just say YES to decoding :
    [all...]
SkImageDecoder_libico.cpp 102 Chooser* chooser = this->getChooser(); local
103 //FIXME:if no chooser, consider providing the largest color image
105 if (NULL == chooser) {
108 chooser->begin(count);
137 chooser->inspect(i, c, width, height);
139 choice = chooser->choose();
142 //you never know what the chooser is going to supply
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 865 milliseconds