Lines Matching refs:protocol
35 // Sets Chrome as the default client application for the given protocol
37 static bool SetAsDefaultProtocolClient(const std::string& protocol);
40 // Chrome as the default handler for |protocol|. Returns false if the flow
43 // a FILE thread. If Chrome is already default for |protocol|, no interactive
46 const std::string& protocol);
65 // protocol of the requested url. This string may be a name or a path, but
91 // application for the given protocol and return the appropriate state.
93 IsDefaultProtocolClient(const std::string& protocol);
171 // application for a url protocol, and communicates the state and result of
197 // or application for a url protocol on Windows and Linux, and also setting
290 // for a given protocol. A different worker instance is needed for each
291 // protocol you are interested in, so to check or set the default for
296 const std::string& protocol);
298 const std::string& protocol() const { return protocol_; }
304 // Check is Chrome is the default handler for this protocol.
307 // Set Chrome as the default handler for this protocol.