HomeSort by relevance Sort by last modified time
    Searched refs:CheckValidity (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/dbus/
file_descriptor.cc 27 void FileDescriptor::CheckValidity() {
file_descriptor.h 63 void CheckValidity();
message_unittest.cc 115 temp.CheckValidity();
127 fd_value.CheckValidity();
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage_unittest.cc 38 bool CheckValidity() {
39 return storage_->CheckValidity();
381 TEST_F(ResourceMetadataStorageTest, CheckValidity) {
390 EXPECT_TRUE(CheckValidity());
397 EXPECT_TRUE(CheckValidity());
404 EXPECT_TRUE(CheckValidity());
407 EXPECT_FALSE(CheckValidity()); // Missing parent-child relationship.
411 EXPECT_TRUE(CheckValidity());
415 EXPECT_FALSE(CheckValidity()); // key3 is not stored in the storage.
422 EXPECT_TRUE(CheckValidity());
    [all...]
resource_metadata_storage.h 181 bool CheckValidity();
resource_metadata_storage.cc 270 } else if (!CheckValidity()) {
550 bool ResourceMetadataStorage::CheckValidity() {
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 134 TEST_F(SafeBrowsingStoreFileTest, CheckValidity) {
139 EXPECT_TRUE(store_->CheckValidity());
149 EXPECT_TRUE(store_->CheckValidity());
161 // CheckValidity() cannot be called.
171 EXPECT_FALSE(store_->CheckValidity());
191 EXPECT_FALSE(store_->CheckValidity());
safe_browsing_store.h 229 virtual bool CheckValidity() = 0;
safe_browsing_store_file.h 157 virtual bool CheckValidity() OVERRIDE;
200 // The checksum did not check out in CheckValidity() or in
safe_browsing_database.cc     [all...]
safe_browsing_store_file.cc 221 bool SafeBrowsingStoreFile::CheckValidity() {
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc 44 scoped_ptr<dbus::FileDescriptor> CheckValidity(
47 fd->CheckValidity();
158 // CheckValidity() call and pass that ownership to the GetAdapter() call.
162 base::Bind(&CheckValidity, base::Passed(&fd)),
  /external/llvm/include/llvm/Support/
ValueHandle.h 280 void CheckValidity() const {
300 CheckValidity();
304 CheckValidity();
  /external/chromium_org/chromeos/dbus/
debug_daemon_client.cc 161 base::Bind(&DebugDaemonClientImpl::CheckValidity,
347 base::Bind(&DebugDaemonClientImpl::CheckValidity,
407 static void CheckValidity(dbus::FileDescriptor* file_descriptor) {
408 file_descriptor->CheckValidity();
411 // Called when a CheckValidity response is received.
561 // Called when a CheckValidity response is received.

Completed in 218 milliseconds