OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProfileCount
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/performance/
autofill_sync_perf_test.cc
24
using autofill_helper::
GetProfileCount
;
177
ASSERT_EQ(kNumProfiles,
GetProfileCount
(1));
183
ASSERT_EQ(kNumProfiles,
GetProfileCount
(1));
189
ASSERT_EQ(0,
GetProfileCount
(1));
/external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.h
26
jint
GetProfileCount
(JNIEnv* unused_env, jobject unused_obj);
personal_data_manager_android.cc
174
jint PersonalDataManagerAndroid::
GetProfileCount
(JNIEnv* unused_env,
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h
93
int
GetProfileCount
(int profile);
autofill_helper.cc
307
int
GetProfileCount
(int profile) {
/external/chromium_org/v8/include/
v8-profiler.h
161
int
GetProfileCount
();
/external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc
341
int length = profiler->
GetProfileCount
();
357
CHECK_EQ(0, cpu_profiler->
GetProfileCount
());
362
CHECK_EQ(1, cpu_profiler->
GetProfileCount
());
366
CHECK_EQ(0, cpu_profiler->
GetProfileCount
());
373
CHECK_EQ(1, cpu_profiler->
GetProfileCount
());
382
CHECK_EQ(2, cpu_profiler->
GetProfileCount
());
388
CHECK_EQ(1, cpu_profiler->
GetProfileCount
());
392
CHECK_EQ(0, cpu_profiler->
GetProfileCount
());
[
all
...]
test-profile-generator.cc
697
CHECK_EQ(0, profiler->
GetProfileCount
());
707
CHECK_EQ(1, profiler->
GetProfileCount
());
799
CHECK_EQ(0, profiler->
GetProfileCount
());
815
CHECK_EQ(1, profiler->
GetProfileCount
());
/external/chromium_org/v8/src/
api.cc
[
all
...]
Completed in 281 milliseconds