Searched defs:WARN_UNUSED_RESULT (Results 1 - 25 of 128) sorted by path

123456

/external/chromium_org/android_webview/native/
H A Dstate_serializer.h27 Pickle* pickle) WARN_UNUSED_RESULT; member in namespace:android_webview
31 content::WebContents* web_contents) WARN_UNUSED_RESULT; member in namespace:android_webview
38 bool WriteHeaderToPickle(Pickle* pickle) WARN_UNUSED_RESULT; member in namespace:android_webview::internal
39 bool RestoreHeaderFromPickle(PickleIterator* iterator) WARN_UNUSED_RESULT; member in namespace:android_webview::internal
41 Pickle* pickle) WARN_UNUSED_RESULT; member in namespace:android_webview::internal
44 content::NavigationEntry* entry) WARN_UNUSED_RESULT; member in namespace:android_webview::internal
/external/chromium_org/ash/display/
H A Ddisplay_layout.h42 DisplayLayout Invert() const WARN_UNUSED_RESULT; member in struct:ash::DisplayLayout
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.h122 AnimateReveal animate_reveal) WARN_UNUSED_RESULT; member in class:ash::ImmersiveFullscreenController
/external/chromium_org/base/
H A Dcallback_helpers.h40 Closure Release() WARN_UNUSED_RESULT; member in class:base::ScopedClosureRunner
H A Dcompiler_specific.h151 // int foo() WARN_UNUSED_RESULT;
154 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
156 #define WARN_UNUSED_RESULT macro
H A Dpickle.h31 bool ReadBool(bool* result) WARN_UNUSED_RESULT; member in class:PickleIterator
32 bool ReadInt(int* result) WARN_UNUSED_RESULT; member in class:PickleIterator
33 bool ReadLong(long* result) WARN_UNUSED_RESULT; member in class:PickleIterator
34 bool ReadUInt16(uint16* result) WARN_UNUSED_RESULT; member in class:PickleIterator
35 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT; member in class:PickleIterator
36 bool ReadInt64(int64* result) WARN_UNUSED_RESULT; member in class:PickleIterator
37 bool ReadUInt64(uint64* result) WARN_UNUSED_RESULT; member in class:PickleIterator
38 bool ReadFloat(float* result) WARN_UNUSED_RESULT; member in class:PickleIterator
39 bool ReadDouble(double* result) WARN_UNUSED_RESULT; member in class:PickleIterator
40 bool ReadString(std::string* result) WARN_UNUSED_RESULT; member in class:PickleIterator
41 bool ReadWString(std::wstring* result) WARN_UNUSED_RESULT; member in class:PickleIterator
42 bool ReadString16(base::string16* result) WARN_UNUSED_RESULT; member in class:PickleIterator
43 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT; member in class:PickleIterator
44 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT; member in class:PickleIterator
[all...]
/external/chromium_org/base/files/
H A Dfile_path.h223 FilePath DirName() const WARN_UNUSED_RESULT; member in class:base::FilePath
229 FilePath BaseName() const WARN_UNUSED_RESULT; member in class:base::FilePath
255 FilePath RemoveExtension() const WARN_UNUSED_RESULT; member in class:base::FilePath
259 FilePath RemoveFinalExtension() const WARN_UNUSED_RESULT; member in class:base::FilePath
269 const StringType& suffix) const WARN_UNUSED_RESULT; member in class:base::FilePath
271 const base::StringPiece& suffix) const WARN_UNUSED_RESULT; member in class:base::FilePath
276 const StringType& extension) const WARN_UNUSED_RESULT; member in class:base::FilePath
283 const StringType& extension) const WARN_UNUSED_RESULT; member in class:base::FilePath
295 FilePath Append(const StringType& component) const WARN_UNUSED_RESULT; member in class:base::FilePath
296 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT; member in class:base::FilePath
305 const WARN_UNUSED_RESULT; member in class:base::FilePath
314 bool EndsWithSeparator() const WARN_UNUSED_RESULT; member in class:base::FilePath
318 FilePath AsEndingWithSeparator() const WARN_UNUSED_RESULT; member in class:base::FilePath
322 FilePath StripTrailingSeparators() const WARN_UNUSED_RESULT; member in class:base::FilePath
[all...]
H A Dfile_path_watcher.h43 const Callback& callback) WARN_UNUSED_RESULT = 0; member in class:base::FilePathWatcher::PlatformDelegate
H A Dfile_path_watcher_browsertest.cc182 bool recursive_watch) WARN_UNUSED_RESULT; member in class:base::__anon2250::FilePathWatcherTest
184 bool WaitForEvents() WARN_UNUSED_RESULT {
H A Dfile_path_watcher_win.cc52 HANDLE* handle) WARN_UNUSED_RESULT; member in class:base::__anon2255::FilePathWatcherImpl
55 bool UpdateWatch() WARN_UNUSED_RESULT; member in class:base::__anon2255::FilePathWatcherImpl
H A Dscoped_temp_dir.h33 bool CreateUniqueTempDir() WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
36 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
40 bool Set(const FilePath& path) WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
43 bool Delete() WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
/external/chromium_org/base/i18n/
H A Drtl.h136 const string16& text) WARN_UNUSED_RESULT; member in namespace:base::i18n
144 const string16& text) WARN_UNUSED_RESULT; member in namespace:base::i18n
/external/chromium_org/base/memory/
H A Ddiscardable_memory.h108 virtual DiscardableMemoryLockStatus Lock() WARN_UNUSED_RESULT = 0; member in class:base::DiscardableMemory
/external/chromium_org/base/strings/
H A Dstringprintf.h19 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; member in namespace:base
23 WPRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; member in namespace:base
28 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT; member in namespace:base
/external/chromium_org/base/test/expectations/
H A Dexpectation.h38 Result* out_result) WARN_UNUSED_RESULT; member in namespace:test_expectations
53 Platform* out_platform) WARN_UNUSED_RESULT; member in namespace:test_expectations
68 Configuration* out_configuration) WARN_UNUSED_RESULT; member in namespace:test_expectations
/external/chromium_org/base/test/
H A Dgtest_xml_util.h27 bool Initialize(const FilePath& output_file_path) WARN_UNUSED_RESULT; member in class:base::XmlUnitTestResultPrinter
47 bool* crashed) WARN_UNUSED_RESULT; member in namespace:base
H A Dtest_file_util.h52 bool MakeFileUnreadable(const FilePath& path) WARN_UNUSED_RESULT; member in namespace:base
53 bool MakeFileUnwritable(const FilePath& path) WARN_UNUSED_RESULT; member in namespace:base
H A Dthread_test_helper.h25 bool Run() WARN_UNUSED_RESULT; member in class:base::ThreadTestHelper
H A Dtrace_event_analyzer.h111 bool SetFromJSON(const base::Value* event_value) WARN_UNUSED_RESULT; member in struct:trace_analyzer::TraceEvent
564 WARN_UNUSED_RESULT; member in class:trace_analyzer::TraceAnalyzer
628 bool SetEvents(const std::string& json_events) WARN_UNUSED_RESULT; member in class:trace_analyzer::TraceAnalyzer
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.h90 bool Run() WARN_UNUSED_RESULT; member in class:base::TestLauncher
118 bool Init() WARN_UNUSED_RESULT; member in class:base::TestLauncher
H A Dtest_results_tracker.h38 bool Init(const CommandLine& command_line) WARN_UNUSED_RESULT; member in class:base::TestResultsTracker
65 bool SaveSummaryAsJSON(const FilePath& path) const WARN_UNUSED_RESULT; member in class:base::TestResultsTracker
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc190 bool SetUpImpl(bool no_db) WARN_UNUSED_RESULT; member in class:HistoryURLProviderTest
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.h43 FileError Initialize() WARN_UNUSED_RESULT; member in class:drive::internal::ResourceMetadata
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.h34 testing::AssertionResult CheckNotifications() WARN_UNUSED_RESULT; member in class:extensions::ExtensionNotificationObserver
36 WARN_UNUSED_RESULT; member in class:extensions::ExtensionNotificationObserver
39 WARN_UNUSED_RESULT; member in class:extensions::ExtensionNotificationObserver
43 WARN_UNUSED_RESULT; member in class:extensions::ExtensionNotificationObserver
50 WARN_UNUSED_RESULT; member in class:extensions::ExtensionNotificationObserver
H A Dextension_toolbar_model_unittest.cc127 const scoped_refptr<const Extension>& extension) WARN_UNUSED_RESULT; member in class:extensions::ExtensionToolbarModelUnitTest
129 const scoped_refptr<const Extension>& extension) WARN_UNUSED_RESULT; member in class:extensions::ExtensionToolbarModelUnitTest
132 testing::AssertionResult AddBrowserActionExtensions() WARN_UNUSED_RESULT; member in class:extensions::ExtensionToolbarModelUnitTest
136 testing::AssertionResult AddActionExtensions() WARN_UNUSED_RESULT; member in class:extensions::ExtensionToolbarModelUnitTest

Completed in 505 milliseconds

123456