Home | History | Annotate | Download | only in static

Lines Matching full:code

5 Use the <code>chrome.bookmarks</code> module to create, organize,
37 <a href="#type-BookmarkTreeNode"><code>BookmarkTreeNode</code></a> object.
41 <code>BookmarkTreeNode</code> properties
42 are used throughout the <code>chrome.bookmarks</code> API.
44 <a href="#method-create"><code>create()</code></a>,
45 you pass in the new node's parent (<code>parentId</code>),
47 <code>index</code>, <code>title</code>, and <code>url</code> properties.
48 See <a href="#type-BookmarkTreeNode"><code>BookmarkTreeNode</code></a>
59 The following code creates a folder with the title "Extension bookmarks".
60 The first argument to <code>create()</code> specifies properties
78 this code doesn't bother to define a callback function.
84 'url': 'http://code.google.com/chrome/extensions'});
90 For other examples and for help in viewing the source code, see