Lines Matching full:backend
65 // HistoryDBTask can be used to process arbitrary work on the history backend
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
120 // Triggers the backend to load if it hasn't already, and then returns whether
124 // Returns true if the backend has finished loading.
127 // Unloads the backend without actually shutting down the history service.
132 // Called on shutdown, this will tell the history backend to complete and
151 // Triggers the backend to load if it hasn't already, and then returns the
525 // Schedules a HistoryDBTask for running on the history backend thread. See
537 // backend to be called once the history backend has terminated. This allows
610 // that is only set by unittests which causes the backend to not init its DB.
621 // Broadcasts the given notification. This is called by the backend so that
631 // Initializes the backend.
634 // Notification from the backend that it has finished loading. Sends
644 // Used by the FaviconService to get a favicon from the history backend.
650 // backend.
656 // Used by the FaviconService to get a favicon from the history backend.
672 // backend.
679 // Sets the in-memory URL database. This is called by the backend once the
779 BackendFunc func) { // Function to call on backend.
787 BackendFunc func, // Function to call on backend.
796 BackendFunc func, // Function to call on backend.
807 BackendFunc func, // Function to call on backend.
823 BackendFunc func, // Function to call on backend.
860 // Has the backend finished loading? The backend is loaded once Init has
864 // Cached values from Init(), used whenever we need to reload the backend.