Home | History | Annotate | Download | only in js

Lines Matching refs:bookmark

150  * Navigates to a bookmark ID.
171 * Updates the parent ID of the bookmark list and selects the correct tree item.
203 // After the list reloads, edit the desired bookmark.
216 // We handle the two cases of navigating to the bookmark to be edited
226 // Navigate to bookmark 'id' (which may be a query of the form q=query).
294 * This returns the user visible path to the folder where the bookmark is
297 * @return {string} The path to the the bookmark,
397 // empty area in a folder with 1 bookmark the text should still say "all".
476 case 'add-new-bookmark-command':
643 'add-new-bookmark', 'new-folder', 'open-in-new-tab',
660 'add-new-bookmark', 'new-folder', 'sort',
680 $('add-new-bookmark-command').canExecuteChange();
774 * Returns the selected bookmark nodes of the provided tree or list.
778 * @return {!Array} Array of bookmark nodes.
786 * @return {!Array.<string>} An array of the selected bookmark IDs.
868 console.error('Failed to restore bookmark.');
976 * add-new-bookmark-command handler.
1060 * The currently selected bookmark, based on where the user is clicking.
1061 * @return {string} The ID of the currently selected bookmark (could be from
1073 * Pastes the copied/cutted bookmark into the right location depending whether
1160 case 'add-new-bookmark-command':
1291 // TODO(rustema): propagate policy value to the bookmark manager when it