HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 351 - 375 of 1140) sorted by null

<<11121314151617181920>>

  /external/chromium/base/
logging.cc 200 // LoggingLock::Init() should be called from the main thread before any logging
215 static void Init(LogLockingState lock_log, const PathChar* new_log_file) {
377 LoggingLock::Init(lock_log, new_log_file);
529 Init(file, line);
534 Init(file, line);
539 Init(file, line);
544 Init(file, line);
552 Init(file, line);
598 LoggingLock::Init(LOCK_LOG_FILE, NULL);
651 void LogMessage::Init(const char* file, int line)
    [all...]
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 67 Init();
72 Init();
80 Init();
85 Init(w);
89 Init(w.DefaultValue());
125 Init(w.DefaultValue());
168 void Init() {
169 Init(W::Zero());
172 void Init(const W& default_value) {
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 385 menu->Init();
413 menu->Init();
426 menu->Init();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
background_view.cc 136 void BackgroundView::Init(const GURL& background_url) {
145 background_area_->Init(profile, NULL);
156 shutdown_button_->Init();
176 window->Init(NULL, bounds);
178 (*view)->Init(background_url);
358 status_area_->Init();
enterprise_enrollment_view.cc 89 void EnterpriseEnrollmentView::Init() {
106 enrollment_page_view_->Init(
password_changed_view.cc 79 Init();
83 void PasswordChangedView::Init() {
web_page_view.cc 107 void WebPageView::Init() {
134 dom_view()->Init(profile, site_instance);
  /external/chromium/sdch/open-vcdiff/src/
decodetable_test.cc 37 reader_.Init(&instructions_and_sizes_ptr_,
343 reader_.Init(&instructions_and_sizes_ptr_,
349 reader_.Init(&instructions_and_sizes_ptr_,
361 reader_.Init(&instructions_and_sizes_ptr_,
368 reader_.Init(&instructions_and_sizes_ptr_,
377 reader_.Init(&instructions_and_sizes_ptr_,
vcdiffengine.cc 45 bool VCDiffEngine::Init() {
47 LOG(DFATAL) << "Init() called twice for same VCDiffEngine object"
57 if (!RollingHash<BlockHash::kBlockSize>::Init()) {
158 "called before VCDiffEngine::Init()" << LOG_ENDL;
  /external/stlport/src/
locale_impl.cpp 55 static _Stl_aligned_buffer<_Locale_impl::Init> __Loc_init_buf;
57 _Locale_impl::Init::Init() {
63 _Locale_impl::Init::~Init() {
69 _Refcount_Base& _Locale_impl::Init::_M_count() const {
77 new (&__Loc_init_buf) Init();
84 new (&__Loc_init_buf) Init();
89 new (&__Loc_init_buf) Init();
93 (&__Loc_init_buf)->~Init();
599 static _Locale_impl::Init init; local
604 static _Locale_impl::Init init; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 55 static _Stl_aligned_buffer<_Locale_impl::Init> __Loc_init_buf;
57 _Locale_impl::Init::Init() {
63 _Locale_impl::Init::~Init() {
69 _Refcount_Base& _Locale_impl::Init::_M_count() const {
77 new (&__Loc_init_buf) Init();
84 new (&__Loc_init_buf) Init();
89 new (&__Loc_init_buf) Init();
93 (&__Loc_init_buf)->~Init();
599 static _Locale_impl::Init init; local
604 static _Locale_impl::Init init; local
    [all...]
  /external/chromium/base/threading/
thread_unittest.cc 49 virtual void Init() {
59 // Thread::Init() was called.
88 virtual void Init() {
216 // Make sure we can't use a thread between Start() and Init().
  /external/chromium/chrome/browser/chromeos/cros/
power_library.cc 22 Init();
109 void Init() {
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.cc 45 NewRunnableMethod(this, &chromeos::PluginSelectionPolicy::Init));
48 bool PluginSelectionPolicy::Init() {
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 38 bool InMemoryHistoryBackend::Init(const FilePath& history_filename,
50 index_->Init(db, languages);
top_sites_backend.cc 18 void TopSitesBackend::Init(const FilePath& path) {
87 if (!db_->Init(path)) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 77 virtual void Init(const FilePath& filename) = 0;
207 virtual void Init(const FilePath& filename);
  /external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc 29 border_contents_->Init();
98 pop->Init(frame_->GetNativeView(), gfx::Rect());
browser_bubble_win.cc 114 border_widget->Init(new BorderContents, frame_->GetNativeView());
118 pop->Init(border_widget->GetNativeView(), gfx::Rect());
database_info_view.cc 73 Init();
79 void DatabaseInfoView::Init() {
indexed_db_info_view.cc 68 Init();
74 void IndexedDBInfoView::Init() {
local_storage_info_view.cc 69 Init();
75 void LocalStorageInfoView::Init() {
local_storage_set_item_info_view.cc 63 Init();
69 void LocalStorageSetItemInfoView::Init() {
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 46 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
64 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
  /external/clang/include/clang/Sema/
Scope.h 152 Init(Parent, ScopeFlags);
322 /// Init - This is used by the parser to implement scope caching.
324 void Init(Scope *parent, unsigned flags);

Completed in 742 milliseconds

<<11121314151617181920>>