OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WARN_UNUSED_RESULT
(Results
1 - 11
of
11
) 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
;
/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
;
/external/chromium/base/i18n/
rtl.h
136
WARN_UNUSED_RESULT
;
144
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/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_linux.cc
135
bool UpdateWatches()
WARN_UNUSED_RESULT
;
/external/chromium/chrome/browser/autofill/
autofill_manager.h
170
AutoFillHost** host)
WARN_UNUSED_RESULT
;
172
RenderViewHost** host) const
WARN_UNUSED_RESULT
;
178
FormStructure** form_structure) const
WARN_UNUSED_RESULT
;
187
AutofillField** autofill_field)
WARN_UNUSED_RESULT
;
/external/chromium/chrome/browser/automation/
automation_provider.h
98
bool InitializeChannel(const std::string& channel_id)
WARN_UNUSED_RESULT
;
/external/chromium/net/test/
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
;
Completed in 571 milliseconds