HomeSort by relevance Sort by last modified time
    Searched full:ids_reassigned (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/chrome/test/base/
bookmark_load_observer.cc 14 void BookmarkLoadObserver::Loaded(BookmarkModel* model, bool ids_reassigned) {
bookmark_load_observer.h 24 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
  /external/chromium_org/chrome/browser/profiles/
bookmark_model_loaded_observer.cc 18 bool ids_reassigned) {
bookmark_model_loaded_observer.h 20 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
  /external/chromium_org/chrome/browser/bookmarks/
base_bookmark_model_observer.cc 8 bool ids_reassigned) {
bookmark_model_observer.h 14 // Invoked when the model has finished loading. |ids_reassigned| mirrors
15 // that of BookmarkLoadDetails::ids_reassigned. See it for details.
16 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) = 0;
bookmark_expanded_state_tracker.cc 62 bool ids_reassigned) {
63 if (ids_reassigned) {
base_bookmark_model_observer.h 21 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
bookmark_expanded_state_tracker.h 33 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
bookmark_storage.h 84 bool ids_reassigned() const { return ids_reassigned_; } function in class:BookmarkLoadDetails
bookmark_codec.h 75 bool ids_reassigned() const { return ids_reassigned_; } function in class:BookmarkCodec
bookmark_storage.cc 72 details->set_ids_reassigned(codec.ids_reassigned());
  /external/chromium_org/chrome/browser/android/provider/
bookmark_model_observer_task.cc 35 bool ids_reassigned) {
bookmark_model_observer_task.h 34 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.h 45 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
bookmark_data_type_controller.cc 94 bool ids_reassigned) {
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.h 30 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
bookmark_bar_bridge.mm 42 void BookmarkBarBridge::Loaded(BookmarkModel* model, bool ids_reassigned) {
bookmark_model_observer_for_cocoa.h 66 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE { }
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.h 67 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
bookmark_tab_helper.cc 98 void BookmarkTabHelper::Loaded(BookmarkModel* model, bool ids_reassigned) {
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 37 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
124 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 61 virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE {}
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 73 bool ids_reassigned() const { return ids_reassigned_; } function in class:BookmarkCodec
bookmark_storage.h 64 bool ids_reassigned() const { return ids_reassigned_; } function in class:BookmarkLoadDetails

Completed in 341 milliseconds

1 2