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

  /external/webkit/WebCore/svg/
SVGAngle.cpp 82 bool bOK;
83 m_valueInSpecifiedUnits = m_valueAsString.toFloat(&bOK);
86 if (!bOK) {
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 675 const int bOK = 2;
713 } while ( item != bCancel && item != bOK && err != noErr);
    [all...]

Completed in 253 milliseconds