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

  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_apitest.cc 63 stop_function(new extensions::WebrtcLoggingPrivateStopFunction());
64 stop_function->set_extension(empty_extension.get());
65 stop_function->set_has_callback(true);
68 stop_function.get(), parameter_string, browser()));
182 stop_function(new extensions::WebrtcLoggingPrivateStopFunction());
183 stop_function->set_extension(empty_extension.get());
184 stop_function->set_has_callback(true);
187 stop_function.get(), parameter_string, browser()));
306 stop_function(new extensions::WebrtcLoggingPrivateStopRtpDumpFunction());
307 stop_function->set_extension(empty_extension.get())
    [all...]
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 134 const base::Closure& stop_function) {
143 stop_function.Run();
156 base::Closure stop_function = local
160 TestNotificationStartAndStop(this, start_function, stop_function);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 206 scoped_refptr<api::BluetoothStopDiscoveryFunction> stop_function; local
207 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
209 stop_function.get(), "[]", browser());
215 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
217 utils::RunFunctionAndReturnError(stop_function.get(), "[]", browser());

Completed in 80 milliseconds