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

  /external/chromium_org/chrome/browser/local_discovery/
gcd_api_flow.cc 44 GCDApiFlowRequest::GCDApiFlowRequest() {
47 GCDApiFlowRequest::~GCDApiFlowRequest() {
50 std::string GCDApiFlowRequest::GetOAuthScope() {
54 std::vector<std::string> GCDApiFlowRequest::GetExtraRequestHeaders() {
gcd_api_flow.h 70 class GCDApiFlowRequest : public GCDApiFlow::Request {
72 GCDApiFlowRequest();
73 virtual ~GCDApiFlowRequest();
75 // GCDApiFlowRequest implementation
80 DISALLOW_COPY_AND_ASSIGN(GCDApiFlowRequest);
88 // GCDApiFlowRequest implementation
cloud_device_list.h 17 class CloudDeviceList : public GCDApiFlowRequest {
gcd_registration_ticket_request.h 16 class GCDRegistrationTicketRequest : public GCDApiFlowRequest {

Completed in 91 milliseconds