HomeSort by relevance Sort by last modified time
    Searched refs:Refresh (Results 126 - 141 of 141) sorted by null

1 2 3 4 56

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 303 encParams->Refresh = encOption->numIntraMB;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc     [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 526 self._driver.Refresh()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h     [all...]
dbdaoint.h 204 STDMETHOD(Refresh) (THIS) PURE;
    [all...]
mqoai.h 638 virtual HRESULT WINAPI Refresh(void) = 0;
679 HRESULT (WINAPI *Refresh)(IMSMQQueueInfo *This);
    [all...]
shobjidl.h     [all...]
wbemdisp.h     [all...]
comsvcs.h     [all...]
rtccore.h     [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 778 mov al, #0x01 ;; High Refresh 75Hz
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 348 // Note: No refresh, as no update is expected.
489 // Note: no refresh here.
508 // Note: no refresh here.
520 TEST_F(PersonalDataManagerTest, Refresh) {
555 personal_data_->Refresh();
571 // Before telling the PDM to refresh, simulate an edit to one of the deleted
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 193 'Fallback to force-refresh');
197 // Invokes force refresh if the detailed information isn't provided.
283 * @param {boolean} refresh True to refresh metadata, or false to use cached
286 DirectoryModel.prototype.rescanSoon = function(refresh) {
287 this.scheduleRescan(SHORT_RESCAN_INTERVAL, refresh);
293 * @param {boolean} refresh True to refresh metadata, or false to use cached
296 DirectoryModel.prototype.rescanLater = function(refresh) {
297 this.scheduleRescan(SIMULTANEOUS_RESCAN_INTERVAL, refresh);
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js 43 if(27==a)return"Escape";if(112==a)return cvox.ChromeVox.isChromeOS?"Back":"F1";if(113==a)return cvox.ChromeVox.isChromeOS?"Forward":"F2";if(114==a)return cvox.ChromeVox.isChromeOS?"Refresh":"F3";if(115==a)return cvox.ChromeVox.isChromeOS?"Toggle full screen":"F4";if(116==a)return"F5";if(117==a)return"F6";if(118==a)return"F7";if(119==a)return"F8";if(120==a)return"F9";if(121==a)return"F10";if(122==a)return"F11";if(123==a)return"F12";if(186==a)return"Semicolon";if(187==a)return"Equal sign";if(188==a)return"Comma";
    [all...]

Completed in 1189 milliseconds

1 2 3 4 56