HomeSort by relevance Sort by last modified time
    Searched full:expect_false (Results 1051 - 1075 of 3115) sorted by null

<<41424344454647484950>>

  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 209 EXPECT_FALSE(contents2->cross_navigation_pending());
228 EXPECT_FALSE(active_rvh()->GetSiteInstance()->IsRelatedSiteInstance(
335 EXPECT_FALSE(swapped_out_rwhv->did_swap_compositor_frame());
372 EXPECT_FALSE(widgets->GetNextHost());
374 EXPECT_FALSE(static_cast<RenderViewHostImpl*>(rvh)->is_swapped_out());
540 EXPECT_FALSE(controller().GetPendingEntry());
551 EXPECT_FALSE(pending_rvh());
555 EXPECT_FALSE(controller().GetPendingEntry());
566 EXPECT_FALSE(instance->HasSite());
580 EXPECT_FALSE(manager.pending_render_view_host())
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 599 EXPECT_FALSE(message.sure);
643 EXPECT_FALSE(HasAnyError(messages, phone));
658 EXPECT_FALSE(HasAnyError(messages, phone));
668 EXPECT_FALSE(HasAnyError(messages, phone));
706 EXPECT_FALSE(HasUnsureError(messages, CREDIT_CARD_EXP_4_DIGIT_YEAR));
714 EXPECT_FALSE(HasUnsureError(messages, CREDIT_CARD_EXP_MONTH));
731 EXPECT_FALSE(HasAnyError(messages, NAME_BILLING_FULL));
756 EXPECT_FALSE(HasAnyError(messages, NAME_BILLING_FULL));
762 EXPECT_FALSE(HasAnyError(messages, NAME_BILLING_FULL));
768 EXPECT_FALSE(HasAnyError(messages, NAME_BILLING_FULL))
    [all...]
  /external/chromium/base/
file_util_unittest.cc 663 EXPECT_FALSE(file_util::PathExists(file_name));
672 EXPECT_FALSE(file_util::PathExists(file_name));
695 EXPECT_FALSE(file_util::PathExists(file_name));
700 EXPECT_FALSE(file_util::PathExists(file_name));
701 EXPECT_FALSE(file_util::PathExists(subdir_path));
747 EXPECT_FALSE(file_util::PathExists(subdir_path2));
750 EXPECT_FALSE(file_util::Delete(test_subdir, false));
777 EXPECT_FALSE(file_util::PathExists(subdir_path2));
781 EXPECT_FALSE(file_util::PathExists(file_name));
782 EXPECT_FALSE(file_util::PathExists(subdir_path1))
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc 69 EXPECT_FALSE(info->GetByName("alsdkfjasldkfj"));
134 EXPECT_FALSE(
136 EXPECT_FALSE(permissions->HasEffectiveAccessToAllHosts());
142 EXPECT_FALSE(permissions->HasEffectiveAccessToURL(
144 EXPECT_FALSE(permissions->HasEffectiveAccessToAllHosts());
152 EXPECT_FALSE(permissions->HasEffectiveAccessToAllHosts());
160 EXPECT_FALSE(permissions->HasEffectiveAccessToAllHosts());
167 EXPECT_FALSE(permissions->HasEffectiveAccessToAllHosts());
177 EXPECT_FALSE(permissions->HasEffectiveAccessToAllHosts());
182 EXPECT_FALSE(permissions->HasEffectiveAccessToURL(GURL("https://test/")))
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 198 EXPECT_FALSE(is_phishing);
199 EXPECT_FALSE(csd_service_->GetValidCachedResult(
403 EXPECT_FALSE(SendClientReportPhishingRequest(url, score));
418 EXPECT_FALSE(SendClientReportPhishingRequest(second_url, score));
437 EXPECT_FALSE(csd_service_->IsInCache(second_url));
451 EXPECT_FALSE(SendClientReportMalwareRequest(url));
458 EXPECT_FALSE(SendClientReportMalwareRequest(url));
473 EXPECT_FALSE(SendClientReportMalwareRequest(url));
479 EXPECT_FALSE(SendClientReportMalwareRequest(url));
490 EXPECT_FALSE(SendClientReportMalwareRequest(url))
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 160 EXPECT_FALSE(stream->HasUrlFromHeaders());
203 EXPECT_FALSE(stream.HasUrlFromHeaders());
273 EXPECT_FALSE(stream->HasUrlFromHeaders());
358 EXPECT_FALSE(stream->HasUrlFromHeaders());
421 EXPECT_FALSE(stream->HasUrlFromHeaders());
480 EXPECT_FALSE(stream->HasUrlFromHeaders());
538 EXPECT_FALSE(stream->HasUrlFromHeaders());
551 EXPECT_FALSE(push_stream);
613 EXPECT_FALSE(stream->HasUrlFromHeaders());
631 EXPECT_FALSE(push_stream)
    [all...]
  /external/chromium_org/ui/base/l10n/
l10n_util_unittest.cc 458 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax(std::string()));
459 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("x"));
460 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("12"));
461 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("456"));
462 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("a1"));
463 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("enUS"));
464 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("zhcn"));
465 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("en.US"));
466 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("en#US"));
467 EXPECT_FALSE(l10n_util::IsValidLocaleSyntax("-en-US"))
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database_unittest.cc 151 EXPECT_FALSE(db()->GetFileInfo(file_id, &info));
202 EXPECT_FALSE(db()->UpdateFileInfo(file_id0, info));
219 EXPECT_FALSE(db()->UpdateFileInfo(file_id1, info));
239 EXPECT_FALSE(db()->UpdateFileInfo(file_id1, info));
257 EXPECT_FALSE(db()->RemoveFileInfo(file_id0));
277 EXPECT_FALSE(db()->GetChildWithName(0, name1, &check_file_id));
280 EXPECT_FALSE(db()->GetChildWithName(file_id0, name0, &check_file_id));
404 EXPECT_FALSE(db()->UpdateModificationTime(999, base::Time::UnixEpoch()));
410 EXPECT_FALSE(db()->GetFileInfo(file_id, &info0));
442 EXPECT_FALSE(db()->OverwritingMoveFile(directory_id, file_id))
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager_unittest.cc 123 EXPECT_FALSE(manager_.IsOwned(program2.get()));
134 EXPECT_FALSE(program1->InUse());
135 EXPECT_FALSE(program1->IsValid());
136 EXPECT_FALSE(program1->IsDeleted());
137 EXPECT_FALSE(program1->CanLink());
571 EXPECT_FALSE(program->CanLink());
585 EXPECT_FALSE(program->CanLink());
589 EXPECT_FALSE(program->CanLink());
593 EXPECT_FALSE(program->CanLink());
594 EXPECT_FALSE(program->AttachShader(&shader_manager_, vshader))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket_unittest.cc 228 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ));
234 EXPECT_FALSE(client->GetLocalAddress().IsNil());
239 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN));
240 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
246 EXPECT_FALSE(accept_addr.IsNil());
257 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
288 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN));
289 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
295 EXPECT_FALSE(accept_addr.IsNil());
306 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE))
    [all...]
win32regkey_unittest.cc 180 EXPECT_FALSE(SUCCEEDED(RegKey::MultiSZBytesToStringArray(
240 EXPECT_FALSE(r_key.HasValue(kValNameInt));
256 EXPECT_FALSE(r_key.HasValue(kValNameInt64));
281 EXPECT_FALSE(r_key.HasValue(kValNameInt));
308 EXPECT_FALSE(r_key.HasValue(kValNameBinary));
415 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameInt));
431 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameInt64));
447 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameFloat));
464 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameDouble));
490 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameStr))
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 205 EXPECT_FALSE(coded_input.LastTagWas(expected_value + 1));
231 EXPECT_FALSE(coded_input.ExpectTag(expected_value + 1));
234 EXPECT_FALSE(coded_input.ExpectTag(expected_value));
290 EXPECT_FALSE(coded_output.HadError());
307 EXPECT_FALSE(coded_output.HadError());
333 EXPECT_FALSE(coded_output.HadError());
525 EXPECT_FALSE(coded_output.HadError());
541 EXPECT_FALSE(coded_output.HadError());
599 EXPECT_FALSE(coded_output.HadError());
632 EXPECT_FALSE(coded_input.ReadString(&str, 1 << 30))
    [all...]
  /external/chromium/chrome/common/extensions/
extension_l10n_util_unittest.cc 34 EXPECT_FALSE(extension_l10n_util::GetValidLocales(src_path,
51 EXPECT_FALSE(extension_l10n_util::GetValidLocales(src_path,
80 EXPECT_FALSE(locales.empty());
82 EXPECT_FALSE(locales.find("xxx_yyy") != locales.end());
147 EXPECT_FALSE(error.empty());
258 EXPECT_FALSE(
276 EXPECT_FALSE(manifest.HasKey(keys::kDescription));
294 EXPECT_FALSE(manifest.HasKey(keys::kDescription));
306 EXPECT_FALSE(
406 EXPECT_FALSE(extension_l10n_util::ShouldRelocalizeManifest(info))
    [all...]
  /external/chromium_org/base/files/
file_unittest.cc 22 EXPECT_FALSE(file.IsValid());
38 EXPECT_FALSE(file.created());
43 EXPECT_FALSE(file.IsValid());
49 EXPECT_FALSE(file.IsValid());
50 EXPECT_FALSE(file.created());
74 EXPECT_FALSE(base::PathExists(file_path));
95 EXPECT_FALSE(same_file.created());
101 EXPECT_FALSE(base::PathExists(file_path));
202 EXPECT_FALSE(file2.IsValid());
289 EXPECT_FALSE(info.is_directory)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action_unittest.cc 63 EXPECT_FALSE(bad_message);
166 EXPECT_FALSE(ActionWorksOnRequest(
173 EXPECT_FALSE(ActionWorksOnRequest(
175 EXPECT_FALSE(ActionWorksOnRequest("http://clients1.google.com",
191 EXPECT_FALSE(result.get());
198 EXPECT_FALSE(result.get());
205 EXPECT_FALSE(result.get());
212 EXPECT_FALSE(bad_message);
228 EXPECT_FALSE(bad_message);
244 EXPECT_FALSE(bad_message)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers_unittest.cc 68 EXPECT_FALSE(CreatePACScriptFromDataURL("http://www.google.com", &out));
85 EXPECT_FALSE(bad_message);
89 EXPECT_FALSE(GetProxyModeFromExtensionPref(&proxy_config, &mode, &error,
113 EXPECT_FALSE(bad_message);
124 EXPECT_FALSE(bad_message);
142 EXPECT_FALSE(bad_message);
153 EXPECT_FALSE(bad_message);
184 EXPECT_FALSE(bad_message);
204 EXPECT_FALSE(bad_message);
218 EXPECT_FALSE(bad_message)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 330 EXPECT_FALSE(tab_strip->IsDragSessionActive());
354 EXPECT_FALSE(TabDragController::IsActive());
355 EXPECT_FALSE(tab_strip->IsDragSessionActive());
572 EXPECT_FALSE(TabDragController::IsActive());
573 EXPECT_FALSE(tab_strip->IsDragSessionActive());
622 EXPECT_FALSE(GetIsDragged(browser()));
631 EXPECT_FALSE(GetIsDragged(browser2));
634 EXPECT_FALSE(browser()->window()->IsMaximized());
635 EXPECT_FALSE(browser2->window()->IsMaximized());
701 EXPECT_FALSE(GetIsDragged(browser()))
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list_entry_unittest.cc 99 EXPECT_FALSE(entry->disabled());
109 EXPECT_FALSE(entry->NeedsMoreInfo(gpu_info()));
163 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
197 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
228 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
258 EXPECT_FALSE(entry->Contains(
261 EXPECT_FALSE(entry->Contains(
314 EXPECT_FALSE(entry->Contains(os_type[i], "10.6", gpu_info()));
466 EXPECT_FALSE(entry->Contains(GpuControlList::kOsWin, "10.6", gpu_info()));
609 EXPECT_FALSE(entry->Contains
    [all...]
  /external/chromium_org/net/quic/
quic_session_test.cc 160 EXPECT_FALSE(session_.IsClosedStream(i)) << " stream id: " << i;
183 EXPECT_FALSE(session_.IsCryptoHandshakeConfirmed());
192 EXPECT_FALSE(session_.IsClosedStream(i));
199 EXPECT_FALSE(session_.IsClosedStream(3));
200 EXPECT_FALSE(session_.IsClosedStream(5));
273 EXPECT_FALSE(session_.OnCanWrite());
277 EXPECT_FALSE(session_.HasPendingHandshake()); // Default value.
283 EXPECT_FALSE(session_.HasPendingHandshake());
288 EXPECT_FALSE(session_.HasPendingHandshake());
319 EXPECT_FALSE(session_.OnCanWrite())
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 173 EXPECT_FALSE(nigori.encrypt_everything());
174 EXPECT_FALSE(nigori.keystore_decryptor_token().blob().empty());
264 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
328 EXPECT_FALSE(encryption_handler()->MigratedToKeystore());
330 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
423 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
459 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
503 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
515 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
577 EXPECT_FALSE(GetCryptographer()->has_pending_keys())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 183 EXPECT_FALSE(Font::isCJKIdeograph(rangeStart - 1));
187 EXPECT_FALSE(Font::isCJKIdeograph(rangeEnd + 1));
213 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(rangeStart - 1));
217 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(rangeEnd + 1));
263 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(0x23BD));
267 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(0x23CD));
328 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(0x3130));
330 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(0x318F));
335 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(0x31FF));
348 EXPECT_FALSE(Font::isCJKIdeographOrSymbol(0xFF0D))
    [all...]
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher_browsertest.cc 126 EXPECT_FALSE(CanCloseTab(browser()));
140 EXPECT_FALSE(CanCloseTab(browser()));
158 EXPECT_FALSE(CanCloseTab(browser()));
173 EXPECT_FALSE(CanCloseTab(browser()));
178 EXPECT_FALSE(CanCloseTab(browser()));
210 EXPECT_FALSE(CanCloseTab(browser()));
231 EXPECT_FALSE(CanCloseTab(browser()));
245 EXPECT_FALSE(CanCloseTab(browser()));
269 EXPECT_FALSE(new_browser->profile()->IsOffTheRecord());
  /external/chromium/net/websockets/
websocket_throttle_unittest.cc 200 EXPECT_FALSE(callback_s2.have_result());
201 EXPECT_FALSE(callback_s3.have_result());
202 EXPECT_FALSE(callback_s4.have_result());
203 EXPECT_FALSE(callback_s5.have_result());
204 EXPECT_FALSE(callback_s6.have_result());
222 EXPECT_FALSE(callback_s4.have_result());
232 EXPECT_FALSE(callback_s4.have_result());
245 EXPECT_FALSE(callback_s4.have_result());
256 EXPECT_FALSE(callback_s4.have_result());
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder3_test.cc 57 EXPECT_FALSE(decoder_.FinishDecoding());
64 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
73 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
82 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
112 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
131 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
144 EXPECT_FALSE(decoder_.FinishDecoding());
155 EXPECT_FALSE(decoder_.FinishDecoding());
183 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data(),
192 EXPECT_FALSE(decoder_.DecodeChunk(delta_file_.data()
    [all...]
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 136 EXPECT_FALSE(tray()->IsAnyBubbleVisible());
162 EXPECT_FALSE(tray()->IsAnyBubbleVisible());
167 EXPECT_FALSE(tray_user_separator()->separator_shown());
178 EXPECT_FALSE(tray_user_separator()->separator_shown());
201 EXPECT_FALSE(tray()->IsAnyBubbleVisible());
203 EXPECT_FALSE(tray_user(i)->GetStateForTest());
204 EXPECT_FALSE(tray_user_separator()->separator_shown());
246 EXPECT_FALSE(tray()->IsAnyBubbleVisible());
296 EXPECT_FALSE(rect.IsEmpty());

Completed in 6120 milliseconds

<<41424344454647484950>>