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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 183 scoped_refptr<api::BluetoothRemoveProfileFunction> remove_profile_function; local
184 remove_profile_function = new api::BluetoothRemoveProfileFunction();
185 remove_profile_function->set_extension(extension.get());
186 remove_profile_function->set_has_callback(true);
188 remove_profile_function.get(), "[{\"uuid\": \"1234\"}]", browser());
191 remove_profile_function = new api::BluetoothRemoveProfileFunction();
192 remove_profile_function->set_extension(extension.get());
193 remove_profile_function->set_has_callback(true);
195 remove_profile_function.get(), "[{\"uuid\": \"5678\"}]", browser());
199 remove_profile_function = new api::BluetoothRemoveProfileFunction()
    [all...]

Completed in 61 milliseconds