/external/chromium/chrome/browser/chromeos/ |
audio_mixer.h | 33 virtual void Init(InitDoneCallback* callback) = 0; 57 // successful init. Non-blocking call.
|
setting_level_bubble_view.h | 28 void Init(SkBitmap* icon, int level_percent);
|
wm_overview_snapshot.h | 23 void Init(const gfx::Size& size, Browser* browser, int index);
|
/external/chromium/chrome/browser/chromeos/login/ |
shutdown_button.h | 19 void Init();
|
/external/chromium/chrome/browser/extensions/ |
extension_error_reporter.h | 26 static void Init(bool enable_noisy_errors);
|
/external/chromium/chrome/browser/importer/ |
firefox_profile_lock.h | 88 void Init();
|
nss_decryptor_null.h | 26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; }
|
/external/chromium/chrome/browser/ |
plugin_data_remover_helper.h | 30 void Init(const char* pref_name,
|
/external/chromium/chrome/browser/prefs/ |
pref_change_registrar.h | 28 void Init(PrefService* service);
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
after_translate_infobar_gtk.h | 20 virtual void Init();
|
/external/chromium/chrome/browser/ui/views/ |
database_info_view.h | 44 void Init();
|
dom_view_browsertest.cc | 20 widget->Init(NULL, gfx::Rect(0, 0, 400, 400)); 33 dom_view->Init(browser()->profile(), NULL); 51 dom_view->Init(browser()->profile(), NULL); 73 dom_view->Init(browser()->profile(), NULL);
|
indexed_db_info_view.h | 45 void Init();
|
local_storage_info_view.h | 45 void Init();
|
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.h | 30 void Init();
|
/external/chromium/chrome/browser/webdata/ |
token_service_table.h | 16 virtual bool Init();
|
/external/chromium/net/disk_cache/ |
mapped_file.h | 30 void* Init(const FilePath& name, size_t size);
|
/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.h | 36 void Init(const GURL& response_url);
|
p2p_transport.h | 40 virtual bool Init(const std::string& name,
|
/external/webrtc/src/system_wrappers/interface/ |
rw_lock_wrapper.h | 32 virtual int Init() = 0;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.h | 15 bool Init(int width, int height, GLenum format);
|
/external/chromium/chrome/browser/net/ |
net_pref_observer.cc | 35 network_prediction_enabled_.Init(prefs::kNetworkPredictionEnabled, prefs, 37 spdy_disabled_.Init(prefs::kDisableSpdy, prefs, this); 38 http_throttling_enabled_.Init(prefs::kHttpThrottlingEnabled, prefs, this);
|
/external/chromium/chrome/browser/ui/views/notifications/ |
balloon_view_host.cc | 41 host_->Init(GetWidget()->GetNativeView()); 57 void BalloonViewHost::Init(gfx::NativeView parent_native_view) { 59 BalloonHost::Init();
|
/external/llvm/lib/Transforms/Utils/ |
ModuleUtils.cpp | 36 if (Constant *Init = GVCtor->getInitializer()) { 37 unsigned n = Init->getNumOperands(); 40 CurrentCtors.push_back(cast<Constant>(Init->getOperand(i)));
|
/external/clang/include/clang/AST/ |
GlobalDecl.h | 31 void Init(const Decl *D) { 41 GlobalDecl(const VarDecl *D) { Init(D);} 42 GlobalDecl(const FunctionDecl *D) { Init(D); } 43 GlobalDecl(const BlockDecl *D) { Init(D); } 44 GlobalDecl(const ObjCMethodDecl *D) { Init(D); }
|