Searched refs:is_valid (Results 1 - 25 of 1055) sorted by relevance

1234567891011>>

/external/chromium/chrome/common/
H A Dchrome_version_info.cc28 bool VersionInfo::is_valid() const { function in class:chrome::VersionInfo
33 if (!is_valid())
39 if (!is_valid())
45 if (!is_valid())
51 if (!is_valid())
68 bool VersionInfo::is_valid() const { function in class:chrome::VersionInfo
H A Dchrome_version_info.h26 // is_valid() will return false. The other functions will return
28 // check is_valid().
29 bool is_valid() const;
/external/chromium_org/net/quic/crypto/
H A Dlocal_strike_register_client_test.cc80 bool is_valid; local
85 new RecordResultCallback(&called, &is_valid));
87 EXPECT_FALSE(is_valid);
93 bool is_valid; local
99 new RecordResultCallback(&called, &is_valid));
101 EXPECT_FALSE(is_valid);
107 bool is_valid; local
111 new RecordResultCallback(&called, &is_valid));
113 EXPECT_TRUE(is_valid);
/external/chromium/net/http/
H A Dhttp_util_icu.cc17 DCHECK(url.is_valid() && (url.SchemeIs("http") || url.SchemeIs("https")));
25 DCHECK(url.is_valid() && (url.SchemeIs("http") || url.SchemeIs("https")));
/external/chromium_org/chrome/common/
H A Dchrome_version_info.cc20 if (!is_valid())
38 bool VersionInfo::is_valid() const { function in class:chrome::VersionInfo
43 if (!is_valid())
49 if (!is_valid())
55 if (!is_valid())
61 if (!is_valid())
78 bool VersionInfo::is_valid() const { function in class:chrome::VersionInfo
102 if (is_valid()) {
/external/chromium_org/chrome/test/automation/
H A Dwindow_proxy.cc21 if (!is_valid())
40 if (!is_valid())
H A Dbrowser_proxy.cc24 if (!is_valid())
41 if (!is_valid())
55 if (!is_valid())
66 if (!is_valid())
90 if (!is_valid())
119 if (!is_valid())
143 if (!is_valid())
188 if (!is_valid())
201 if (!is_valid())
214 if (!is_valid())
[all...]
/external/chromium_org/mojo/system/
H A Dplatform_channel_handle.h24 bool is_valid() const { return fd != -1; } function in struct:mojo::system::PlatformChannelHandle
35 bool is_valid() const { return handle != INVALID_HANDLE_VALUE; }
H A Dplatform_channel.cc17 DCHECK(is_valid());
35 DCHECK(handle.is_valid());
H A Dplatform_channel_handle.cc22 if (!is_valid())
H A Dplatform_channel_posix.cc63 DCHECK(is_valid());
65 DCHECK(client_handle_.is_valid());
74 if (!client_handle_.is_valid()) {
81 DCHECK(rv->is_valid());
95 DCHECK(client_handle_.is_valid());
120 DCHECK(client_handle_.is_valid());
/external/chromium_org/net/http/
H A Dhttp_util_icu.cc17 DCHECK(url.is_valid() && (url.SchemeIsHTTPOrHTTPS() ||
27 DCHECK(url.is_valid() && (url.SchemeIsHTTPOrHTTPS() || url.SchemeIs("ftp") ||
/external/chromium/app/sql/
H A Dstatement.cc43 if (!is_valid())
49 if (!is_valid())
55 if (is_valid()) {
66 if (!is_valid())
72 if (is_valid()) {
84 if (is_valid()) {
92 if (is_valid()) {
100 if (is_valid()) {
108 if (is_valid()) {
117 if (is_valid()) {
[all...]
H A Dstatement.h51 // be valid. Use is_valid() to check if it's OK.
59 bool is_valid() const { return ref_->is_valid(); } function in class:sql::Statement
63 operator bool() const { return is_valid(); }
64 bool operator!() const { return !is_valid(); }
/external/chromium_org/webkit/browser/fileapi/quota/
H A Dquota_reservation_manager.cc28 DCHECK(origin.is_valid());
36 DCHECK(origin.is_valid());
44 DCHECK(origin.is_valid());
50 DCHECK(origin.is_valid());
56 DCHECK(origin.is_valid());
65 DCHECK(origin.is_valid());
87 DCHECK(origin.is_valid());
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc174 bool* is_valid) {
196 *is_valid = false;
212 bool* is_valid) {
213 DCHECK(is_valid);
224 *is_valid = false;
233 ValidateCommandExpectations(ctx, cmd_line, expected, name, is_valid);
239 ValidateAppCommandFlags(ctx, app_cmd, flags_exp, name, is_valid);
246 bool* is_valid) {
249 ::switches::kInstallFromWebstore, is_valid);
256 bool* is_valid) {
169 ValidateAppCommandFlags( const ProductContext& ctx, const AppCommand& app_cmd, const std::set<string16>& flags_exp, const string16& name, bool* is_valid) argument
206 ValidateInstallCommand( const ProductContext& ctx, const AppCommand& app_cmd, const wchar_t* expected_command, const wchar_t* expected_app_name, const char* expected_switch, bool* is_valid) argument
243 ValidateInstallAppCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
253 ValidateInstallExtensionCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
263 ValidateOnOsUpgradeCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
292 ValidateQueryEULAAcceptanceCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
318 ValidateQuickEnableApplicationHostCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
351 ValidateAppCommandExpectations( const ProductContext& ctx, const CommandExpectations& expectations, bool* is_valid) argument
390 ValidateBinariesCommands( const ProductContext& ctx, bool* is_valid) argument
411 ValidateBinaries( const InstallationState& machine_state, bool system_install, const ProductState& binaries_state, bool* is_valid) argument
507 ValidateSetupPath(const ProductContext& ctx, const base::FilePath& setup_exe, const string16& purpose, bool* is_valid) argument
535 ValidateCommandExpectations( const ProductContext& ctx, const CommandLine& command, const SwitchExpectations& expected, const string16& source, bool* is_valid) argument
557 ValidateUninstallCommand(const ProductContext& ctx, const CommandLine& command, const string16& source, bool* is_valid) argument
580 ValidateRenameCommand(const ProductContext& ctx, bool* is_valid) argument
604 ValidateOldVersionValues( const ProductContext& ctx, bool* is_valid) argument
630 ValidateMultiInstallProduct( const ProductContext& ctx, bool* is_valid) argument
680 ValidateAppCommands( const ProductContext& ctx, bool* is_valid) argument
699 ValidateUsageStats(const ProductContext& ctx, bool* is_valid) argument
718 ValidateProduct( const InstallationState& machine_state, bool system_install, const ProductState& product_state, const ProductRules& rules, bool* is_valid) argument
[all...]
H A Dinstallation_validator.h97 bool* is_valid);
194 bool* is_valid);
200 bool* is_valid);
203 bool* is_valid);
206 bool* is_valid);
209 bool* is_valid);
212 bool* is_valid);
216 bool* is_valid);
221 bool* is_valid);
223 bool* is_valid);
[all...]
/external/chromium/net/base/
H A Ddata_url_unittest.cc14 bool is_valid; member in struct:__anon2948::ParseTestData
148 EXPECT_EQ(ok, tests[i].is_valid);
149 if (tests[i].is_valid) {
/external/chromium_org/net/base/
H A Ddata_url_unittest.cc14 bool is_valid; member in struct:__anon9167::ParseTestData
174 EXPECT_EQ(ok, tests[i].is_valid);
175 if (tests[i].is_valid) {
/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_v1_5_decode.c28 * @param is_valid [out] Boolean whether the padding was valid
38 int *is_valid)
44 *is_valid = 0;
100 *is_valid = 1;
32 pkcs_1_v1_5_decode(const unsigned char *msg, unsigned long msglen, int block_type, unsigned long modulus_bitlen, unsigned char *out, unsigned long *outlen, int *is_valid) argument
/external/chromium_org/mojo/public/tests/
H A Dbindings_array_unittest.cc71 EXPECT_FALSE(pipe0.is_valid());
72 EXPECT_FALSE(pipe1.is_valid());
75 EXPECT_TRUE(handles[0].is_valid());
76 EXPECT_TRUE(handles[1].is_valid());
79 EXPECT_TRUE(pipe0.is_valid());
80 EXPECT_FALSE(handles[0].is_valid());
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_usage_cache.cc51 bool is_valid = true; local
54 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
65 bool is_valid = true; local
68 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
78 bool is_valid = true; local
82 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
85 bool success = Write(usage_file_path, is_valid, dirty + 1, usage);
95 bool is_valid = true; local
98 if (!Read(usage_file_path, &is_valid, &dirty, &usage) || dirty <= 0)
104 return Write(usage_file_path, is_valid, dirt
110 bool is_valid = true; local
122 bool is_valid = true; local
134 bool is_valid = true; local
174 Read(const base::FilePath& usage_file_path, bool* is_valid, uint32* dirty_out, int64* usage_out) argument
210 Write(const base::FilePath& usage_file_path, bool is_valid, int32 dirty, int64 usage) argument
[all...]
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.cc37 if (bookmark_drag_data_.is_valid())
54 if (bookmark_drag_data_.is_valid())
63 if (bookmark_drag_data_.is_valid()) {
80 if (bookmark_drag_data_.is_valid())
/external/chromium_org/chrome/renderer/extensions/
H A Dnative_handler.h36 bool is_valid() { return is_valid_; } function in class:extensions::NativeHandler
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc80 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
87 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
93 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
99 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
106 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
145 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
160 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
208 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
212 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
224 EXPECT_FALSE(location_bar->GetDestinationURL().is_valid());
[all...]

Completed in 755 milliseconds

1234567891011>>