Searched refs:WARN_UNUSED_RESULT (Results 26 - 50 of 169) sorted by relevance

1234567

/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...]
/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
/external/chromium_org/crypto/
H A Dnss_util_internal.h34 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT; member in namespace:crypto
54 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT; member in namespace:crypto
75 const std::string& username_hash) WARN_UNUSED_RESULT; member in namespace:crypto
96 const std::string& username_hash) WARN_UNUSED_RESULT; member in namespace:crypto
103 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT; member in namespace:crypto
/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/chrome/browser/sync/test/integration/
H A Dextensions_helper.h21 bool HasSameExtensionsAsVerifier(int index) WARN_UNUSED_RESULT; member in namespace:extensions_helper
25 bool AllProfilesHaveSameExtensionsAsVerifier() WARN_UNUSED_RESULT; member in namespace:extensions_helper
28 bool AllProfilesHaveSameExtensions() WARN_UNUSED_RESULT; member in namespace:extensions_helper
H A Dsync_test.h129 int num_clients() WARN_UNUSED_RESULT { return num_clients_; }
133 Profile* GetProfile(int index) WARN_UNUSED_RESULT; member in class:SyncTest
137 Browser* GetBrowser(int index) WARN_UNUSED_RESULT; member in class:SyncTest
141 ProfileSyncServiceHarness* GetClient(int index) WARN_UNUSED_RESULT; member in class:SyncTest
145 std::vector<ProfileSyncServiceHarness*>& clients() WARN_UNUSED_RESULT {
157 Profile* verifier() WARN_UNUSED_RESULT; member in class:SyncTest
160 bool use_verifier() WARN_UNUSED_RESULT { return use_verifier_; }
168 virtual bool SetupClients() WARN_UNUSED_RESULT; member in class:SyncTest
171 virtual bool SetupSync() WARN_UNUSED_RESULT; member in class:SyncTest
/external/chromium_org/components/keyed_service/core/
H A Ddependency_graph.h35 WARN_UNUSED_RESULT; member in class:DependencyGraph
40 WARN_UNUSED_RESULT; member in class:DependencyGraph
52 bool BuildConstructionOrder() WARN_UNUSED_RESULT; member in class:DependencyGraph
/external/chromium_org/courgette/
H A Ddisassembler_elf_32.h153 CheckBool IsValidRVA(RVA rva) const WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
157 const WARN_UNUSED_RESULT = 0; member in class:courgette::DisassemblerElf32
160 CheckBool RVAToFileOffset(RVA rva, size_t* result) const WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
162 RVA FileOffsetToRVA(size_t offset) const WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
171 CheckBool ParseFile(AssemblyProgram* target) WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
174 AssemblyProgram* program) WARN_UNUSED_RESULT = 0; member in class:courgette::DisassemblerElf32
181 AssemblyProgram* program) WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
184 AssemblyProgram* program) WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
186 CheckBool ParseAbs32Relocs() WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
187 CheckBool CheckSection(RVA rva) WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
188 CheckBool ParseRel32RelocsFromSections() WARN_UNUSED_RESULT; member in class:courgette::DisassemblerElf32
190 const Elf32_Shdr* section) WARN_UNUSED_RESULT = 0; member in class:courgette::DisassemblerElf32
[all...]
H A Dstreams.h124 CheckBool Write(const void* data, size_t byte_count) WARN_UNUSED_RESULT; member in class:courgette::SinkStream
127 CheckBool WriteVarint32(uint32 value) WARN_UNUSED_RESULT; member in class:courgette::SinkStream
130 CheckBool WriteVarint32Signed(int32 value) WARN_UNUSED_RESULT; member in class:courgette::SinkStream
134 CheckBool WriteSizeVarint32(size_t value) WARN_UNUSED_RESULT; member in class:courgette::SinkStream
138 CheckBool Append(SinkStream* other) WARN_UNUSED_RESULT; member in class:courgette::SinkStream
152 CheckBool Reserve(size_t length) WARN_UNUSED_RESULT {
219 CheckBool CopyTo(SinkStream* combined_stream) WARN_UNUSED_RESULT; member in class:courgette::SinkStreamSet
224 CheckBool WriteSet(SinkStreamSet* set) WARN_UNUSED_RESULT; member in class:courgette::SinkStreamSet
227 CheckBool CopyHeaderTo(SinkStream* stream) WARN_UNUSED_RESULT; member in class:courgette::SinkStreamSet
/external/chromium_org/base/process/
H A Dmemory.h74 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedMalloc(size_t size,
76 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedCalloc(size_t num_items,
/external/chromium_org/chrome/browser/net/
H A Dnss_context.h36 WARN_UNUSED_RESULT;
47 WARN_UNUSED_RESULT;
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.h26 bool BringBrowserWindowToFront(const Browser* browser) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
45 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
55 bool command) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
65 bool command) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
79 WARN_UNUSED_RESULT; member in namespace:ui_test_utils
84 bool SendMouseMoveSync(const gfx::Point& location) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
86 int state) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
100 const content::Details<U>& details) WARN_UNUSED_RESULT; member in namespace:ui_test_utils
/external/chromium_org/net/base/
H A Dip_endpoint.h47 WARN_UNUSED_RESULT; member in class:net::IPEndPoint
54 WARN_UNUSED_RESULT; member in class:net::IPEndPoint
/external/chromium_org/net/test/
H A Dpython_utils.h25 bool GetPythonCommand(base::CommandLine* python_cmd) WARN_UNUSED_RESULT;
/external/chromium_org/ui/events/
H A Devent_dispatcher.h46 WARN_UNUSED_RESULT; member in class:ui::EventDispatcherDelegate
54 Event* event) WARN_UNUSED_RESULT; member in class:ui::EventDispatcherDelegate
60 const Event& event) WARN_UNUSED_RESULT; member in class:ui::EventDispatcherDelegate
65 Event* event) WARN_UNUSED_RESULT; member in class:ui::EventDispatcherDelegate
H A Devent_processor.h27 WARN_UNUSED_RESULT; member in class:ui::EventProcessor
/external/chromium_org/v8/src/
H A Dhydrogen-types.h40 static HType Name() WARN_UNUSED_RESULT { return HType(k##Name); }
45 HType Combine(HType other) const WARN_UNUSED_RESULT {
49 bool Equals(HType other) const WARN_UNUSED_RESULT {
53 bool IsSubtypeOf(HType other) const WARN_UNUSED_RESULT {
58 bool Is##Name() const WARN_UNUSED_RESULT { \
65 static HType FromType(typename T::TypeHandle type) WARN_UNUSED_RESULT; member in class:v8::internal::FINAL
66 static HType FromValue(Handle<Object> value) WARN_UNUSED_RESULT; member in class:v8::internal::FINAL
/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
/external/chromium_org/net/dns/
H A Ddns_transaction.h67 const BoundNetLog& net_log) WARN_UNUSED_RESULT = 0; member in class:net::DnsTransactionFactory
72 DnsSession* session) WARN_UNUSED_RESULT; member in class:net::DnsTransactionFactory
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.h80 bool* result) WARN_UNUSED_RESULT; member in class:InstantTestBase
83 int* result) WARN_UNUSED_RESULT; member in class:InstantTestBase
86 std::string* result) WARN_UNUSED_RESULT; member in class:InstantTestBase
88 bool expected) WARN_UNUSED_RESULT; member in class:InstantTestBase
/external/chromium_org/ui/compositor/
H A Dlayer_tree_owner.h21 Layer* release() WARN_UNUSED_RESULT {
/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/content/browser/indexed_db/
H A Dindexed_db_index_writer.h37 base::string16* error_message) const WARN_UNUSED_RESULT; member in class:content::IndexWriter
55 bool* allowed) const WARN_UNUSED_RESULT; member in class:content::IndexWriter
73 bool* completed) WARN_UNUSED_RESULT; member in namespace:content

Completed in 8721 milliseconds

1234567