HomeSort by relevance Sort by last modified time
    Searched defs:Init (Results 1 - 25 of 566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/effects/
SkEffects.cpp 33 void SkEffects::Init() {
34 SkAvoidXfermode::Init();
35 SkBlurDrawLooper::Init();
36 SkBlurImageFilter::Init();
37 SkBlurMaskFilter::Init();
38 SkColorFilter::Init();
39 SkColorMatrixFilter::Init();
40 SkCornerPathEffect::Init();
41 SkDashPathEffect::Init();
42 SkDiscretePathEffect::Init();
    [all...]
SkEffects_none.cpp 14 void SkEffects::Init() {
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_win.cc 54 void FirefoxProfileLock::Init() {
firefox_profile_lock_posix.cc 59 void FirefoxProfileLock::Init() {
nss_decryptor_null.h 26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; }
  /external/clang/lib/Sema/
Scope.cpp 19 void Scope::Init(Scope *parent, unsigned flags) {
  /external/chromium/chrome/browser/
browser_process_sub_thread.cc 22 void BrowserProcessSubThread::Init() {
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.cc 43 void BlockEvaluatePreparer::Init(int const* const* jacobian_layout,
46 scratch_evaluate_preparer_.Init(max_derivatives_per_residual_block);
  /external/chromium/chrome/browser/chromeos/
wm_overview_snapshot.cc 32 void WmOverviewSnapshot::Init(const gfx::Size& size,
37 WidgetGtk::Init(NULL, gfx::Rect(size));
58 CHECK(snapshot_view_) << "Init not called before setting image.";
  /external/chromium/chrome/browser/extensions/
external_extension_loader.cc 17 void ExternalExtensionLoader::Init(
extension_error_reporter.cc 22 void ExtensionErrorReporter::Init(bool enable_noisy_errors) {
30 CHECK(instance_) << "Init() was never called";
  /external/chromium/chrome/browser/history/
history_publisher_none.cc 21 bool HistoryPublisher::Init() {
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc 17 void BorderWidgetWin::Init(BorderContents* border_contents, HWND owner) {
20 border_contents_->Init();
21 WidgetWin::Init(owner, gfx::Rect());
  /external/chromium/net/http/
http_auth_handler_ntlm.cc 23 bool HttpAuthHandlerNTLM::Init(HttpAuth::ChallengeTokenizer* tok) {
  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 12 class Init {
15 static ios_base::Init __ioinit;
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 17 Init::Init()
18 Init::use_it
20 Init::use_it done
21 Init ctor done <-- 1
25 Init dtor done <-- 1
30 Init::Init()
31 Init::use_it
33 Init::use_it don
63 static Init init; variable
    [all...]
  /external/chromium/base/debug/
debug_on_start_win.cc 53 int __cdecl DebugOnStart::Init() {
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 16 void SystemNotification::Init(int icon_resource_id) {
35 Init(icon_resource_id);
48 Init(icon_resource_id);
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 25 bool NaClBrokerHost::Init() {
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 20 void PrefChangeRegistrar::Init(PrefService* service) {
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.cc 30 void RemotingOptionsHandler::Init(WebUI* web_ui) {
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 20 void ExtensionViewGtk::Init() {
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_message_infobar_gtk.cc 19 void TranslateMessageInfoBar::Init() {
20 TranslateInfoBarBase::Init();
  /external/chromium/chrome/browser/ui/views/
dom_view.cc 23 bool DOMView::Init(Profile* profile, SiteInstance* instance) {
  /external/chromium/chrome/browser/webdata/
token_service_table.cc 14 bool TokenServiceTable::Init() {

Completed in 3258 milliseconds

1 2 3 4 5 6 7 8 91011>>