Lines Matching defs:SearchBox
5 #include "chrome/renderer/searchbox/searchbox.h"
18 #include "chrome/renderer/searchbox/searchbox_extension.h"
143 SearchBox::SearchBox(content::RenderView* render_view)
145 content::RenderViewObserverTracker<SearchBox>(render_view),
157 SearchBox::~SearchBox() {
160 void SearchBox::LogEvent(NTPLoggingEventType event) {
165 void SearchBox::LogImpression(int position, const base::string16& provider) {
171 void SearchBox::CheckIsUserSignedInToChromeAs(const base::string16& identity) {
176 void SearchBox::DeleteMostVisitedItem(
183 bool SearchBox::GenerateFaviconURLFromTransientURL(const GURL& transient_url,
203 bool SearchBox::GenerateThumbnailURLFromTransientURL(const GURL& transient_url,
219 void SearchBox::GetMostVisitedItems(
224 bool SearchBox::GetMostVisitedItemWithID(
231 const ThemeBackgroundInfo& SearchBox::GetThemeBackgroundInfo() {
235 void SearchBox::Focus() {
241 void SearchBox::NavigateToURL(const GURL& url,
249 void SearchBox::Paste(const base::string16& text) {
254 void SearchBox::SetVoiceSearchSupported(bool supported) {
259 void SearchBox::StartCapturingKeyStrokes() {
265 void SearchBox::StopCapturingKeyStrokes() {
271 void SearchBox::UndoAllMostVisitedDeletions() {
277 void SearchBox::UndoMostVisitedDeletion(
284 bool SearchBox::OnMessageReceived(const IPC::Message& message) {
286 IPC_BEGIN_MESSAGE_MAP(SearchBox, message)
313 void SearchBox::OnChromeIdentityCheckResult(const base::string16& identity,
321 void SearchBox::OnDetermineIfPageSupportsInstant() {
331 void SearchBox::OnFocusChanged(OmniboxFocusState new_focus_state,
364 void SearchBox::OnMarginChange(int margin, int width) {
373 void SearchBox::OnMostVisitedChanged(
388 void SearchBox::OnPromoInformationReceived(bool is_app_launcher_enabled) {
392 void SearchBox::OnSetDisplayInstantResults(bool display_instant_results) {
396 void SearchBox::OnSetInputInProgress(bool is_input_in_progress) {
413 void SearchBox::OnSetSuggestionToPrefetch(const InstantSuggestion& suggestion) {
422 void SearchBox::OnSubmit(const base::string16& query) {
433 void SearchBox::OnThemeChanged(const ThemeBackgroundInfo& theme_info) {
445 void SearchBox::OnToggleVoiceSearch() {
452 GURL SearchBox::GetURLForMostVisitedItem(InstantRestrictedID item_id) const {
457 void SearchBox::Reset() {