Searched refs:WARN_UNUSED_RESULT (Results 1 – 25 of 26) sorted by relevance
12
111 bool Start() WARN_UNUSED_RESULT;120 bool GetAddressList(AddressList* address_list) const WARN_UNUSED_RESULT;140 bool SetPythonPath() WARN_UNUSED_RESULT;143 bool LaunchPython(const FilePath& testserver_path) WARN_UNUSED_RESULT;146 bool WaitToStart() WARN_UNUSED_RESULT;150 bool ParseServerData(const std::string& server_data) WARN_UNUSED_RESULT;156 bool LoadTestRootCert() WARN_UNUSED_RESULT;
23 bool GetPythonRunTime(FilePath* path) WARN_UNUSED_RESULT;
32 bool CreateUniqueTempDir() WARN_UNUSED_RESULT;35 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;39 bool Set(const FilePath& path) WARN_UNUSED_RESULT;42 bool Delete() WARN_UNUSED_RESULT;
72 NST* release() WARN_UNUSED_RESULT { in release()145 id release() WARN_UNUSED_RESULT { in release()
119 C* release() WARN_UNUSED_RESULT { in release()226 C* release() WARN_UNUSED_RESULT { in release()343 C* release() WARN_UNUSED_RESULT { in release()
53 std::string* error) WARN_UNUSED_RESULT;61 std::string* error) WARN_UNUSED_RESULT;71 std::string* error) WARN_UNUSED_RESULT;
98 bool InitializeChannel(const std::string& channel_id) WARN_UNUSED_RESULT;
257 FilePath Append(const StringType& component) const WARN_UNUSED_RESULT;258 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT;267 const WARN_UNUSED_RESULT;
99 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro101 #define WARN_UNUSED_RESULT macro
33 T* release() WARN_UNUSED_RESULT { in release()
20 bool GetNSExecutablePath(FilePath* path) WARN_UNUSED_RESULT;
136 WARN_UNUSED_RESULT;144 WARN_UNUSED_RESULT;
177 AutoFillHost** host) WARN_UNUSED_RESULT;179 RenderViewHost** host) const WARN_UNUSED_RESULT;185 FormStructure** form_structure) const WARN_UNUSED_RESULT;194 AutofillField** autofill_field) WARN_UNUSED_RESULT;
49 bool Watch(const FilePath& path, Delegate* delegate) WARN_UNUSED_RESULT;79 Delegate* delegate) WARN_UNUSED_RESULT = 0;
46 WARN_UNUSED_RESULT;49 bool UpdateWatch() WARN_UNUSED_RESULT;
177 FilePathWatcher::Delegate* delegate) WARN_UNUSED_RESULT { in SetupWatch()190 bool WaitForEvents() WARN_UNUSED_RESULT { in WaitForEvents()
135 bool UpdateWatches() WARN_UNUSED_RESULT;
37 LockResult LockDevice(const std::string& user) WARN_UNUSED_RESULT;
68 AuthorizationRef release() WARN_UNUSED_RESULT { in release()
72 CFT release() WARN_UNUSED_RESULT { in release()
23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) { in HasCookie()
231 bool Initialize(InitializationOptions options) WARN_UNUSED_RESULT { in Initialize()
213 WARN_UNUSED_RESULT;
201 const NotificationSource& source) WARN_UNUSED_RESULT { in SendKeyAndWait()
19616 Really add WARN_UNUSED_RESULT to leakRef19622 Put the WARN_UNUSED_RESULT attribute at the right place.19626 Remove WARN_UNUSED_RESULT here for now, it leads to two warnings that need