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

  /external/chromium_org/chrome/browser/google/
google_update_win.cc 291 base::win::ScopedComPtr<IGoogleUpdate> on_demand; local
296 hr = on_demand.CreateInstance(CLSID_OnDemandUserAppsClass);
302 hr = on_demand.CreateInstance(CLSID_OnDemandMachineAppsClass);
306 reinterpret_cast<void**>(on_demand.Receive()));
328 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer);
330 hr = on_demand->Update(app_guid.c_str(), job_observer);
387 on_demand = NULL;
  /external/chromium_org/components/component_updater/
crx_update_item.h 90 bool on_demand; member in struct:component_updater::CrxUpdateItem
component_updater_service.cc 70 on_demand(false),
296 static bool IsOnDemand(CrxUpdateItem* item) { return item->on_demand; }
304 // ProcessRequestedItem() if there is an on_demand item. There
365 // Changes a component's status, clearing on_demand and firing notifications as
374 item->on_demand = false;
547 return item->on_demand && IsReady(item);
582 if (!item->on_demand &&
647 const bool is_background_download = !workitem->on_demand &&
    [all...]
update_checker.cc 55 if (item->on_demand)
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 502 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand)
517 if ((value == p_scb->call_ind) && (on_demand == FALSE))
523 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE))
531 if ((id == BTA_AG_IND_SERVICE) && (on_demand == FALSE))
538 if ((id == BTA_AG_IND_SIGNAL) && (on_demand == FALSE))
545 if ((id == BTA_AG_IND_ROAM) && (on_demand == FALSE))
552 if ((id == BTA_AG_IND_BATTCHG) && (on_demand == FALSE))
560 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE))
    [all...]

Completed in 92 milliseconds