HomeSort by relevance Sort by last modified time
    Searched defs:WARN_UNUSED_RESULT (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/sync/test/integration/
apps_helper.h 19 bool HasSameAppsAsVerifier(int index) WARN_UNUSED_RESULT;
23 bool AllProfilesHaveSameAppsAsVerifier() WARN_UNUSED_RESULT;
extensions_helper.h 21 bool HasSameExtensionsAsVerifier(int index) WARN_UNUSED_RESULT;
25 bool AllProfilesHaveSameExtensionsAsVerifier() WARN_UNUSED_RESULT;
28 bool AllProfilesHaveSameExtensions() WARN_UNUSED_RESULT;
preferences_helper.h 75 bool BooleanPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
80 bool IntegerPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
85 bool Int64PrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
90 bool DoublePrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
95 bool StringPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
100 bool FilePathPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
105 bool ListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
themes_helper.h 19 std::string GetCustomTheme(int index) WARN_UNUSED_RESULT;
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT;
31 bool UsingNativeTheme(Profile* profile) WARN_UNUSED_RESULT;
36 Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
41 Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
bookmarks_helper.h 23 BookmarkModel* GetBookmarkModel(int index) WARN_UNUSED_RESULT;
26 const BookmarkNode* GetBookmarkBarNode(int index) WARN_UNUSED_RESULT;
29 const BookmarkNode* GetOtherNode(int index) WARN_UNUSED_RESULT;
32 const BookmarkNode* GetSyncedBookmarksNode(int index) WARN_UNUSED_RESULT;
35 BookmarkModel* GetVerifierBookmarkModel() WARN_UNUSED_RESULT;
42 const GURL& url) WARN_UNUSED_RESULT;
51 const GURL& url) WARN_UNUSED_RESULT;
61 const GURL& url) WARN_UNUSED_RESULT;
67 const std::wstring& title) WARN_UNUSED_RESULT;
74 const std::wstring& title) WARN_UNUSED_RESULT;
    [all...]
autofill_helper.h 38 int index) WARN_UNUSED_RESULT;
42 int index) WARN_UNUSED_RESULT;
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
60 bool KeysMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
89 int profile) WARN_UNUSED_RESULT;
100 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
104 bool AllProfilesMatch() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_stub.h 32 AnimateReveal animate_reveal) OVERRIDE WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/base/
test_launcher_utils.h 24 const base::FilePath& user_data_dir) WARN_UNUSED_RESULT;
tracing.h 28 bool BeginTracing(const std::string& category_patterns) WARN_UNUSED_RESULT;
37 int num_occurrences) WARN_UNUSED_RESULT;
43 bool WaitForWatchEvent(base::TimeDelta timeout) WARN_UNUSED_RESULT;
47 bool EndTracing(std::string* json_trace_output) WARN_UNUSED_RESULT;
interactive_test_utils.h 24 bool BringBrowserWindowToFront(const Browser* browser) WARN_UNUSED_RESULT;
40 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) WARN_UNUSED_RESULT;
50 bool command) WARN_UNUSED_RESULT;
60 bool command) WARN_UNUSED_RESULT;
74 WARN_UNUSED_RESULT;
79 bool SendMouseMoveSync(const gfx::Point& location) WARN_UNUSED_RESULT;
81 int state) WARN_UNUSED_RESULT;
95 const content::Details<U>& details) WARN_UNUSED_RESULT;
  /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_org/android_webview/native/
state_serializer.h 27 Pickle* pickle) WARN_UNUSED_RESULT;
31 content::WebContents* web_contents) WARN_UNUSED_RESULT;
38 bool WriteHeaderToPickle(Pickle* pickle) WARN_UNUSED_RESULT;
39 bool RestoreHeaderFromPickle(PickleIterator* iterator) WARN_UNUSED_RESULT;
41 Pickle* pickle) WARN_UNUSED_RESULT;
44 content::NavigationEntry* entry) WARN_UNUSED_RESULT;
  /external/chromium_org/base/files/
scoped_temp_dir.h 33 bool CreateUniqueTempDir() WARN_UNUSED_RESULT;
36 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
40 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
43 bool Delete() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/automation/
browser_proxy.h 38 bool ActivateTab(int tab_index) WARN_UNUSED_RESULT;
42 bool BringToFront() WARN_UNUSED_RESULT;
47 bool AppendTab(const GURL& tab_url) WARN_UNUSED_RESULT;
51 bool GetActiveTabIndex(int* active_tab_index) const WARN_UNUSED_RESULT;
55 bool GetTabCount(int* num_tabs) const WARN_UNUSED_RESULT;
59 bool GetType(Browser::Type* type) const WARN_UNUSED_RESULT;
88 bool ApplyAccelerator(int id) WARN_UNUSED_RESULT;
92 bool WaitForTabCountToBecome(int count) WARN_UNUSED_RESULT;
99 base::TimeDelta wait_timeout) WARN_UNUSED_RESULT;
103 bool IsFindWindowFullyVisible(bool* is_visible) WARN_UNUSED_RESULT;
    [all...]
  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.h 35 std::vector<DependencyNode*>* order) WARN_UNUSED_RESULT;
40 std::vector<DependencyNode*>* order) WARN_UNUSED_RESULT;
53 bool BuildConstructionOrder() WARN_UNUSED_RESULT;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.h 37 string16* error_message) const WARN_UNUSED_RESULT;
55 bool* allowed) const WARN_UNUSED_RESULT;
72 bool* completed) WARN_UNUSED_RESULT;
  /external/chromium_org/content/public/test/
test_launcher.h 49 char** argv) WARN_UNUSED_RESULT;
  /external/chromium_org/courgette/
disassembler_elf_32_x86.h 45 const WARN_UNUSED_RESULT;
49 AssemblyProgram* program) WARN_UNUSED_RESULT;
52 const Elf32_Shdr* section) WARN_UNUSED_RESULT;
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.h 36 bool Start() WARN_UNUSED_RESULT;
40 bool StartInBackground() WARN_UNUSED_RESULT;
41 bool BlockUntilStarted() WARN_UNUSED_RESULT;
  /external/chromium_org/sync/syncable/
nigori_util.h 61 bool is_encrypted) WARN_UNUSED_RESULT;
  /external/chromium_org/ui/compositor/
layer_owner.h 26 Layer* AcquireLayer() WARN_UNUSED_RESULT;
  /external/chromium_org/ui/views/corewm/
window_util.h 48 bool set_bounds) WARN_UNUSED_RESULT;
  /external/chromium_org/base/test/
test_file_util.h 58 bool MakeFileUnreadable(const base::FilePath& path) WARN_UNUSED_RESULT;
59 bool MakeFileUnwritable(const base::FilePath& path) WARN_UNUSED_RESULT;
thread_test_helper.h 24 bool Run() WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h 34 testing::AssertionResult CheckNotifications() WARN_UNUSED_RESULT;
36 chrome::NotificationType type) WARN_UNUSED_RESULT;
39 chrome::NotificationType t2) WARN_UNUSED_RESULT;
43 chrome::NotificationType t3) WARN_UNUSED_RESULT;
50 chrome::NotificationType t6) WARN_UNUSED_RESULT;

Completed in 243 milliseconds

1 2 3 4 5