Searched refs:WARN_UNUSED_RESULT (Results 1 - 23 of 23) sorted by relevance

/external/chromium/base/memory/
H A Dscoped_temp_dir.h32 bool CreateUniqueTempDir() WARN_UNUSED_RESULT; member in class:ScopedTempDir
35 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT; member in class:ScopedTempDir
39 bool Set(const FilePath& path) WARN_UNUSED_RESULT; member in class:ScopedTempDir
42 bool Delete() WARN_UNUSED_RESULT; member in class:ScopedTempDir
H A Dscoped_nsobject.h72 NST* release() WARN_UNUSED_RESULT {
145 id release() WARN_UNUSED_RESULT {
H A Dscoped_ptr.h119 C* release() WARN_UNUSED_RESULT {
226 C* release() WARN_UNUSED_RESULT {
343 C* release() WARN_UNUSED_RESULT {
/external/chromium/net/test/
H A Dpython_utils.h23 bool GetPythonRunTime(FilePath* path) WARN_UNUSED_RESULT;
H A Dtest_server.h111 bool Start() WARN_UNUSED_RESULT; member in class:net::TestServer
120 bool GetAddressList(AddressList* address_list) const WARN_UNUSED_RESULT; member in class:net::TestServer
140 bool SetPythonPath() WARN_UNUSED_RESULT; member in class:net::TestServer
143 bool LaunchPython(const FilePath& testserver_path) WARN_UNUSED_RESULT; member in class:net::TestServer
146 bool WaitToStart() WARN_UNUSED_RESULT; member in class:net::TestServer
150 bool ParseServerData(const std::string& server_data) WARN_UNUSED_RESULT; member in class:net::TestServer
156 bool LoadTestRootCert() WARN_UNUSED_RESULT; member in class:net::TestServer
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_json.h53 std::string* error) WARN_UNUSED_RESULT;
61 std::string* error) WARN_UNUSED_RESULT;
71 std::string* error) WARN_UNUSED_RESULT;
H A Dautomation_provider.h98 bool InitializeChannel(const std::string& channel_id) WARN_UNUSED_RESULT; member in class:AutomationProvider
/external/chromium/chrome/browser/policy/
H A Denterprise_install_attributes.h37 LockResult LockDevice(const std::string& user) WARN_UNUSED_RESULT; member in class:policy::EnterpriseInstallAttributes
/external/chromium/base/
H A Dcompiler_specific.h97 // int foo() WARN_UNUSED_RESULT;
99 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
101 #define WARN_UNUSED_RESULT macro
H A Dfile_path.h257 FilePath Append(const StringType& component) const WARN_UNUSED_RESULT; member in class:FilePath
258 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT; member in class:FilePath
267 const WARN_UNUSED_RESULT; member in class:FilePath
H A Dopenssl_util.h33 T* release() WARN_UNUSED_RESULT {
/external/chromium/base/files/
H A Dfile_path_watcher.h49 bool Watch(const FilePath& path, Delegate* delegate) WARN_UNUSED_RESULT; member in class:base::files::FilePathWatcher
79 Delegate* delegate) WARN_UNUSED_RESULT = 0; member in class:base::files::FilePathWatcher::PlatformDelegate
H A Dfile_path_watcher_win.cc46 WARN_UNUSED_RESULT; member in class:base::files::__anon1510::FilePathWatcherImpl
49 bool UpdateWatch() WARN_UNUSED_RESULT; member in class:base::files::__anon1510::FilePathWatcherImpl
H A Dfile_path_watcher_browsertest.cc177 FilePathWatcher::Delegate* delegate) WARN_UNUSED_RESULT {
190 bool WaitForEvents() WARN_UNUSED_RESULT {
H A Dfile_path_watcher_linux.cc135 bool UpdateWatches() WARN_UNUSED_RESULT; member in class:base::files::__anon1507::FilePathWatcherImpl
/external/chromium/base/i18n/
H A Drtl.h136 WARN_UNUSED_RESULT; member in namespace:base::i18n
144 WARN_UNUSED_RESULT; member in namespace:base::i18n
/external/chromium/base/mac/
H A Dscoped_cftyperef.h72 CFT release() WARN_UNUSED_RESULT {
/external/chromium/chrome/browser/cocoa/
H A Dscoped_authorizationref.h68 AuthorizationRef release() WARN_UNUSED_RESULT {
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.h177 AutoFillHost** host) WARN_UNUSED_RESULT; member in class:AutofillManager
179 RenderViewHost** host) const WARN_UNUSED_RESULT;
185 FormStructure** form_structure) const WARN_UNUSED_RESULT; member in class:AutofillManager
194 AutofillField** autofill_field) WARN_UNUSED_RESULT; member in class:AutofillManager
/external/chromium/chrome/browser/extensions/
H A Disolated_app_apitest.cc23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) {
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc231 bool Initialize(InitializationOptions options) WARN_UNUSED_RESULT {
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc211 // Specifying a prototype so that we can add the WARN_UNUSED_RESULT attribute.
213 WARN_UNUSED_RESULT;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_browsertest.cc201 const NotificationSource& source) WARN_UNUSED_RESULT {

Completed in 288 milliseconds