OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc
62
virtual void
UpdateImage
() {}
speech_input_bubble_gtk.cc
52
virtual void
UpdateImage
();
215
UpdateImage
();
253
void SpeechInputBubbleGtk::
UpdateImage
() {
speech_input_bubble_views.cc
264
virtual void
UpdateImage
();
367
void SpeechInputBubbleImpl::
UpdateImage
() {
/external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc
235
UpdateImage
(keyword_image_, controller_->IsKeywordValid(GetKeywordInput()),
237
UpdateImage
(url_image_, controller_->IsURLValid(GetURLInput()),
239
UpdateImage
(title_image_, controller_->IsTitleValid(GetTitleInput()),
243
void EditSearchEngineDialog::
UpdateImage
(GtkWidget* image,
Completed in 161 milliseconds