Home | History | Annotate | Download | only in search

Lines Matching defs:InstantService

56 InstantService::InstantService(Profile* profile)
133 InstantService::~InstantService() {
138 void InstantService::AddInstantProcess(int process_id) {
149 bool InstantService::IsInstantProcess(int process_id) const {
153 void InstantService::AddObserver(InstantServiceObserver* observer) {
157 void InstantService::RemoveObserver(InstantServiceObserver* observer) {
161 void InstantService::DeleteMostVisitedItem(const GURL& url) {
169 void InstantService::UndoMostVisitedDeletion(const GURL& url) {
177 void InstantService::UndoAllMostVisitedDeletions() {
185 void InstantService::UpdateThemeInfo() {
194 void InstantService::UpdateMostVisitedItemsInfo() {
198 void InstantService::Shutdown() {
210 void InstantService::Observe(int type,
226 base::Bind(&InstantService::OnMostVisitedItemsReceived,
238 NOTREACHED() << "Unexpected notification type in InstantService.";
242 void InstantService::SendSearchURLsToRenderer(content::RenderProcessHost* rph) {
247 void InstantService::OnOmniboxStartMarginChanged(int start_margin) {
253 void InstantService::OnRendererProcessTerminated(int process_id) {
264 void InstantService::OnMostVisitedItemsReceived(
280 void InstantService::NotifyAboutMostVisitedItems() {
285 void InstantService::OnThemeChanged(ThemeService* theme_service) {
393 void InstantService::OnTemplateURLServiceChanged() {
424 void InstantService::ResetInstantSearchPrerenderer() {