GetPriority        62 base/process/process.h   int GetPriority() const;
GetPriority        86 base/process/process_linux.cc   return GetPriority() == kBackgroundPriority;
GetPriority       327 base/process/process_util_unittest.cc   int old_priority = process.GetPriority();
GetPriority       337 base/process/process_util_unittest.cc   int new_priority = process.GetPriority();
GetPriority       345 base/process/process_util_unittest.cc   int old_priority = process.GetPriority();
GetPriority       355 base/process/process_util_unittest.cc   int new_priority = process.GetPriority();
GetPriority        41 base/process/process_win.cc   DWORD priority = GetPriority();
GetPriority       129 chrome/browser/notifications/sync_notifier/synced_notification.cc     int priority = GetPriority();
GetPriority       331 chrome/browser/notifications/sync_notifier/synced_notification.cc       GetPriority() == other.GetPriority() &&
GetPriority        98 chrome/browser/notifications/sync_notifier/synced_notification.h   int GetPriority() const;
GetPriority       174 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   double found_priority = notification1_->GetPriority();
GetPriority        59 net/spdy/spdy_priority_forest.h   Priority GetPriority(NodeId node_id) const;
GetPriority       239 net/spdy/spdy_priority_forest.h Priority SpdyPriorityForest<NodeId, Priority>::GetPriority(
GetPriority        20 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(1000, forest.GetPriority(1));
GetPriority        28 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(50, forest.GetPriority(5));
GetPriority        36 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(130, forest.GetPriority(13));
GetPriority       139 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(1000, forest.GetPriority(1));
GetPriority       141 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(0, forest.GetPriority(3));
GetPriority       145 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(1000, forest.GetPriority(3));
GetPriority       204 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(70, forest.GetPriority(5));
GetPriority       207 net/spdy/spdy_priority_forest_test.cc   EXPECT_EQ(40, forest.GetPriority(5));