HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 126 - 150 of 387) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/installer/setup/eula/
oem_fil.html 43 <input type="submit" name="submit" value="Sumang-ayon at Patakbuhin" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Kanselahin" />
oem_fr.html 43 <input type="submit" name="submit" value="Accepter et installer" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Annuler" />
oem_hr.html 43 <input type="submit" name="submit" value="Prihvati i pokreni" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Odustani" />
oem_id.html 43 <input type="submit" name="submit" value="Setujui dan Jalankan" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Batal" />
oem_it.html 43 <input type="submit" name="submit" value="Accetta e installa" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Annulla" />
oem_lt.html 43 <input type="submit" name="submit" value="Patvirtinti ir paleisti" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="At?aukti" />
oem_lv.html 43 <input type="submit" name="submit" value="Piekrist un izpild?t" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Atcelt" />
oem_nl.html 43 <input type="submit" name="submit" value="Accepteren en uitvoeren" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Annuleren" />
oem_no.html 43 <input type="submit" name="submit" value="Godta og kj&oslash;r" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Avbryt" />
oem_pl.html 43 <input type="submit" name="submit" value="Zaakceptuj i uruchom" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Anuluj" />
oem_pt-BR.html 43 <input type="submit" name="submit" value="Aceitar e executar" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Cancelar" />
oem_pt-PT.html 43 <input type="submit" name="submit" value="Aceitar e instalar" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Cancelar" />
oem_ro.html 43 <input type="submit" name="submit" value="Accepta?i ?i rula?i" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Anula?i" />
oem_sk.html 43 <input type="submit" name="submit" value="Prija? a spusti?" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Zru?i?" />
oem_sl.html 43 <input type="submit" name="submit" value="Sprejmi in za?eni" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Prekli?i" />
oem_sv.html 43 <input type="submit" name="submit" value="Godk&auml;nn och k&ouml;r" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Avbryt" />
oem_tr.html 43 <input type="submit" name="submit" value="Kabul Et ve &Ccedil;al??t?r" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="?ptal" />
oem_vi.html 43 <input type="submit" name="submit" value="Ch?p nh?n v&agrave; Ch?y" /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Hu?" />
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Event.idl 72 attribute boolean returnValue;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
KeyOperation.h 67 ScriptObject returnValue(ExceptionState&);
  /external/chromium_org/v8/test/mjsunit/
object-define-properties.js 52 // Check that we actually get the object back as returnvalue
  /external/clang/lib/Driver/
WindowsToolChain.cpp 91 bool returnValue = false;
167 returnValue = true;
179 returnValue = true;
183 return returnValue;
  /external/v8/test/mjsunit/
object-define-properties.js 52 // Check that we actually get the object back as returnvalue
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 480 bool returnValue = true;
486 returnValue = false;
492 returnValue = false;
528 return returnValue;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 343 H264SwDecRet returnValue = H264SWDEC_STRM_PROCESSED;
421 returnValue = H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY;
426 returnValue = H264SWDEC_HDRS_RDY_BUFF_NOT_EMPTY;
435 returnValue = H264SWDEC_PIC_RDY;
437 returnValue = H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY;
446 returnValue = H264SWDEC_STRM_ERR;
451 returnValue = H264SWDEC_MEMFAIL;
463 returnValue);
467 return(returnValue);

Completed in 910 milliseconds

1 2 3 4 56 7 8 91011>>