HomeSort by relevance Sort by last modified time
    Searched full:haschanges (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 34 ASSERT_FALSE(context().HasChanges());
43 ASSERT_TRUE(context().HasChanges());
53 ASSERT_TRUE(context().HasChanges());
66 ASSERT_FALSE(context().HasChanges());
71 ASSERT_TRUE(context().HasChanges());
75 ASSERT_FALSE(context().HasChanges());
86 ASSERT_TRUE(context().HasChanges());
90 ASSERT_TRUE(context().HasChanges());
94 ASSERT_FALSE(context().HasChanges());
99 ASSERT_TRUE(context().HasChanges());
    [all...]
screen_context.cc 85 bool ScreenContext::HasChanges() const {
100 DCHECK(!HasChanges());
screen_context.h 66 bool HasChanges() const;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_context_test.html 33 assertFalse(context.hasChanges());
42 assertTrue(context.hasChanges());
52 assertTrue(context.hasChanges());
66 assertFalse(context.hasChanges());
71 assertTrue(context.hasChanges());
74 assertFalse(context.hasChanges());
83 assertTrue(context.hasChanges());
87 assertTrue(context.hasChanges());
92 assertFalse(context.hasChanges());
97 assertTrue(context.hasChanges());
    [all...]
screen_context.js 67 hasChanges: function() {
75 require(!this.hasChanges(), 'Context has changes.');
  /external/jdiff/src/jdiff/
HTMLIndexes.java 166 boolean hasAdditions, boolean hasChanges) {
223 if (hasChanges) {
252 boolean hasChanges = false;
254 hasChanges = true;
255 recordDiffs(hasRemovals, hasAdditions, hasChanges);
276 emitIndexHeader("Packages", indexType, hasRemovals, hasAdditions, hasChanges);
449 boolean hasChanges = false;
458 hasChanges = true;
459 recordDiffs(hasRemovals, hasAdditions, hasChanges);
480 emitIndexHeader("Classes", indexType, hasRemovals, hasAdditions, hasChanges);
    [all...]
HTMLReportGenerator.java     [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_change_handler.h 67 bool HasChanges() const { return !changes_.empty(); }
drive_file_sync_service_fake_unittest.cc 458 EXPECT_TRUE(!remote_change_handler().HasChanges());
508 EXPECT_TRUE(!remote_change_handler().HasChanges());
529 EXPECT_TRUE(!remote_change_handler().HasChanges());
571 EXPECT_TRUE(!remote_change_handler().HasChanges());
drive_file_sync_service.cc 616 if (!remote_change_handler_.HasChanges()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SettingsScreen.js     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 404 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) {
414 if (hasChanges(state, type)) {
466 private static boolean hasChanges(RawContactDelta state, AccountType accountType) {
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 698 milliseconds