/external/chromium_org/chrome/browser/ui/webui/signin/ |
login_ui_service.cc | 23 : ui_(NULL), profile_(profile) { 38 ui_ = ui; 39 FOR_EACH_OBSERVER(Observer, observer_list_, OnLoginUIShown(ui_)); 46 ui_ = NULL;
|
login_ui_service.h | 53 return ui_; 75 LoginUI* ui_; member in class:LoginUIService
|
/external/chromium_org/mojo/public/tests/ |
bindings_remote_ptr_unittest.cc | 18 : ui_(pipe.Pass()), 20 ui_.SetPeer(this); 24 ui_->Output(total_); 29 ui_->Output(total_); 34 ui_->Output(total_); 38 RemotePtr<math::CalculatorUI> ui_; member in class:mojo::test::MathCalculatorImpl
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.h | 125 // Sets (presents) the information about the site's permissions in the |ui_|. 128 // Sets (presents) the information about the site's data in the |ui_|. 132 // in the |ui_|. 135 // Sets (presents) history information about the site in the |ui_|. Passing 144 WebsiteSettingsUI* ui_; member in class:WebsiteSettings
|
website_settings.cc | 135 ui_(ui), 537 ui_->SetSelectedTab(tab_id); 603 ui_->SetPermissionInfo(permission_info_list); 633 ui_->SetCookieInfo(cookie_info_list); 654 ui_->SetIdentityInfo(info); 659 ui_->SetFirstVisit(base::string16()); 678 ui_->SetFirstVisit(first_visit_text);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
main_wnd.cc | 83 : ui_(CONNECT_TO_SERVER), wnd_(NULL), edit1_(NULL), edit2_(NULL), 140 if (ui_ == STREAMING) { 158 ui_ = CONNECT_TO_SERVER; 173 ui_ = LIST_PEERS; 181 ui_ = STREAMING; 223 if (ui_ == STREAMING && remote_renderer && local_renderer) { 317 if (ui_ == CONNECT_TO_SERVER) { 322 } else if (ui_ == LIST_PEERS) { 346 if (ui_ == CONNECT_TO_SERVER) { 348 } else if (ui_ == LIST_PEERS) [all...] |
main_wnd.h | 110 virtual UI current_ui() { return ui_; } 197 UI ui_; member in class:MainWnd
|
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_ui_proxy.cc | 29 scoped_ptr<MediaStreamUI> ui_; member in class:content::MediaStreamUIProxy::Core 80 if (ui_) { 81 ui_->OnStarted(base::Bind(&Core::ProcessStopRequestFromUI, 91 ui_ = stream_ui.Pass();
|
/bootable/recovery/ |
adb_install.cpp | 73 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) { 74 ui = ui_;
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_registry_service_unittest.cc | 41 : ui_(content::BrowserThread::UI, &message_loop_), 53 content::TestBrowserThread ui_; member in class:extensions::RulesRegistryServiceTest
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui.h | 88 strings to prompt for data. The names are UI_{add,dup}_<function>_string 89 and UI_{add,dup}_input_boolean. 91 UI_{add,dup}_<function>_string have the following meanings: 107 UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ui.h | 88 strings to prompt for data. The names are UI_{add,dup}_<function>_string 89 and UI_{add,dup}_input_boolean. 91 UI_{add,dup}_<function>_string have the following meanings: 107 UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
|
/external/openssl/crypto/ui/ |
ui.h | 88 strings to prompt for data. The names are UI_{add,dup}_<function>_string 89 and UI_{add,dup}_input_boolean. 91 UI_{add,dup}_<function>_string have the following meanings: 107 UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
|
/external/openssl/include/openssl/ |
ui.h | 88 strings to prompt for data. The names are UI_{add,dup}_<function>_string 89 and UI_{add,dup}_input_boolean. 91 UI_{add,dup}_<function>_string have the following meanings: 107 UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_manager.js | 657 this.ui_ = new FileManagerUI(this.dialogDom_, this.dialogType); 658 this.fileTypeSelector_ = this.ui_.fileTypeSelector; 659 this.okButton_ = this.ui_.okButton; 660 this.cancelButton_ = this.ui_.cancelButton; 678 this.ui_.initDialogs(); 683 this.error = this.ui_.errorDialog; 684 this.alert = this.ui_.alertDialog; 685 this.confirm = this.ui_.confirmDialog; 686 this.prompt = this.ui_.promptDialog; 687 this.shareDialog_ = this.ui_.shareDialog [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_rules_registry_unittest.cc | 85 ui_(content::BrowserThread::UI, &message_loop_), 227 content::TestBrowserThread ui_; member in class:extensions::WebRequestRulesRegistryTest [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
testimg.uue | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
testimg.uue | [all...] |