HomeSort by relevance Sort by last modified time
    Searched defs:Init (Results 126 - 150 of 566) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/cros/
burn_library.cc 30 void Init();
64 Init();
127 void BurnLibraryImpl::Init() {
screen_lock_library.cc 19 Init();
54 void Init() {
update_library.cc 21 Init();
77 void Init() {
  /external/chromium/chrome/browser/chromeos/login/
captcha_view.cc 149 void CaptchaView::Init() {
shutdown_button.cc 70 void ShutdownButton::Init() {
web_page_view.cc 107 void WebPageView::Init() {
134 dom_view()->Init(profile, site_instance);
  /external/chromium/chrome/browser/chromeos/
preferences.cc 142 void Preferences::Init(PrefService* prefs) {
143 tap_to_click_enabled_.Init(prefs::kTapToClickEnabled, prefs, this);
144 accessibility_enabled_.Init(prefs::kAccessibilityEnabled, prefs, this);
145 sensitivity_.Init(prefs::kTouchpadSensitivity, prefs, this);
146 use_24hour_clock_.Init(prefs::kUse24HourClock, prefs, this);
147 language_hotkey_next_engine_in_menu_.Init(
149 language_hotkey_previous_engine_.Init(
151 language_preferred_languages_.Init(prefs::kLanguagePreferredLanguages,
153 language_preload_engines_.Init(prefs::kLanguagePreloadEngines, prefs, this);
155 language_chewing_boolean_prefs_[i].Init(
    [all...]
wm_ipc.h 42 Init(WM_IPC_MESSAGE_UNKNOWN);
46 Init(type);
68 void Init(WmIpcMessageType type) {
  /external/chromium/chrome/browser/importer/
nss_decryptor_system_nss.cc 27 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) {
nss_decryptor_win.cc 40 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) {
  /external/chromium/chrome/browser/password_manager/
password_store.cc 32 bool PasswordStore::Init() {
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc 22 void AsynchronousPolicyLoader::Init() {
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 23 Init();
30 void TabContentsContainerGtk::Init() {
  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc 31 void Init(bool simulate_load_failure);
34 Init(false);
106 void KeywordEditorControllerTest::Init(bool simulate_load_failure) {
109 // If init is called twice, make sure that the controller is destroyed before
234 Init(true);
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.cc 136 Init();
180 void CookieInfoView::Init() {
  /external/chromium/chrome/browser/
user_style_sheet_watcher.cc 141 void UserStyleSheetWatcher::Init() {
145 NewRunnableMethod(this, &UserStyleSheetWatcher::Init));
  /external/chromium/chrome/browser/webdata/
keyword_table.cc 62 bool KeywordTable::Init() {
  /external/chromium/crypto/
encryptor_openssl.cc 55 bool Encryptor::Init(SymmetricKey* key, Mode mode, const std::string& iv) {
83 DCHECK(key_); // Must call Init() before En/De-crypt.
90 DCHECK(cipher); // Already handled in Init();
hmac_win.cc 98 bool HMAC::Init(const unsigned char* key, int key_length) {
100 // Init must not be called more than once on the same HMAC object.
  /external/chromium/net/base/
network_change_notifier_linux.cc 37 virtual void Init();
71 void NetworkChangeNotifierLinux::Thread::Init() {
  /external/chromium/net/disk_cache/
file_win.cc 74 bool File::Init(const FilePath& name) {
  /external/chromium/net/http/
http_auth.cc 108 void HttpAuth::ChallengeTokenizer::Init(std::string::const_iterator begin,
http_auth_handler_mock.cc 87 bool HttpAuthHandlerMock::Init(HttpAuth::ChallengeTokenizer* challenge) {
  /external/chromium/net/proxy/
init_proxy_resolver.cc 53 int InitProxyResolver::Init(const ProxyConfig& config,
  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 87 bool VCDiffCodeTableWriter::Init(size_t dictionary_size) {
99 if (!address_cache_.Init()) {
144 LOG(DFATAL) << "EncodeInstruction() called without calling Init()"
218 LOG(DFATAL) << "VCDiffCodeTableWriter::Copy() called without calling Init()"
353 // and dictionary. The caller will have to invoke Init() if a different
356 // Notably, Init() calls address_cache_.Init(). This resets the address
358 if (!Init(dictionary_size_)) {
359 LOG(DFATAL) << "Internal error: calling Init() to reset "

Completed in 5799 milliseconds

1 2 3 4 56 7 8 91011>>