Home
last modified time | relevance | path

Searched refs:WARN_UNUSED_RESULT (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium/net/test/
Dtest_server.h111 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;
Dpython_utils.h23 bool GetPythonRunTime(FilePath* path) WARN_UNUSED_RESULT;
/external/chromium/base/memory/
Dscoped_temp_dir.h32 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;
Dscoped_nsobject.h72 NST* release() WARN_UNUSED_RESULT { in release()
145 id release() WARN_UNUSED_RESULT { in release()
Dscoped_ptr.h119 C* release() WARN_UNUSED_RESULT { in release()
226 C* release() WARN_UNUSED_RESULT { in release()
343 C* release() WARN_UNUSED_RESULT { in release()
/external/chromium/chrome/browser/automation/
Dautomation_provider_json.h53 std::string* error) WARN_UNUSED_RESULT;
61 std::string* error) WARN_UNUSED_RESULT;
71 std::string* error) WARN_UNUSED_RESULT;
Dautomation_provider.h98 bool InitializeChannel(const std::string& channel_id) WARN_UNUSED_RESULT;
/external/chromium/base/
Dfile_path.h257 FilePath Append(const StringType& component) const WARN_UNUSED_RESULT;
258 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT;
267 const WARN_UNUSED_RESULT;
Dcompiler_specific.h99 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
101 #define WARN_UNUSED_RESULT macro
Dopenssl_util.h33 T* release() WARN_UNUSED_RESULT { in release()
Dbase_paths_mac.mm20 bool GetNSExecutablePath(FilePath* path) WARN_UNUSED_RESULT;
/external/chromium/base/i18n/
Drtl.h136 WARN_UNUSED_RESULT;
144 WARN_UNUSED_RESULT;
/external/chromium/chrome/browser/autofill/
Dautofill_manager.h177 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;
/external/chromium/base/files/
Dfile_path_watcher.h49 bool Watch(const FilePath& path, Delegate* delegate) WARN_UNUSED_RESULT;
79 Delegate* delegate) WARN_UNUSED_RESULT = 0;
Dfile_path_watcher_win.cc46 WARN_UNUSED_RESULT;
49 bool UpdateWatch() WARN_UNUSED_RESULT;
Dfile_path_watcher_browsertest.cc177 FilePathWatcher::Delegate* delegate) WARN_UNUSED_RESULT { in SetupWatch()
190 bool WaitForEvents() WARN_UNUSED_RESULT { in WaitForEvents()
Dfile_path_watcher_linux.cc135 bool UpdateWatches() WARN_UNUSED_RESULT;
/external/chromium/chrome/browser/policy/
Denterprise_install_attributes.h37 LockResult LockDevice(const std::string& user) WARN_UNUSED_RESULT;
/external/chromium/chrome/browser/cocoa/
Dscoped_authorizationref.h68 AuthorizationRef release() WARN_UNUSED_RESULT { in release()
/external/chromium/base/mac/
Dscoped_cftyperef.h72 CFT release() WARN_UNUSED_RESULT { in release()
/external/chromium/chrome/browser/extensions/
Disolated_app_apitest.cc23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) { in HasCookie()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_browsertest.cc231 bool Initialize(InitializationOptions options) WARN_UNUSED_RESULT { in Initialize()
/external/chromium/chrome/browser/ui/find_bar/
Dfind_bar_host_browsertest.cc213 WARN_UNUSED_RESULT;
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_browsertest.cc201 const NotificationSource& source) WARN_UNUSED_RESULT { in SendKeyAndWait()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1619616 Really add WARN_UNUSED_RESULT to leakRef
19622 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

12