HomeSort by relevance Sort by last modified time
    Searched refs:bookmark (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/smack/src/org/jivesoftware/smackx/bookmark/
SharedBookmark.java 20 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.
BookmarkManager.java 20 package org.jivesoftware.smackx.bookmark;
110 BookmarkedConference bookmark local
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); local
178 if(urls.contains(bookmark)) {
203 BookmarkedURL bookmark = it.next(); local
    [all...]
BookmarkedURL.java 20 package org.jivesoftware.smackx.bookmark;
23 * Respresents one instance of a URL defined using JEP-0048 Bookmark Storage JEP.
BookmarkedConference.java 20 package org.jivesoftware.smackx.bookmark;
23 * Respresents a Conference Room bookmarked on the server using JEP-0048 Bookmark Storage JEP.
  /external/lldb/test/pexpect-2.4/examples/
ftp.py 3 """This demonstrates an FTP "bookmark". This connects to an ftp site; does a
5 this case the "bookmark" is to a directory on the OpenBSD ftp server. It puts
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 46 // Build a set containing the bookmark bar folder names.
126 // If the bookmark bar is currently empty, we should import directly to it.
146 // If the user currently has no bookmarks in the bookmark bar, make sure that
156 for (std::vector<ImportedBookmarkEntry>::const_iterator bookmark =
158 bookmark != reordered_bookmarks.end(); ++bookmark) {
160 if (!bookmark->is_folder && !bookmark->url.is_valid())
164 if (import_to_top_level && (add_all_to_top_level || bookmark->in_toolbar)) {
180 // Ensure any enclosing folders are present in the model. The bookmark'
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 109 final Integer bookmark = getBookmark(); local
110 if (bookmark != null) {
115 MenuHelper.formatDuration(context, bookmark)));
123 mVideoView.seekTo(bookmark);
151 Video.VideoColumns.BOOKMARK};
160 int bookmark = getCursorInteger(cursor, 1); local
161 if ((bookmark < TWO_MINUTES)
163 || (bookmark > (duration - ONE_MINUTE))) {
166 return Integer.valueOf(bookmark);
190 private void setBookmark(int bookmark) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 196 final Integer bookmark = mBookmarker.getBookmark(mUri); local
197 if (bookmark != null) {
198 showResumeDialog(movieActivity, bookmark);
247 private void showResumeDialog(Context context, final int bookmark) {
252 GalleryUtils.formatDuration(context, bookmark / 1000)));
263 mVideoView.seekTo(bookmark);
484 private static final String BOOKMARK_CACHE_FILE = "bookmark";
498 public void setBookmark(Uri uri, int bookmark, int duration) {
507 dos.writeInt(bookmark);
529 int bookmark = dis.readInt() local
    [all...]
  /external/pdfium/fpdfsdk/include/
fpdfdoc.h 18 // Find a bookmark in the document, using the bookmark title.
21 // title - The UTF-16LE encoded Unicode string for the bookmark title to be searched. Can't be NULL.
23 // Handle to the found bookmark item. NULL if the title can't be found.
25 // It always returns the first found bookmark if more than one bookmarks have the same title.
30 // Get the destination associated with a bookmark item.
33 // bookmark - Handle to the bookmark.
35 // Handle to the destination data. NULL if no destination is associated with this bookmark.
37 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp 75 HTMLFormattingElementList::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element)
79 return Bookmark(&at(index));
82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark& bookmark)
86 if (!bookmark.hasBeenMoved()) {
87 ASSERT(bookmark.mark()->element() == oldElement);
88 bookmark.mark()->replaceElement(newItem);
91 size_t index = bookmark.mark() - first();
  /external/chromium_org/components/enhanced_bookmarks/
bookmark_image_service.cc 127 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());
bookmark_server_service.cc 59 const BookmarkNode* bookmark) const {
60 return model_->GetRemoteId(bookmark);
bookmark_server_service.h 35 // This abstract class manages the connection to the bookmark servers and
54 // Retrieves a bookmark by using its remote id. Returns null if nothing
58 const std::string RemoteIDForBookmark(const BookmarkNode* bookmark) const;
114 // A map from stars.id to bookmark nodes. With no null entries.
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 43 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark)
46 if (bookmark == NULL) return NULL;
48 CPDF_Bookmark Bookmark = (CPDF_Dictionary*)bookmark;
50 CPDF_Dest dest = Bookmark.GetDest(pDoc);
53 // If this bookmark is not directly associated with a dest, we try to get action
54 CPDF_Action Action = Bookmark.GetAction();
59 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark)
61 if (bookmark == NULL) return NULL;
63 CPDF_Bookmark Bookmark = (CPDF_Dictionary*)bookmark;
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_index_unittest.cc 66 TitleAndURL bookmark(titles[i], urls[i]);
67 bookmarks.push_back(bookmark);
181 TitleAndURL bookmark(titles[j], kAboutBlankURL);
182 bookmarks.push_back(bookmark);
301 TitleAndURL bookmark(data[i].title, kAboutBlankURL);
302 bookmarks.push_back(bookmark);
353 TitleAndURL bookmark("123456", data[i].url);
354 bookmarks.push_back(bookmark);
402 // Makes sure if the lower case string of a bookmark title is more characters
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 63 * Represents a managed bookmark.
105 Node.prototype.matches = function(bookmark) {
106 return this._title === bookmark.title &&
107 this._url === bookmark.url &&
108 typeof this._children === typeof bookmark.children;
165 * Creates new nodes in the bookmark model to represent this Node and its
199 // A bookmark moved is inserted at the new position before it is removed
322 // Observe bookmark modifications and revert any modifications made to managed
333 // Example: moving a non-managed bookmark in front of the managed
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 12 // Traverse the bookmark tree, and print the folder and nodes.
38 * When clicking on a bookmark in the extension, a new tab is fired with
39 * the bookmark url.
80 closeOnEscape: true, title: 'Add New Bookmark', modal: true,
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.h 33 // * Algorithm to associate bookmark model and sync model.
34 // * Methods to get a bookmark node for a given sync node and vice versa.
57 // bookmark model, looking for matched pairs of items. For any pairs it
73 // Returns sync id for the given bookmark node id.
75 // bookmark node id.
78 // Returns the bookmark node for the given sync id.
79 // Returns NULL if no bookmark node is found for the given sync id.
82 // Initializes the given sync node from the given bookmark node id.
83 // Returns false if no sync node was found for the given bookmark node id or
89 // Associates the given bookmark node with the given sync id
    [all...]
bookmark_model_associator.cc 69 // 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
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_bookmarks_sync_test.cc 37 // 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);
two_client_bookmarks_sync_test.cc 179 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 name twice
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/sync/internal_api/
base_node.cc 67 // we fill the unencrypted_data_ with a copy of the bookmark specifics that
71 !specifics.bookmark().has_title() &&
77 DVLOG(1) << "Reading from legacy bookmark, manually returning title "
122 specifics.bookmark();
236 return GetEntitySpecifics().bookmark();
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 265 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,
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.find_first_not_of(kDelim, title_end)
    [all...]
  /external/chromium_org/sync/engine/
syncer_util.cc 283 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.bookmark_favicon()
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 150 * Navigates to a bookmark ID.
173 * Updates the parent ID of the bookmark list and selects the correct tree item.
205 // After the list reloads, edit the desired bookmark.
218 // We handle the two cases of navigating to the bookmark to be edited
228 // Navigate to bookmark 'id' (which may be a query of the form q=query).
288 * This returns the user visible path to the folder where the bookmark is
291 * @return {string} The path to the the bookmark,
399 // empty area in a folder with 1 bookmark the text should still say "all".
482 case 'add-new-bookmark-command':
658 'add-new-bookmark', 'new-folder', 'sort'
    [all...]

Completed in 698 milliseconds

1 2 3