HomeSort by relevance Sort by last modified time
    Searched defs:BOOKMARKS (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 25 BOOKMARKS = 0,
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 48 BOOKMARKS,
49 FIRST_REAL_MODEL_TYPE = BOOKMARKS, // Declared 2nd, for debugger prettiness.
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command_unittest.cc 38 AddDefaultFieldValue(BOOKMARKS, &result);
57 (*mutable_routing_info())[BOOKMARKS] = GROUP_UI;
171 int64 handle = entry_factory_->CreateSyncedItem("X", BOOKMARKS, true);
186 BOOKMARKS, NULL);
212 "parent", true, BOOKMARKS, &parent_handle);
243 int64 handle = entry_factory_->CreateSyncedItem("parent", BOOKMARKS, true);
259 "child", false, BOOKMARKS, NULL);
352 AddDefaultFieldValue(BOOKMARKS, &encrypted_bookmark);
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 97 DCHECK_EQ(model_type, BOOKMARKS);
130 name, false, BOOKMARKS, &metahandle);
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 53 BOOKMARKS,
54 FIRST_USER_MODEL_TYPE = BOOKMARKS, // Declared 2nd, for debugger prettiness.
  /external/chromium_org/sync/internal_api/
base_node.cc 84 // not we have no work to do, with the exception of bookmarks. For bookmarks
85 // we must make sure the bookmarks data has the title field supplied. If not,
87 // follows the new bookmarks format.
89 if (GetModelType() == BOOKMARKS &&
135 // Due to the change in bookmarks format, we need to check to see if this is
136 // a legacy bookmarks (and has no title field in the proto). If it is, we
139 if (GetModelType() == BOOKMARKS) {
150 DCHECK_EQ(GetModelTypeFromSpecifics(unencrypted_data_), BOOKMARKS);
179 // TODO(zea): refactor bookmarks to not need this functionality
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 44 import android.provider.BrowserContract.Bookmarks;
96 static final String TABLE_BOOKMARKS = "bookmarks";
105 static final String TABLE_BOOKMARKS_JOIN_IMAGES = "bookmarks LEFT OUTER JOIN images " +
106 "ON bookmarks.url = images." + Images.URL;
115 "history LEFT OUTER JOIN (%s) bookmarks " +
116 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
125 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url";
138 + " OR history.title LIKE ? OR bookmarks.title LIKE ?";
144 "url_key NOT IN (SELECT url FROM bookmarks "
660 final CharSequence[] bookmarks = res.getTextArray( local
1247 Object[] bookmarks = appendBookmarksIfFolder( local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 478 milliseconds