OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetResourceProfileName
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/task_manager/
task_manager_unittest.cc
83
EXPECT_EQ(ASCIIToUTF16("test profile"), model->
GetResourceProfileName
(0));
93
EXPECT_EQ(ASCIIToUTF16("test profile"), model->
GetResourceProfileName
(1));
103
EXPECT_EQ(ASCIIToUTF16("test profile"), model->
GetResourceProfileName
(0));
task_manager.cc
333
return
GetResourceProfileName
(index);
398
const base::string16& TaskManagerModel::
GetResourceProfileName
(
799
const base::string16& profile1 =
GetResourceProfileName
(row1);
800
const base::string16& profile2 =
GetResourceProfileName
(row2);
[
all
...]
task_manager.h
168
const base::string16&
GetResourceProfileName
(int index) const;
/external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc
151
model->
GetResourceProfileName
(index));
Completed in 37 milliseconds