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

12345678

/external/chromium_org/chrome/browser/
H A Dsxs_linux.h23 bool ShouldMigrateUserDataDir() WARN_UNUSED_RESULT; member in namespace:sxs_linux
27 int MigrateUserDataDir() WARN_UNUSED_RESULT; member in namespace:sxs_linux
/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
/external/chromium_org/chrome/test/base/
H A Dtracing.h28 bool BeginTracing(const std::string& category_patterns) WARN_UNUSED_RESULT; member in namespace:tracing
37 int num_occurrences) WARN_UNUSED_RESULT; member in namespace:tracing
43 bool WaitForWatchEvent(base::TimeDelta timeout) WARN_UNUSED_RESULT; member in namespace:tracing
47 bool EndTracing(std::string* json_trace_output) WARN_UNUSED_RESULT; member in namespace:tracing
H A Dtest_launcher_utils.h24 const base::FilePath& user_data_dir) WARN_UNUSED_RESULT; member in namespace:test_launcher_utils
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.h19 std::string GetCustomTheme(int index) WARN_UNUSED_RESULT; member in namespace:themes_helper
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT; member in namespace:themes_helper
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT; member in namespace:themes_helper
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT; member in namespace:themes_helper
31 bool UsingNativeTheme(Profile* profile) WARN_UNUSED_RESULT; member in namespace:themes_helper
36 Profile* profile, const std::string& id) WARN_UNUSED_RESULT; member in namespace:themes_helper
41 Profile* profile, const std::string& id) WARN_UNUSED_RESULT; member in namespace:themes_helper
H A Dpreferences_helper.h75 bool BooleanPrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
80 bool IntegerPrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
85 bool Int64PrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
90 bool DoublePrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
95 bool StringPrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
100 bool FilePathPrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
105 bool ListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT; member in namespace:preferences_helper
H A Dbookmarks_helper.h23 BookmarkModel* GetBookmarkModel(int index) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
26 const BookmarkNode* GetBookmarkBarNode(int index) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
29 const BookmarkNode* GetOtherNode(int index) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
32 const BookmarkNode* GetSyncedBookmarksNode(int index) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
35 BookmarkModel* GetVerifierBookmarkModel() WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
42 const GURL& url) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
51 const GURL& url) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
61 const GURL& url) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
67 const std::wstring& title) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
74 const std::wstring& title) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
83 const std::wstring& title) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
110 const GURL& new_url) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
137 bool ModelMatchesVerifier(int profile) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
141 bool AllModelsMatchVerifier() WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
145 bool ModelsMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
150 bool AllModelsMatch() WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
164 const GURL& url) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
170 const std::wstring& title) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
176 const std::wstring& title) WARN_UNUSED_RESULT; member in namespace:bookmarks_helper
[all...]
H A Dautofill_helper.h38 int index) WARN_UNUSED_RESULT; member in namespace:autofill_helper
42 int index) WARN_UNUSED_RESULT; member in namespace:autofill_helper
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT; member in namespace:autofill_helper
60 bool KeysMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT; member in namespace:autofill_helper
89 int profile) WARN_UNUSED_RESULT; member in namespace:autofill_helper
100 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT; member in namespace:autofill_helper
104 bool AllProfilesMatch() WARN_UNUSED_RESULT; member in namespace:autofill_helper
/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.h38 bool ActivateTab(int tab_index) WARN_UNUSED_RESULT; member in class:BrowserProxy
42 bool BringToFront() WARN_UNUSED_RESULT; member in class:BrowserProxy
47 bool AppendTab(const GURL& tab_url) WARN_UNUSED_RESULT; member in class:BrowserProxy
51 bool GetActiveTabIndex(int* active_tab_index) const WARN_UNUSED_RESULT; member in class:BrowserProxy
55 bool GetTabCount(int* num_tabs) const WARN_UNUSED_RESULT; member in class:BrowserProxy
59 bool GetType(Browser::Type* type) const WARN_UNUSED_RESULT; member in class:BrowserProxy
88 bool ApplyAccelerator(int id) WARN_UNUSED_RESULT; member in class:BrowserProxy
92 bool WaitForTabCountToBecome(int count) WARN_UNUSED_RESULT; member in class:BrowserProxy
99 base::TimeDelta wait_timeout) WARN_UNUSED_RESULT; member in class:BrowserProxy
103 bool IsFindWindowFullyVisible(bool* is_visible) WARN_UNUSED_RESULT; member in class:BrowserProxy
109 bool RunCommandAsync(int browser_command) const WARN_UNUSED_RESULT; member in class:BrowserProxy
115 bool RunCommand(int browser_command) const WARN_UNUSED_RESULT; member in class:BrowserProxy
119 bool TerminateSession() WARN_UNUSED_RESULT; member in class:BrowserProxy
124 std::string* response) WARN_UNUSED_RESULT; member in class:BrowserProxy
[all...]
H A Dtab_proxy.h59 bool GetCurrentURL(GURL* url) const WARN_UNUSED_RESULT; member in class:TabProxy
62 bool GetTabTitle(std::wstring* title) const WARN_UNUSED_RESULT; member in class:TabProxy
65 bool GetTabIndex(int* index) const WARN_UNUSED_RESULT; member in class:TabProxy
78 std::wstring* value) WARN_UNUSED_RESULT; member in class:TabProxy
81 bool* value) WARN_UNUSED_RESULT; member in class:TabProxy
84 int* value) WARN_UNUSED_RESULT; member in class:TabProxy
90 const GURL& url) WARN_UNUSED_RESULT; member in class:TabProxy
97 const GURL& url, int number_of_navigations) WARN_UNUSED_RESULT; member in class:TabProxy
106 bool NavigateToURLAsync(const GURL& url) WARN_UNUSED_RESULT; member in class:TabProxy
110 AutomationMsg_NavigationResponseValues GoBack() WARN_UNUSED_RESULT; member in class:TabProxy
115 int number_of_navigations) WARN_UNUSED_RESULT; member in class:TabProxy
119 AutomationMsg_NavigationResponseValues GoForward() WARN_UNUSED_RESULT; member in class:TabProxy
124 int number_of_navigations) WARN_UNUSED_RESULT; member in class:TabProxy
128 AutomationMsg_NavigationResponseValues Reload() WARN_UNUSED_RESULT; member in class:TabProxy
135 bool Close() WARN_UNUSED_RESULT; member in class:TabProxy
147 bool Close(bool wait_until_closed) WARN_UNUSED_RESULT; member in class:TabProxy
159 bool GetCookies(const GURL& url, std::string* cookies) WARN_UNUSED_RESULT; member in class:TabProxy
162 std::string* cookies) WARN_UNUSED_RESULT; member in class:TabProxy
170 bool ProcessUnhandledAccelerator(const MSG& msg) WARN_UNUSED_RESULT; member in class:TabProxy
177 WARN_UNUSED_RESULT; member in class:TabProxy
184 const GURL& url, const GURL& referrer) WARN_UNUSED_RESULT; member in class:TabProxy
187 int index) WARN_UNUSED_RESULT; member in class:TabProxy
196 bool PrintAsync() WARN_UNUSED_RESULT; member in class:TabProxy
200 bool WaitForInfoBarCount(size_t count) WARN_UNUSED_RESULT; member in class:TabProxy
203 bool OverrideEncoding(const std::string& encoding) WARN_UNUSED_RESULT; member in class:TabProxy
258 const std::wstring& jscript) WARN_UNUSED_RESULT; member in class:TabProxy
[all...]
/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/base/files/
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/sql/test/
H A Dtest_helpers.h35 bool CorruptSizeInHeader(const base::FilePath& db_path) WARN_UNUSED_RESULT; member in namespace:sql::test
55 const char* update_sql) WARN_UNUSED_RESULT; member in namespace:sql::test
58 size_t CountSQLTables(sql::Connection* db) WARN_UNUSED_RESULT; member in namespace:sql::test
61 size_t CountSQLIndices(sql::Connection* db) WARN_UNUSED_RESULT; member in namespace:sql::test
66 WARN_UNUSED_RESULT; member in namespace:sql::test
77 const base::FilePath& sql_path) WARN_UNUSED_RESULT; member in namespace:sql::test
82 std::string IntegrityCheck(sql::Connection* db) WARN_UNUSED_RESULT; member in namespace:sql::test
/external/chromium_org/crypto/
H A Dhmac.h49 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT; member in class:crypto::HMAC
53 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT; member in class:crypto::HMAC
57 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
66 size_t digest_length) const WARN_UNUSED_RESULT; member in class:crypto::HMAC
76 const base::StringPiece& digest) const WARN_UNUSED_RESULT; member in class:crypto::HMAC
82 const base::StringPiece& digest) const WARN_UNUSED_RESULT; member in class:crypto::HMAC
H A Dnss_util_internal.h27 CRYPTO_EXPORT PK11SlotInfo* GetPublicNSSKeySlot() WARN_UNUSED_RESULT; member in namespace:crypto
34 CRYPTO_EXPORT PK11SlotInfo* GetPrivateNSSKeySlot() WARN_UNUSED_RESULT; member in namespace:crypto
55 const base::FilePath& path) WARN_UNUSED_RESULT; member in namespace:crypto
70 const std::string& username_hash) WARN_UNUSED_RESULT; member in namespace:crypto
77 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT; member in namespace:crypto
/external/chromium_org/courgette/
H A Dencoded_program.h36 CheckBool DefineRel32Label(int index, RVA address) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
37 CheckBool DefineAbs32Label(int index, RVA address) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
43 CheckBool AddOrigin(RVA rva) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
44 CheckBool AddCopy(uint32 count, const void* bytes) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
45 CheckBool AddRel32(int label_index) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
46 CheckBool AddRel32ARM(uint16 op, int label_index) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
47 CheckBool AddAbs32(int label_index) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
48 CheckBool AddPeMakeRelocs(ExecutableType kind) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
49 CheckBool AddElfMakeRelocs() WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
50 CheckBool AddElfARMMakeRelocs() WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
53 CheckBool WriteTo(SinkStreamSet* streams) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
61 CheckBool AssembleTo(SinkStream* buffer) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
96 uint8 type) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
98 SinkStream *buffer) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
99 CheckBool DefineLabelCommon(RvaVector*, int, RVA) WARN_UNUSED_RESULT; member in class:courgette::EncodedProgram
[all...]
/external/chromium_org/media/mp4/
H A Dcenc.h24 bool Parse(int iv_size, BufferReader* r) WARN_UNUSED_RESULT; member in struct:media::mp4::FrameCENCInfo
25 bool GetTotalSizeOfSubsamples(size_t* total_size) const WARN_UNUSED_RESULT; member in struct:media::mp4::FrameCENCInfo
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.h41 bool Start() WARN_UNUSED_RESULT; member in class:net::LocalTestServer
57 bool StartInBackground() WARN_UNUSED_RESULT; member in class:net::LocalTestServer
61 bool BlockUntilStarted() WARN_UNUSED_RESULT; member in class:net::LocalTestServer
67 virtual bool SetPythonPath() const WARN_UNUSED_RESULT; member in class:net::LocalTestServer
72 WARN_UNUSED_RESULT; member in class:net::LocalTestServer
77 WARN_UNUSED_RESULT; member in class:net::LocalTestServer
87 bool LaunchPython(const base::FilePath& testserver_path) WARN_UNUSED_RESULT; member in class:net::LocalTestServer
90 bool WaitToStart() WARN_UNUSED_RESULT; member in class:net::LocalTestServer
H A Dremote_test_server.h36 bool Start() WARN_UNUSED_RESULT; member in class:net::RemoteTestServer
40 bool StartInBackground() WARN_UNUSED_RESULT; member in class:net::RemoteTestServer
41 bool BlockUntilStarted() WARN_UNUSED_RESULT; member in class:net::RemoteTestServer
/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_host.h38 bool StartBuildingBlob(const std::string& uuid) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
40 const BlobData::Item& data_item) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
41 bool CancelBuildingBlob(const std::string& uuid) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
43 const std::string& type) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
44 bool IncrementBlobRefCount(const std::string& uuid) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
45 bool DecrementBlobRefCount(const std::string& uuid) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
47 const std::string& uuid) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
48 bool RevokePublicBlobURL(const GURL& blob_url) WARN_UNUSED_RESULT; member in class:webkit_blob::BlobStorageHost
/external/chromium_org/net/websockets/
H A Dwebsocket_event_interface.h12 #include "base/compiler_specific.h" // for WARN_UNUSED_RESULT
38 const std::string& selected_subprotocol) WARN_UNUSED_RESULT = 0; member in class:net::WebSocketEventInterface
45 const std::vector<char>& data) WARN_UNUSED_RESULT = 0; member in class:net::WebSocketEventInterface
50 virtual ChannelState OnFlowControl(int64 quota) WARN_UNUSED_RESULT = 0; member in class:net::WebSocketEventInterface
56 virtual ChannelState OnClosingHandshake() WARN_UNUSED_RESULT = 0; member in class:net::WebSocketEventInterface
72 WARN_UNUSED_RESULT = 0; member in class:net::WebSocketEventInterface
/external/chromium_org/base/
H A Dpickle.h30 bool ReadBool(bool* result) WARN_UNUSED_RESULT; member in class:PickleIterator
31 bool ReadInt(int* result) WARN_UNUSED_RESULT; member in class:PickleIterator
32 bool ReadLong(long* result) WARN_UNUSED_RESULT; member in class:PickleIterator
33 bool ReadUInt16(uint16* result) WARN_UNUSED_RESULT; member in class:PickleIterator
34 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT; member in class:PickleIterator
35 bool ReadInt64(int64* result) WARN_UNUSED_RESULT; member in class:PickleIterator
36 bool ReadUInt64(uint64* result) WARN_UNUSED_RESULT; member in class:PickleIterator
37 bool ReadFloat(float* result) WARN_UNUSED_RESULT; member in class:PickleIterator
38 bool ReadString(std::string* result) WARN_UNUSED_RESULT; member in class:PickleIterator
39 bool ReadWString(std::wstring* result) WARN_UNUSED_RESULT; member in class:PickleIterator
40 bool ReadString16(base::string16* result) WARN_UNUSED_RESULT; member in class:PickleIterator
41 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT; member in class:PickleIterator
42 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT; member in class:PickleIterator
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host.h72 const std::string& extensions) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
82 int64 quota) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
85 WebSocketHostState SendClosing(int routing_id) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
90 const WebSocketHandshakeRequest& request) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
95 const WebSocketHandshakeResponse& response) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
102 const std::string& reason) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
119 WebSocketHostState SendOrDrop(IPC::Message* message) WARN_UNUSED_RESULT; member in class:content::WebSocketDispatcherHost
/external/chromium/net/test/
H A Dpython_utils.h23 bool GetPythonRunTime(FilePath* path) WARN_UNUSED_RESULT;
/external/chromium_org/chrome/test/perf/
H A Dgenerate_profile.h26 const base::FilePath& dst_dir) WARN_UNUSED_RESULT;

Completed in 2401 milliseconds

12345678