OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInstructionText
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h
83
base::string16
GetInstructionText
() const;
fullscreen_exit_bubble.cc
144
base::string16 FullscreenExitBubble::
GetInstructionText
() const {
/external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc
126
instruction_label_ = gtk_label_new(UTF16ToUTF8(
GetInstructionText
()).c_str());
/external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc
149
mouse_lock_exit_instruction_->SetText(bubble_->
GetInstructionText
());
Completed in 47 milliseconds