Searched defs:is_valid (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium_org/extensions/renderer/
H A Dnative_handler.h36 bool is_valid() { return is_valid_; } function in class:extensions::NativeHandler
H A Dscript_context.h45 bool is_valid() const { return !v8_context_.IsEmpty(); } function in class:extensions::ScriptContext
/external/chromium_org/base/
H A Dscoped_native_library.h32 bool is_valid() const { return !!library_; } function in class:base::ScopedNativeLibrary
H A Dscoped_generic.h127 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); } function in class:base::ScopedGeneric
/external/chromium_org/mojo/embedder/
H A Dplatform_handle.h25 bool is_valid() const { return fd != -1; } function in struct:mojo::embedder::PlatformHandle
36 bool is_valid() const { return handle != INVALID_HANDLE_VALUE; }
H A Dscoped_platform_handle.h50 bool is_valid() const { function in class:mojo::embedder::ScopedPlatformHandle
51 return handle_.is_valid();
/external/chromium_org/net/http/
H A Dhttp_vary_data.h35 bool is_valid() const { return is_valid_; } function in class:net::HttpVaryData
41 // success, the object is also marked as valid such that is_valid() will
52 // is_valid() will return true. Otherwise, false is returned to indicate
/external/chromium_org/dbus/
H A Dfile_descriptor.h48 int is_valid() const { return valid_; } function in class:dbus::FileDescriptor
/external/chromium_org/net/base/
H A Ddata_url_unittest.cc14 bool is_valid; member in struct:__anon8400::ParseTestData
181 EXPECT_EQ(ok, tests[i].is_valid);
182 if (tests[i].is_valid) {
/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/ppapi/host/
H A Dhost_message_context.h26 bool is_valid() const { return params.pp_resource() != 0; } function in struct:ppapi::host::ReplyMessageContext
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.h32 bool is_valid() const { return !!pp_array_output_.GetDataBuffer; } function in class:ppapi::ArrayWriter
33 bool is_null() const { return !is_valid(); }
/external/chromium_org/sql/
H A Dstatement.h38 // if (!s.is_valid())
54 // be valid. Use is_valid() to check if it's OK.
66 bool is_valid() const { return ref_->is_valid(); } function in class:sql::Statement
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h147 bool is_valid() const { return !elements.empty(); } function in struct:BookmarkNodeData
150 bool has_single_url() const { return is_valid() && elements[0].is_url; }
/external/chromium_org/components/favicon_base/
H A Dfavicon_types.h53 bool is_valid() const { return bitmap_data.get() && bitmap_data->size(); } function in struct:favicon_base::FaviconRawBitmapResult
/external/chromium_org/net/quic/crypto/
H A Dlocal_strike_register_client_test.cc87 bool is_valid; local
92 new RecordResultCallback(&called, &is_valid));
94 EXPECT_FALSE(is_valid);
100 bool is_valid; local
106 new RecordResultCallback(&called, &is_valid));
108 EXPECT_FALSE(is_valid);
114 bool is_valid; local
118 new RecordResultCallback(&called, &is_valid));
120 EXPECT_TRUE(is_valid);
/external/chromium_org/net/ssl/
H A Dssl_info.h43 bool is_valid() const { return cert.get() != NULL; } function in class:net::SSLInfo
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.h52 VGboolean is_valid; member in struct:arc
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h52 VGboolean is_valid; member in struct:arc
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_utils.c226 BOOLEAN is_valid = FALSE; local
232 is_valid = TRUE;
235 return is_valid;
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.h71 bool is_valid() const { return window1 && window2; } function in struct:ash::MultiWindowResizeController::ResizeWindows
90 // Returns a ResizeWindows based on the specified arguments. Use is_valid()
/external/chromium_org/base/memory/
H A Dweak_ptr.cc43 bool WeakReference::is_valid() const { return flag_.get() && flag_->IsValid(); } function in class:base::internal::WeakReference
/external/chromium_org/chrome/browser/printing/
H A Dprinter_query.cc139 bool PrinterQuery::is_valid() const { function in class:printing::PrinterQuery
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader_unittest.cc56 bool is_valid) {
68 EXPECT_EQ(is_valid, result);
51 VerifyWithAccountData(const std::string& full_name, const std::string& given_name, const std::string& url, const std::string& expected_url, const std::string& locale, bool is_valid) argument
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card_unittest.cc369 bool is_valid; member in struct:autofill::__anon6220
525 EXPECT_EQ(test_cases[i].is_valid, IsValidCreditCardNumber(card_number));

Completed in 786 milliseconds

12345