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

/external/smack/src/org/jivesoftware/smackx/bookmark/
H A DSharedBookmark.java20 package org.jivesoftware.smackx.bookmark;
23 * Interface to indicate if a bookmark is shared across the server.
30 * Returns true if this bookmark is shared.
32 * @return returns true if this bookmark is shared.
H A DBookmarkedURL.java20 package org.jivesoftware.smackx.bookmark;
H A DBookmarkManager.java20 package org.jivesoftware.smackx.bookmark;
110 BookmarkedConference bookmark
113 if(conferences.contains(bookmark)) {
114 BookmarkedConference oldConference = conferences.get(conferences.indexOf(bookmark));
116 throw new IllegalArgumentException("Cannot modify shared bookmark");
124 bookmarks.addBookmarkedConference(bookmark);
168 * @param URL the url of the bookmark
169 * @param name the name of the bookmark
176 BookmarkedURL bookmark = new BookmarkedURL(URL, name, isRSS);
178 if(urls.contains(bookmark)) {
[all...]
H A DBookmarkedConference.java20 package org.jivesoftware.smackx.bookmark;
H A DBookmarks.java19 package org.jivesoftware.smackx.bookmark;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLFormattingElementList.cpp82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark& bookmark) argument
86 if (!bookmark.hasBeenMoved()) {
87 ASSERT(bookmark.mark()->element() == oldElement);
88 bookmark.mark()->replaceElement(newItem);
91 size_t index = bookmark.mark() - first();
H A DHTMLTreeBuilder.cpp1528 HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement); local
1557 bookmark.moveToAfter(nodeEntry);
1572 m_tree.activeFormattingElements()->swapTo(formattingElement, newItem, bookmark);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_bookmarks_sync_test.cc37 // Verify that the local bookmark model (for the Profile corresponding to
39 // is being used and each bookmark has a unique title. Folders are not
59 // Verify that all local bookmark titles exist once on the server.
125 // Wait for the bookmark position change to sync.
221 const BookmarkNode* bookmark = AddURL(0, "title", page_url); local
230 SetFavicon(0, bookmark, icon_url, original_favicon,
238 gfx::Image final_favicon = GetBookmarkModel(0)->GetFavicon(bookmark);
H A Dtwo_client_bookmarks_sync_test.cc179 const BookmarkNode* bookmark = AddURL(0, kGenericURLTitle, page_url); local
181 ASSERT_TRUE(bookmark != NULL);
183 SetFavicon(0, bookmark, icon_url, CreateFavicon(SK_ColorWHITE),
341 const BookmarkNode* bookmark = AddURL(0, title, GURL(kGenericURL)); local
342 ASSERT_TRUE(bookmark != NULL);
347 SetTitle(0, bookmark, new_title);
358 const BookmarkNode* bookmark = AddURL(0, kGenericURLTitle, url); local
359 ASSERT_TRUE(bookmark != NULL);
364 ASSERT_TRUE(SetURL(0, bookmark, new_url) != NULL);
370 // Test Scribe ID - 371818 - Renaming the same bookmark nam
377 const BookmarkNode* bookmark = AddURL(0, title, GURL(kGenericURL)); local
399 const BookmarkNode* bookmark = AddURL(0, kGenericURLTitle, url); local
517 const BookmarkNode* bookmark = AddURL(0, title, url); local
2105 base::DictionaryValue* bookmark = new base::DictionaryValue(); local
[all...]
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_image_service.cc127 const BookmarkNode* bookmark = local
131 if (bookmark) {
135 bookmark, &image_url, &width, &height);
159 // url set on a bookmark, and then enqueue the request for the image to
198 const BookmarkNode* bookmark = local
201 if (bookmark) {
204 bookmark, image_url, size.width(), size.height());
/external/chromium_org/sync/engine/
H A Dsyncer_util.cc283 LOG(ERROR) << "Update is missing requirements for bookmark position."
316 // In the new-style protocol, the server no longer sends bookmark info for
321 sync_pb::BookmarkSpecifics* bookmark = pb.mutable_bookmark(); local
323 bookmark->set_url(url);
325 bookmark->set_favicon(favicon_bytes);
332 // Update our unique bookmark tag. In many cases this will be identical to
404 // Legacy protocol response for bookmark data.
405 const sync_pb::SyncEntity::BookmarkData& bookmark = update.bookmarkdata(); local
407 bookmark.bookmark_url(),
408 bookmark
[all...]
H A Dsyncer_unittest.cc360 EXPECT_EQ("PNG", specifics.bookmark().favicon());
361 EXPECT_EQ("http://demo/", specifics.bookmark().url());
643 A.PutNonUniqueName("bookmark");
697 sync_pb::EntitySpecifics bookmark, encrypted_bookmark; local
698 bookmark.mutable_bookmark()->set_url("url");
699 bookmark.mutable_bookmark()->set_title("title");
725 GetCryptographer(&wtrans)->Encrypt(bookmark,
870 sync_pb::EntitySpecifics bookmark, encrypted_bookmark, modified_bookmark; local
871 bookmark.mutable_bookmark()->set_title("title");
872 other_cryptographer.Encrypt(bookmark,
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp43 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark) argument
46 if (bookmark == NULL) return NULL;
48 CPDF_Bookmark Bookmark = (CPDF_Dictionary*)bookmark;
53 // If this bookmark is not directly associated with a dest, we try to get action
59 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark) argument
61 if (bookmark == NULL) return NULL;
63 CPDF_Bookmark Bookmark = (CPDF_Dictionary*)bookmark;
/external/chromium_org/base/
H A Dvalues_unittest.cc47 DictionaryValue* bookmark; local
49 ASSERT_TRUE(bookmark_list->GetDictionary(0, &bookmark));
51 ASSERT_TRUE(bookmark->GetString("name", &bookmark_name));
54 ASSERT_TRUE(bookmark->GetString("url", &bookmark_url));
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc69 // Bookmark comparer for map of bookmark nodes.
83 // Truncate bookmark titles in the form sync does internally to avoid
101 // Provides the following abstraction: given a parent bookmark node, find best
105 // Creates an instance with the given parent bookmark node.
108 // Finds the bookmark node that matches the given url, title and folder
150 // Create a bookmark node from the given bookmark attributes.
169 // Helper class to build an index of bookmark nodes by their IDs.
175 // Adds the given bookmark node and all its descendants to the ID index.
179 // Finds the bookmark nod
355 NodesMatch( const BookmarkNode* bookmark, const syncer::BaseNode* sync_node) const argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarksBridge.java19 * bookmark model stored in native.
55 * to the bookmark model. It's mandatory to implement one method, bookmarkModelChanged. Other
126 * Called when the native side of bookmark is loaded and now in usable state.
133 * Called when there are changes to the bookmark model that don't trigger any of the other
167 * Load an empty partner bookmark shim for testing. The root node for bookmark will be an
176 * Add an observer to bookmark model changes.
184 * Remove an observer of bookmark model changes.
192 * @return Whether or not the underlying bookmark model is loaded.
230 * will be in the alphabetical order. Special top folders are managed bookmark an
586 addToList(List<BookmarkItem> bookmarksList, BookmarkItem bookmark) argument
[all...]
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc313 // Stack for Depth-First Search of bookmark model. It stores nodes and their
423 // Partner bookmark root node is under mobile node.
472 const BookmarkNode* bookmark = *iter; local
474 env, j_result_obj, bookmark->id(), GetBookmarkType(bookmark));
484 const BookmarkNode* bookmark = GetNodeByID(id, type); local
488 if (partner_bookmarks_shim_->IsPartnerBookmark(bookmark)) {
489 partner_bookmarks_shim_->RenameBookmark(bookmark, title);
491 bookmark_model_->SetTitle(bookmark, title);
836 // Called when there are changes to the bookmark mode
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc39 // Helper to get a mutable bookmark node.
44 // Helper to get a mutable permanent bookmark node.
211 // Skip deleting permanent nodes. Permanent bookmark nodes are the root and
543 BookmarkModel::URLAndTitle bookmark; local
544 bookmark.url = *url;
545 bookmark.title = (*i)->GetTitle();
546 bookmarks->push_back(bookmark);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_win.cc265 std::string bookmark(title_data, title_len);
266 bookmark.append(1, L'\n');
267 bookmark.append(url_data, url_len);
269 base::string16 wide_bookmark = base::UTF8ToWide(bookmark);
639 base::string16 bookmark(static_cast<const base::char16*>(::GlobalLock(data)));
642 ParseBookmarkClipboardFormat(bookmark, title, url);
665 void Clipboard::ParseBookmarkClipboardFormat(const base::string16& bookmark, argument
670 const size_t title_end = bookmark.find_first_of(kDelim);
672 title->assign(bookmark.substr(0, title_end));
675 const size_t url_start = bookmark
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc1974 // Look for a bookmark with the same name.
1978 FPDF_BOOKMARK bookmark = FPDFBookmark_Find(doc_, destination_pdf_wide); local
1979 if (!bookmark)
1981 dest = FPDFBookmark_GetDest(doc_, bookmark);
/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 ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 486 milliseconds