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

  /external/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc 194 AsyncMockGeolocationObserver first_observer; local
197 base::Unretained(&first_observer));
198 EXPECT_CALL(first_observer, OnLocationUpdate(GeopositionEq(first_position)));
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 582 Observer* first_observer = it.GetNext(); local
583 if (first_observer) {
584 first_observer->PreferenceUpdateNeeded(this,
    [all...]

Completed in 87 milliseconds