HomeSort by relevance Sort by last modified time
    Searched refs:GetProfileType (Results 1 - 15 of 15) sorted by null

  /art/runtime/
profiler_options.h 108 ProfileDataType GetProfileType() const {
profiler.cc 95 switch (profile_options.GetProfileType()) {
291 profile_table_.ReadPrevious(fd, options_.GetProfileType());
466 return profile_table_.Write(os, options_.GetProfileType());
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.cc 36 ProfileMetrics::ProfileType GetProfileType(
420 GetProfileType(profile_path),
431 GetProfileType(profile_path),
437 GetProfileType(profile_path),
off_the_record_profile_impl.h 40 virtual ProfileType GetProfileType() const OVERRIDE;
profile.h 184 virtual ProfileType GetProfileType() const = 0;
off_the_record_profile_impl.cc 112 // type returned by this->GetProfileType(). Since GetProfileType() is a
228 Profile::ProfileType OffTheRecordProfileImpl::GetProfileType() const {
496 virtual ProfileType GetProfileType() const OVERRIDE {
profile_impl.h 92 virtual ProfileType GetProfileType() const OVERRIDE;
off_the_record_profile_io_data.cc 45 : io_data_(new OffTheRecordProfileIOData(profile->GetProfileType())),
profile_impl.cc 754 Profile::ProfileType ProfileImpl::GetProfileType() const {
    [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 42 // userenv.dll is required for GetProfileType().
149 std::wstring GetProfileType() {
152 if (::GetProfileType(&profile_bits)) {
507 GetProfileType(), CommandLine::ForCurrentProcess(),
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 20 Profile::ProfileType FakeProfile::GetProfileType() const {
fake_profile.h 33 virtual ProfileType GetProfileType() const OVERRIDE;
  /external/chromium_org/chrome/test/base/
testing_profile.h 226 virtual ProfileType GetProfileType() const OVERRIDE;
testing_profile.cc 611 Profile::ProfileType TestingProfile::GetProfileType() const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
userenv.h 44 USERENVAPI WINBOOL WINAPI GetProfileType(DWORD *dwFlags);

Completed in 288 milliseconds