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

  /external/chromium/base/memory/
scoped_temp_dir.h 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;
scoped_nsobject.h 72 NST* release() WARN_UNUSED_RESULT {
145 id release() WARN_UNUSED_RESULT {
scoped_ptr.h 119 C* release() WARN_UNUSED_RESULT {
226 C* release() WARN_UNUSED_RESULT {
343 C* release() WARN_UNUSED_RESULT {
  /external/chromium/net/test/
python_utils.h 23 bool GetPythonRunTime(FilePath* path) WARN_UNUSED_RESULT;
test_server.h 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;
  /external/chromium/chrome/browser/automation/
automation_provider_json.h 53 std::string* error) WARN_UNUSED_RESULT;
61 std::string* error) WARN_UNUSED_RESULT;
71 std::string* error) WARN_UNUSED_RESULT;
automation_provider.h 98 bool InitializeChannel(const std::string& channel_id) WARN_UNUSED_RESULT;
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.h 37 LockResult LockDevice(const std::string& user) WARN_UNUSED_RESULT;
  /external/chromium/base/
compiler_specific.h 97 // int foo() WARN_UNUSED_RESULT;
99 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
101 #define WARN_UNUSED_RESULT
file_path.h 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;
openssl_util.h 33 T* release() WARN_UNUSED_RESULT {
  /external/chromium/base/files/
file_path_watcher.h 49 bool Watch(const FilePath& path, Delegate* delegate) WARN_UNUSED_RESULT;
79 Delegate* delegate) WARN_UNUSED_RESULT = 0;
file_path_watcher_win.cc 46 WARN_UNUSED_RESULT;
49 bool UpdateWatch() WARN_UNUSED_RESULT;
file_path_watcher_browsertest.cc 177 FilePathWatcher::Delegate* delegate) WARN_UNUSED_RESULT {
190 bool WaitForEvents() WARN_UNUSED_RESULT {
file_path_watcher_linux.cc 135 bool UpdateWatches() WARN_UNUSED_RESULT;
  /external/chromium/base/i18n/
rtl.h 136 WARN_UNUSED_RESULT;
144 WARN_UNUSED_RESULT;
  /external/chromium/base/mac/
scoped_cftyperef.h 72 CFT release() WARN_UNUSED_RESULT {
  /external/chromium/chrome/browser/cocoa/
scoped_authorizationref.h 68 AuthorizationRef release() WARN_UNUSED_RESULT {
  /external/chromium/chrome/browser/autofill/
autofill_manager.h 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;
  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 23 bool WARN_UNUSED_RESULT HasCookie(TabContents* contents, std::string cookie) {
  /external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc 231 bool Initialize(InitializationOptions options) WARN_UNUSED_RESULT {
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 211 // Specifying a prototype so that we can add the WARN_UNUSED_RESULT attribute.
213 WARN_UNUSED_RESULT;
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 201 const NotificationSource& source) WARN_UNUSED_RESULT {
    [all...]

Completed in 325 milliseconds