OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForBookmarkModelToLoad
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/chrome/browser/bookmarks/
bookmark_test_helpers.h
17
void
WaitForBookmarkModelToLoad
(BookmarkModel* model);
18
void
WaitForBookmarkModelToLoad
(Profile* profile);
bookmark_test_helpers.cc
97
void
WaitForBookmarkModelToLoad
(BookmarkModel* model) {
108
void
WaitForBookmarkModelToLoad
(Profile* profile) {
109
WaitForBookmarkModelToLoad
(BookmarkModelFactory::GetForProfile(profile));
bookmark_expanded_state_tracker_unittest.cc
37
test::
WaitForBookmarkModelToLoad
(GetModel());
bookmark_html_writer_unittest.cc
155
test::
WaitForBookmarkModelToLoad
(model);
bookmark_index_unittest.cc
244
test::
WaitForBookmarkModelToLoad
(model);
bookmark_node_data_unittest.cc
29
test::
WaitForBookmarkModelToLoad
(model_);
/external/chromium/chrome/browser/extensions/
extension_bookmark_manager_apitest.cc
33
ui_test_utils::
WaitForBookmarkModelToLoad
(model);
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_apitest.cc
36
test::
WaitForBookmarkModelToLoad
(model);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc
49
test::
WaitForBookmarkModelToLoad
(profile());
bookmark_bubble_view_unittest.cc
32
test::
WaitForBookmarkModelToLoad
(profile());
bookmark_menu_delegate_unittest.cc
28
test::
WaitForBookmarkModelToLoad
(model_);
bookmark_context_menu_test.cc
64
test::
WaitForBookmarkModelToLoad
(model_);
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc
35
test::
WaitForBookmarkModelToLoad
(model_);
bookmark_editor_gtk_unittest.cc
45
test::
WaitForBookmarkModelToLoad
(model_);
/external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc
144
test::
WaitForBookmarkModelToLoad
(bookmark_model2);
154
test::
WaitForBookmarkModelToLoad
(bookmark_model1);
178
test::
WaitForBookmarkModelToLoad
(bookmark_model);
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc
61
test::
WaitForBookmarkModelToLoad
(bookmark_model);
recently_used_folders_combo_model_unittest.cc
72
test::
WaitForBookmarkModelToLoad
(GetModel());
bookmark_context_menu_controller_unittest.cc
60
test::
WaitForBookmarkModelToLoad
(model_);
/external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc
108
test::
WaitForBookmarkModelToLoad
(bookmark_model_);
186
test::
WaitForBookmarkModelToLoad
(bookmark_model_);
/external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc
395
test::
WaitForBookmarkModelToLoad
(bookmark_model);
513
test::
WaitForBookmarkModelToLoad
(bookmark_model);
/external/chromium_org/chrome/browser/
browser_commands_unittest.cc
141
test::
WaitForBookmarkModelToLoad
(model);
/external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc
55
test::
WaitForBookmarkModelToLoad
(testing_profile_);
sqlite_cursor_unittest.cc
63
test::
WaitForBookmarkModelToLoad
(testing_profile_);
bookmark_model_sql_handler_unittest.cc
50
test::
WaitForBookmarkModelToLoad
(bookmark_model_);
/external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc
140
test::
WaitForBookmarkModelToLoad
(model_);
Completed in 552 milliseconds
1
2