/external/webkit/Source/WebKit/android/wds/ |
Command.h | 84 static void Init();
|
/external/webrtc/src/system_wrappers/source/ |
rw_lock_generic.cc | 35 int RWLockWrapperGeneric::Init()
|
/external/webrtc/test/testsupport/ |
frame_writer.cc | 29 bool FrameWriterImpl::Init() {
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_handler.cc | 208 remoting_options_handler_.Init(web_ui_); 227 enable_metrics_recording_.Init(prefs::kMetricsReportingEnabled, 229 cloud_print_proxy_email_.Init(prefs::kCloudPrintEmail, prefs, this); 230 cloud_print_proxy_enabled_.Init(prefs::kCloudPrintProxyEnabled, prefs, this); 233 rev_checking_enabled_.Init(prefs::kCertRevocationCheckingEnabled, 235 ssl3_enabled_.Init(prefs::kSSL3Enabled, g_browser_process->local_state(), 237 tls1_enabled_.Init(prefs::kTLS1Enabled, g_browser_process->local_state(), 240 default_download_location_.Init(prefs::kDownloadDefaultDirectory, 242 ask_for_save_location_.Init(prefs::kPromptForDownload, prefs, this); 243 auto_open_files_.Init(prefs::kDownloadExtensionsToOpen, prefs, this) [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
screen_lock_library.cc | 19 Init(); 54 void Init() {
|
/external/chromium/chrome/browser/chromeos/ |
drop_shadow_label.cc | 23 Init(); 26 void DropShadowLabel::Init() {
|
/external/chromium/chrome/browser/password_manager/ |
encryptor_linux.cc | 90 if (!encryptor.Init(encryption_key.get(), crypto::Encryptor::CBC, iv)) 132 if (!encryptor.Init(encryption_key.get(), crypto::Encryptor::CBC, iv))
|
/external/chromium/chrome/browser/sessions/ |
session_backend.cc | 208 void SessionBackend::Init() { 223 Init(); 244 Init(); 253 Init(); 259 Init(); 264 Init(); 297 Init(); 306 Init();
|
/external/chromium/net/base/ |
network_config_watcher_mac.cc | 36 virtual void Init(); 65 void NetworkConfigWatcherMacThread::Init() {
|
pem_tokenizer.cc | 32 Init(str, allowed_block_types); 87 void PEMTokenizer::Init(
|
/external/chromium/net/disk_cache/ |
mapped_file_unittest.cc | 45 ASSERT_TRUE(file->Init(filename, 8192)); 60 ASSERT_TRUE(file->Init(filename, 8192));
|
/external/chromium/net/http/ |
http_vary_data.cc | 21 bool HttpVaryData::Init(const HttpRequestInfo& request_info, 86 if (!new_vary_data.Init(request_info, cached_response_headers)) {
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash.h | 105 static bool Init(); 113 " before calling RollingHash::Init()" << LOG_ENDL; 150 // Init(), below, for a description of how the contents of remove_table_ are 167 // See the comments in Init(), below, for a description of how the contents of 172 // Init() checks to make sure that the static object remove_table_ has been 178 bool RollingHash<window_size>::Init() { 191 // partially-initialized table. If two threads happen to call Init()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunport.h | 56 if (!port->Init()) { 89 bool Init();
|
/external/clang/test/SemaTemplate/ |
instantiate-template-template-parm.cpp | 76 typedef Inner<U> Init; 77 X0<Init::template VeryInner>::apply();
|
/external/skia/include/core/ |
SkPixelRef.h | 36 #define SK_DECLARE_PIXEL_REF_REGISTRAR() static void Init(); 39 void pixelRef::Init() { \
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 114 unsigned long Init(int im_width,int im_height, 123 * (returned by Init()). 202 virtual unsigned long Init(int im_width,int im_height, 213 * (returned by Init()). 237 * Checks if Init() was called. 238 * \return 1 if Init() was called, 0 otherwise.
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 114 unsigned long Init(int im_width,int im_height, 123 * (returned by Init()). 202 virtual unsigned long Init(int im_width,int im_height, 213 * (returned by Init()). 237 * Checks if Init() was called. 238 * \return 1 if Init() was called, 0 otherwise.
|
/external/chromium/chrome/browser/sync/util/ |
nigori.cc | 134 if (!encryptor.Init(encryption_key_.get(), Encryptor::CBC, 147 if (!hmac.Init(raw_mac_key)) 176 if (!encryptor.Init(encryption_key_.get(), Encryptor::CBC, iv)) 188 if (!hmac.Init(raw_mac_key)) 225 if (!hmac.Init(raw_mac_key)) 238 if (!encryptor.Init(encryption_key_.get(), Encryptor::CBC, iv))
|
/external/chromium/crypto/ |
hmac_unittest.cc | 56 ASSERT_TRUE(hmac.Init(kClientKey, kKeySize)); 125 ASSERT_TRUE(hmac.Init(reinterpret_cast<const unsigned char*>(cases[i].key), 151 ASSERT_TRUE(hmac.Init(key, sizeof(key))); 191 ASSERT_TRUE(hmac.Init(kKnownSecretKey, kKnownSecretKeySize)); 198 ASSERT_TRUE(hmac2.Init(kKnownSecretKey, kKnownSecretKeySize)); 229 ASSERT_TRUE(hmac.Init(reinterpret_cast<const unsigned char*>(key), key_len));
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediaengine.h | 92 virtual bool Init() = 0; 159 virtual bool Init() { 160 if (!voice_.Init()) 162 if (!video_.Init()) { 283 bool Init() { return true; } 312 bool Init() { return true; }
|
/external/clang/lib/CodeGen/ |
CGVTT.cpp | 80 llvm::Constant *Init = 83 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy); 85 VTTComponents.push_back(Init); 88 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); 90 VTT->setInitializer(Init);
|
CGVTables.cpp | 528 llvm::Constant *Init = 0; 532 Init = llvm::ConstantInt::get(PtrDiffTy, 534 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy); 537 Init = llvm::ConstantInt::get(PtrDiffTy, 539 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy); 542 Init = llvm::ConstantInt::get(PtrDiffTy, 544 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy) [all...] |
/external/chromium/net/socket/ |
client_socket_pool_base_unittest.cc | 675 handle.Init("a", 715 handle.Init("a", [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
custom_button.cc | 174 Init(widget); 185 void CustomDrawHoverController::Init(GtkWidget* widget) { 225 Init(); 243 Init(); 261 Init(); 274 void CustomDrawButton::Init() { 279 hover_controller_.Init(widget());
|