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

  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 133 const base::Closure& stop_function) {
142 stop_function.Run();
155 base::Closure stop_function = local
159 TestNotificationStartAndStop(this, start_function, stop_function);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 345 scoped_refptr<api::BluetoothStopDiscoveryFunction> stop_function; local
346 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
348 stop_function.get(), "[]", browser());
355 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
357 utils::RunFunctionAndReturnError(stop_function.get(), "[]", browser());

Completed in 81 milliseconds