Searched defs:bookmark (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLFormattingElementList.cpp76 void HTMLFormattingElementList::swapTo(Element* oldElement, Element* newElement, const Bookmark& bookmark) argument
80 if (!bookmark.hasBeenMoved()) {
81 ASSERT(bookmark.mark()->element() == oldElement);
82 bookmark.mark()->replaceElement(newElement);
85 size_t index = bookmark.mark() - first();
H A DHTMLTreeBuilder.cpp1637 HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement); local
1665 bookmark.moveToAfter(nodeEntry);
1708 m_tree.activeFormattingElements()->swapTo(formattingElement, newElement.get(), bookmark);
/external/bluetooth/glib/tests/
H A Dbookmarkfile-test.c20 test_load (GBookmarkFile *bookmark, argument
26 res = g_bookmark_file_load_from_file (bookmark, filename, &error);
37 test_query (GBookmarkFile *bookmark) argument
44 size = g_bookmark_file_get_size (bookmark);
45 uris = g_bookmark_file_get_uris (bookmark, &uris_len);
55 if (!g_bookmark_file_has_item (bookmark, uris[i]))
57 g_print ("URI/bookmark mismatch: bookmark for '%s' does not exist\n", uris[i]);
68 test_modify (GBookmarkFile *bookmark) argument
76 g_bookmark_file_set_title (bookmark, NUL
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dbuild_commit_command.cc68 DCHECK(meta_entry->Get(SPECIFICS).HasExtension(sync_pb::bookmark));
70 // Old-style inlined bookmark data.
71 sync_pb::SyncEntity_BookmarkData* bookmark = local
76 meta_entry->Get(SPECIFICS).GetExtension(sync_pb::bookmark);
77 bookmark->set_bookmark_url(bookmark_specifics.url());
78 bookmark->set_bookmark_favicon(bookmark_specifics.favicon());
79 bookmark->set_bookmark_folder(false);
81 bookmark->set_bookmark_folder(true);
174 if (meta_entry.Get(SPECIFICS).HasExtension(sync_pb::bookmark)) {
H A Dsyncer_util.cc363 // In the new-style protocol, the server no longer sends bookmark info for
368 sync_pb::BookmarkSpecifics* bookmark = pb.MutableExtension(sync_pb::bookmark); local
370 bookmark->set_url(url);
372 bookmark->set_favicon(favicon_bytes);
433 // Legacy protocol response for bookmark data.
434 const SyncEntity::BookmarkData& bookmark = update.bookmarkdata(); local
436 bookmark.bookmark_url(),
437 bookmark.bookmark_favicon(),
/external/chromium/chrome/browser/importer/
H A Dprofile_writer.cc64 const std::vector<BookmarkEntry>& bookmark,
77 if (bookmark.size() > 1) {
81 for (std::vector<BookmarkEntry>::const_iterator it = bookmark.begin();
82 it != bookmark.end(); ++it) {
276 // Check whether the bookmark bar is shown in current pref.
63 AddBookmarkEntry( const std::vector<BookmarkEntry>& bookmark, const string16& first_folder_name, int options) argument
H A Dimporter_unittest.cc241 virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark, argument
245 for (size_t i = 0; i < bookmark.size(); ++i) {
246 if (FindBookmarkEntry(bookmark[i], kIEBookmarks,
470 "http://on.toolbar/bookmark/folder"},
473 "http://on.toolbar/bookmark"},
607 virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark, argument
610 for (size_t i = 0; i < bookmark.size(); ++i) {
611 if (FindBookmarkEntry(bookmark[i], kFirefox2Bookmarks,
817 virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark, argument
820 for (size_t i = 0; i < bookmark
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc45 // Bookmark comparer for map of bookmark nodes.
67 // Provides the following abstraction: given a parent bookmark node, find best
71 // Creates an instance with the given parent bookmark node.
97 // Create a bookmark node from the given sync node.
116 // Helper class to build an index of bookmark nodes by their IDs.
122 // Adds the given bookmark node and all its descendants to the ID index.
126 // Finds the bookmark node with the given ID.
263 bool BookmarkModelAssociator::NodesMatch(const BookmarkNode* bookmark, argument
265 if (bookmark->GetTitle() != WideToUTF16Hack(sync_node->GetTitle()))
267 if (bookmark
[all...]
/external/chromium/base/
H A Dvalues_unittest.cc48 DictionaryValue* bookmark; local
50 ASSERT_TRUE(bookmark_list->GetDictionary(0, &bookmark));
52 ASSERT_TRUE(bookmark->GetString("name", &bookmark_name));
55 ASSERT_TRUE(bookmark->GetString("url", &bookmark_url));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 153 milliseconds