HomeSort by relevance Sort by last modified time
    Searched defs:bookmarks (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_state.h 11 namespace bookmarks { namespace
21 } // namespace bookmarks
36 - (BOOL)isInState:(bookmarks::VisualState)state;
40 - (BOOL)isAnimatingToState:(bookmarks::VisualState)state;
44 - (BOOL)isAnimatingFromState:(bookmarks::VisualState)state;
48 - (BOOL)isAnimatingFromState:(bookmarks::VisualState)fromState
49 toState:(bookmarks::VisualState)toState;
53 - (BOOL)isAnimatingBetweenState:(bookmarks::VisualState)fromState
54 andState:(bookmarks::VisualState)toState;
bookmark_bar_constants.h 13 namespace bookmarks { namespace
43 } // namespace bookmarks
bookmark_bar_controller.h 14 #include "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h"
15 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h"
16 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h"
17 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h"
18 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_button.h"
35 namespace bookmarks { namespace
123 } // namespace bookmarks
135 didChangeFromState:(bookmarks::VisualState)oldState
136 toState:(bookmarks::VisualState)newState;
140 willAnimateFromState:(bookmarks::VisualState)oldStat
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 12 #include "chrome/browser/ui/bookmarks/bookmark_bar_constants.h"
14 namespace bookmarks { namespace
46 } // namespace bookmarks
bookmark_bar_controller.h 14 #include "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h"
15 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h"
16 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h"
17 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.h"
18 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_button.h"
36 namespace bookmarks { namespace
130 } // namespace bookmarks
226 // "Other bookmarks" button on the right side.
229 // "Apps" button to the right of "Other bookmarks".
245 // not include the "off the side" chevron or the "Other Bookmarks"
    [all...]
  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc 81 // The only thing this importer can import is a bookmarks file, aka
88 std::vector<ImportedBookmarkEntry> bookmarks; local
95 &bookmarks, local
98 if (!bookmarks.empty() && !cancelled()) {
101 bridge->AddBookmarks(bookmarks, first_folder_name);
bookmark_html_reader_unittest.cc 188 std::vector<ImportedBookmarkEntry> bookmarks; local
191 path, &bookmarks, NULL); local
193 ASSERT_EQ(3U, bookmarks.size());
194 ExpectFirstFirefox2Bookmark(bookmarks[0]);
195 ExpectSecondFirefox2Bookmark(bookmarks[1]);
196 ExpectThirdFirefox2Bookmark(bookmarks[2]);
205 std::vector<ImportedBookmarkEntry> bookmarks; local
208 path, &bookmarks, NULL); local
210 ASSERT_EQ(2U, bookmarks.size());
211 ExpectFirstEpiphanyBookmark(bookmarks[0])
235 std::vector<ImportedBookmarkEntry> bookmarks; local
240 path, &bookmarks, NULL); local
265 std::vector<ImportedBookmarkEntry> bookmarks; local
268 path, &bookmarks, NULL); local
    [all...]
  /external/chromium/chrome/browser/first_run/
first_run.h 56 std::vector<GURL> bookmarks; member in struct:FirstRun::MasterPrefs
59 // Import bookmarks and/or browser items (depending on platform support)
186 // Import bookmarks from an html file. The path to the file is provided in
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest.cc 192 // Import all bookmarks from a file which include an empty folder entry.
198 std::vector<ProfileWriter::BookmarkEntry> bookmarks; local
200 first_folder_name, importer, &bookmarks,
202 EXPECT_EQ(3, static_cast<int>(bookmarks.size()));
206 if (bookmarks.size() == 3) {
207 it = bookmarks.begin();
244 // Import non-default bookmarks from a file.
245 bookmarks.clear();
248 first_folder_name, importer, &bookmarks,
250 EXPECT_EQ(2, static_cast<int>(bookmarks.size()))
    [all...]
toolbar_importer_unittest.cc 41 // 6. Two correct bookmarks.
44 // 8. No <bookmarks> section in the xml.
45 // 9. No <bookmark> section below the <bookmarks> section.
51 "<?xml version=\"1.0\" ?> <xml_api_reply version=\"1\"> <bookmarks>"
70 "</bookmark> </bookmarks>";
72 "<?xml version=\"1.0\" ?> <xml_api_reply version=\"1\"> <bookmarks>"
91 "</bookmark> </bookmarks>";
93 "<?xml version=\"1.0\" ?> <xml_api_reply version=\"1\"> <bookmarks>"
112 "</bookmark> </bookmarks>";
114 "<?xml version=\"1.0\" ?> <xml_api_reply version=\"1\"> <bookmarks>"
318 std::vector<ProfileWriter::BookmarkEntry> bookmarks; local
    [all...]
toolbar_importer.cc 23 const char Toolbar5Importer::kBookmarksXmlTag[] = "bookmarks";
257 // Construct Bookmarks
258 std::vector<ProfileWriter::BookmarkEntry> bookmarks; local
259 if (ParseBookmarksFromReader(&reader, &bookmarks,
261 AddBookmarksToChrome(bookmarks);
288 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
291 DCHECK(bookmarks);
294 // Toolbar-Notebook/Bookmarks Protocol document located at
297 // <bookmarks><bookmark>...</bookmark><bookmark>...</bookmark></bookmarks>
    [all...]
firefox2_importer.cc 65 // Note history should be imported before bookmarks because bookmark import
67 // exist in history or bookmarks.
97 .AppendASCII("bookmarks.html");
154 std::vector<ProfileWriter::BookmarkEntry>* bookmarks,
226 bookmarks->push_back(entry);
245 // Bookmarks in sub-folder are encapsulated with <DL> tag.
279 bookmarks->push_back(entry);
291 bookmarks->insert(bookmarks->begin(), toolbar_bookmarks.begin(),
296 // Load the default bookmarks
302 std::vector<ProfileWriter::BookmarkEntry> bookmarks, toolbar_bookmarks; local
    [all...]
firefox3_importer.cc 81 // Note history should be imported before bookmarks because bookmark import
83 // exist in history or bookmarks.
173 // Load the default bookmarks. Its storage is the same as Firefox 2.
185 std::vector<ProfileWriter::BookmarkEntry> bookmarks; local
216 // Import only valid bookmarks
223 // Skip the default bookmarks and unwanted URLs.
250 // the "Other bookmarks".
274 bookmarks.push_back(entry);
291 if (!bookmarks.empty() && !cancelled()) {
297 bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options)
    [all...]
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 34 preferred_types_.insert(syncable::BOOKMARKS);
95 difference.insert(syncable::BOOKMARKS);
142 syncable::ModelTypeSet to_migrate1, to_migrate2, bookmarks; local
145 bookmarks.insert(syncable::BOOKMARKS);
163 EXPECT_CALL(*manager(), Configure(bookmarks));
167 SendConfigureDone(DataTypeManager::OK, bookmarks);
179 difference.insert(syncable::BOOKMARKS);
203 difference.insert(syncable::BOOKMARKS);
222 syncable::ModelTypeSet bookmarks; local
    [all...]
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 9 #include "chrome/browser/bookmarks/bookmark_model.h"
10 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
139 // Get all bookmarks and verify there is only one.
140 std::vector<BookmarkService::URLAndTitle> bookmarks; local
141 bookmark_model_->GetBookmarks(&bookmarks);
142 ASSERT_EQ(1u, bookmarks.size());
143 EXPECT_EQ(url_row.url(), bookmarks[0].url);
144 EXPECT_EQ(url_row.title(), bookmarks[0].title);
159 bookmarks.clear();
160 bookmark_model_->GetBookmarks(&bookmarks);
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.cc 5 #include "chrome/browser/bookmarks/bookmark_utils.h"
18 #include "chrome/browser/bookmarks/bookmark_model.h"
19 #include "chrome/browser/bookmarks/bookmark_node_data.h"
54 // searching for bookmarks.
299 std::vector<const BookmarkNode*> bookmarks; local
300 model->GetNodesByURL(url, &bookmarks);
301 if (!bookmarks.empty())
310 std::vector<const BookmarkNode*> bookmarks; local
311 model->GetNodesByURL(url, &bookmarks);
313 // Remove all the bookmarks
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.h 79 std::vector<GURL> bookmarks; member in struct:first_run::MasterPrefs
141 // ShouldShowSearchEngineDialog is true). Also imports bookmarks from file if
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 150 GURL bookmarks(chrome::kChromeUIBookmarksURL);
153 chrome::ShowSingletonTab(browser(), bookmarks); local
160 EXPECT_EQ(tab1->GetURL(), bookmarks);
  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 39 preferred_types_.Put(syncer::BOOKMARKS);
130 difference.Put(syncer::BOOKMARKS);
161 difference.Put(syncer::BOOKMARKS);
208 syncer::ModelTypeSet to_migrate1, to_migrate2, to_migrate_union, bookmarks; local
213 bookmarks.Put(syncer::BOOKMARKS);
239 SendConfigureDone(DataTypeManager::OK, bookmarks);
250 difference.Put(syncer::BOOKMARKS);
275 difference.Put(syncer::BOOKMARKS);
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 11 #include "chrome/browser/bookmarks/bookmark_model.h"
12 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
64 BookmarkModel* bookmarks = BookmarkModelFactory::GetForProfile(profile); local
65 bool has_bookmarks = bookmarks && bookmarks->HasBookmarks();
67 VLOG(1) << "ProfileSigninConfirmationHelper: profile contains bookmarks";
  /external/smack/src/org/jivesoftware/smackx/bookmark/
BookmarkManager.java 29 * Provides methods to manage bookmarks in accordance with JEP-0048. Methods for managing URLs and
41 PrivateDataManager.addPrivateDataProvider("storage", "storage:bookmarks",
42 new Bookmarks.Provider());
65 private Bookmarks bookmarks; field in class:BookmarkManager
70 * storage:bookmarks namespace.
72 * @param connection the connection for persisting and retrieving bookmarks.
86 * @throws XMPPException thrown when there was an error retrieving the current bookmarks from
92 return Collections.unmodifiableCollection(bookmarks.getBookmarkedConferences());
96 * Adds or updates a conference in the bookmarks
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
bookmarks_handler.cc 13 #include "chrome/browser/bookmarks/bookmark_model.h"
14 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
100 // Create the partner Bookmarks shim as early as possible (but don't attach).
133 // Attach the Partner Bookmarks shim under the Mobile Bookmarks.
217 ListValue* bookmarks = new ListValue(); local
219 // If this is the Mobile bookmarks folder then add the "Managed bookmarks"
224 bookmarks);
229 PopulateBookmark(bookmark, bookmarks);
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 60 test_data[i].api->GetSchema("bookmarks.create") != NULL);
639 { "bookmarks", "bookmarks", "" },
640 { "bookmarks.", "bookmarks", "" },
641 { ".bookmarks", "", "" },
642 { "bookmarks.create", "bookmarks", "create" },
643 { "bookmarks.create.", "bookmarks", "create." }
662 SimpleFeature* bookmarks = static_cast<SimpleFeature*>( local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 26 import android.provider.BrowserContract.Bookmarks;
41 * stored is the set of bookmarks. It's okay if I/O exceptions are thrown
87 * the backup service, parses that out, and rebuilds the bookmarks table in the
106 ArrayList<Bookmark> bookmarks = new ArrayList<Bookmark>(count); local
108 // Read all the bookmarks, then process later -- if we can't read
109 // all the data successfully, we don't touch the bookmarks table
117 bookmarks.add(mark);
120 // Okay, we have all the bookmarks -- now see if we need to add
122 int N = bookmarks.size();
124 if (DEBUG) Log.v(TAG, "Restoring " + N + " bookmarks");
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 5 #include "chrome/browser/bookmarks/bookmark_model.h"
13 #include "chrome/browser/bookmarks/bookmark_index.h"
14 #include "chrome/browser/bookmarks/bookmark_storage.h"
15 #include "chrome/browser/bookmarks/bookmark_utils.h"
93 // Comparator used when sorting bookmarks. Folders are sorted first, then
94 // bookmarks.
160 // Load the bookmarks. BookmarkStorage notifies us when done.
457 std::vector<const BookmarkNode*> bookmarks; local
458 GetNodesByURL(url, &bookmarks);
459 bool bookmarks_exist = !bookmarks.empty()
    [all...]

Completed in 434 milliseconds

1 2