Searched refs:ShouldSendUpdate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc39 virtual bool ShouldSendUpdate(const content::Geoposition&) const = 0;
60 virtual bool ShouldSendUpdate(const content::Geoposition& position) const
120 virtual bool ShouldSendUpdate(const content::Geoposition&) const OVERRIDE {
160 bool ShouldSendUpdate(const content::Geoposition& position);
221 if (ShouldSendUpdate(position)) {
228 bool LocationRequest::ShouldSendUpdate(const content::Geoposition& position) { function in class:extensions::LocationRequest
232 if (!((*it)->ShouldSendUpdate(position))) {

Completed in 99 milliseconds