HomeSort by relevance Sort by last modified time
    Searched refs: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 65 stop_function(new extensions::WebrtcLoggingPrivateStopFunction());
66 stop_function->set_extension(empty_extension.get());
67 stop_function->set_has_callback(true);
70 stop_function.get(), parameter_string, browser()));
185 stop_function(new extensions::WebrtcLoggingPrivateStopFunction());
186 stop_function->set_extension(empty_extension.get());
187 stop_function->set_has_callback(true);
190 stop_function.get(), parameter_string, browser()));
310 stop_function(new extensions::WebrtcLoggingPrivateStopRtpDumpFunction());
311 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/extensions/browser/api/bluetooth/
bluetooth_apitest.cc 209 scoped_refptr<api::BluetoothStopDiscoveryFunction> stop_function; local
210 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
212 stop_function.get(), "[]", browser());
218 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
220 utils::RunFunctionAndReturnError(stop_function.get(), "[]", browser());

Completed in 332 milliseconds