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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 20 void ExtensionViewGtk::Init() {
extension_view_gtk.h 31 void Init();
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 26 virtual void Init();
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.cc 30 dom_view_->Init(profile,
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 20 void Init();
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.h 24 void Init(WebUI* web_ui);
downloads_dom_handler.h 27 void Init();
ntp_login_handler.cc 26 username_pref_.Init(prefs::kGoogleServicesUsername, pref_service, this);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 83 // init
86 ASSERT_TRUE(master.Init());
118 // time init with empty table
120 bool success = master.Init();
158 bool success = master.Init();
174 bool success = master.Init();
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 65 void Init();
  /external/chromium/chrome/browser/webdata/
logins_table.h 53 virtual bool Init();
web_database.h 30 sql::InitStatus Init(const FilePath& db_name);
46 // Used by |Init()| to migration database schema from older versions to
  /external/chromium/crypto/
encryptor.h 33 bool Init(SymmetricKey* key, Mode mode, const std::string& iv);
  /external/chromium/net/base/
test_root_certs.cc 55 Init();
test_root_certs.h 80 void Init();
  /external/chromium/net/disk_cache/
stats_histogram.h 41 bool Init(const Stats* stats);
  /external/chromium/net/tools/fetch/
fetch_server.cc 34 CommandLine::Init(0, NULL);
  /external/chromium/sdch/open-vcdiff/src/
addrcache_test.cc 48 EXPECT_TRUE(cache_.Init());
140 EXPECT_TRUE(zero_cache.Init());
145 EXPECT_FALSE(negative_cache.Init());
150 EXPECT_FALSE(negative_cache.Init());
156 EXPECT_FALSE(int_max_cache.Init());
162 EXPECT_FALSE(int_min_cache.Init());
170 EXPECT_FALSE(negative_cache.Init());
175 EXPECT_FALSE(negative_cache.Init());
181 EXPECT_FALSE(negative_cache.Init());
186 EXPECT_TRUE(negative_cache.Init());
    [all...]
decodetable.h 39 // In any case, the Init() method must be called before GetNextInstruction()
48 // UseCodeTable() may be called either before or after calling Init().
57 // Init() may be called any number of times to reset the state of
60 void Init(const char** instructions_and_sizes,
97 // If Init() was not called before calling this method, then
vcdiffengine.h 52 // The Init() method is the only one allowed to treat hashed_dictionary_
54 bool Init();
64 // The coder object must have been fully initialized (by calling its Init()
vcencoder.cc 47 bool HashedDictionary::Init() {
48 return const_cast<VCDiffEngine*>(engine_)->Init();
133 if (!coder_.Init(engine_->dictionary_size())) {
212 if (!dictionary_.Init()) {
  /external/clang/lib/Sema/
Scope.cpp 19 void Scope::Init(Scope *parent, unsigned flags) {
  /external/compiler-rt/lib/asan/
asan_thread_registry.h 32 void Init();
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 150 Constant *Init = GV->getInitializer();
153 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV));
182 Constant *Init = GV->getInitializer();
185 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV));
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShHandle.h 51 bool Init(const ShBuiltInResources& resources);

Completed in 1103 milliseconds

1 2 3 4 5 6 78 91011>>