HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 26 - 50 of 3968) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/athena/activity/public/
activity_view_model.h 24 virtual void Init() = 0;
  /external/chromium_org/chrome/browser/chromeos/login/ui/
lock_window_aura.h 28 void Init();
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_app_window_delegate_views.cc 14 window->Init(app_window, params);
chrome_app_window_delegate_views_win.cc 14 window->Init(app_window, params);
  /external/chromium_org/components/webdata/common/
web_database_table.cc 10 void WebDatabaseTable::Init(sql::Connection* db, sql::MetaTable* meta_table) {
  /external/chromium_org/content/app/mojo/
mojo_browsertest.cc 25 IN_PROC_BROWSER_TEST_F(MojoTest, Init) {
  /external/chromium_org/content/renderer/
render_widget_fullscreen.h 25 bool Init(int32 opener_id);
  /external/chromium_org/crypto/
hmac.h 39 // Initializes this instance using |key| of the length |key_length|. Call Init
48 // Init() may fail.
49 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT;
51 // Initializes this instance using |key|. Call Init
53 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT;
55 // Initializes this instance using |key|. Call Init only once. It returns
57 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
58 return Init(reinterpret_cast<const unsigned char*>(key.data()),
63 // to the constructor and the key supplied to the Init method. The HMAC is
70 // supplied to the Init method. Use of this method is strongly recommende
    [all...]
  /external/chromium_org/gpu/
angle_unittest_main.cc 18 CommandLine::Init(argc, argv);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
module_ppapi.h 18 virtual bool Init();
  /external/chromium_org/ppapi/tests/
test_console.h 18 virtual bool Init();
test_crypto.h 19 virtual bool Init();
test_cursor_control.h 19 virtual bool Init();
test_empty.h 17 virtual bool Init();
test_talk_private.h 18 virtual bool Init();
test_tcp_socket_private_disallowed.h 18 virtual bool Init();
test_udp_socket_private_disallowed.h 18 virtual bool Init();
test_x509_certificate_private.h 17 virtual bool Init();
  /external/chromium_org/sync/internal_api/public/
http_post_provider_factory.h 24 virtual void Init(const std::string& user_agent) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThreadTest.cpp 14 TEST(HTMLParserThread, Init)
16 // The harness has already run init() for us, so tear down the parser first.
22 HTMLParserThread::init();
  /external/chromium_org/third_party/libjingle/source/talk/sound/
platformsoundsystemfactory.cc 45 if (!instance_->Init()) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_device_utility_android.h 31 virtual int32_t Init();
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_utility.h 27 virtual int32_t Init() = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_utility_ios.h 26 virtual int32_t Init();
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_utility_linux.h 27 virtual int32_t Init() OVERRIDE;

Completed in 500 milliseconds

12 3 4 5 6 7 8 91011>>