HomeSort by relevance Sort by last modified time
    Searched refs:GetPriority (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium/base/
process_win.cc 28 DWORD priority = GetPriority();
57 int Process::GetPriority() const {
process_posix.cc 62 int Process::GetPriority() const {
64 return getpriority(PRIO_PROCESS, process_);
process.h 97 int GetPriority() const;
process_linux.cc 100 int current_priority = GetPriority();
process_util_unittest.cc 262 int old_priority = process.GetPriority();
265 int new_priority = process.GetPriority();
  /external/chromium_org/base/process/
process.h 62 int GetPriority() const;
process_posix.cc 68 int Process::GetPriority() const {
70 return getpriority(PRIO_PROCESS, process_);
process_win.cc 41 DWORD priority = GetPriority();
87 int Process::GetPriority() const {
process_linux.cc 86 return GetPriority() == kBackgroundPriority;
process_util_unittest.cc 331 int old_priority = process.GetPriority();
341 int new_priority = process.GetPriority();
349 int old_priority = process.GetPriority();
359 int new_priority = process.GetPriority();
  /external/lzma/CPP/Windows/
Thread.h 31 int GetPriority() { return ::GetThreadPriority(thread); }
  /external/chromium_org/net/spdy/
spdy_priority_forest_test.cc 20 EXPECT_EQ(1000, forest.GetPriority(1));
28 EXPECT_EQ(50, forest.GetPriority(5));
36 EXPECT_EQ(130, forest.GetPriority(13));
139 EXPECT_EQ(1000, forest.GetPriority(1));
141 EXPECT_EQ(0, forest.GetPriority(3));
145 EXPECT_EQ(1000, forest.GetPriority(3));
204 EXPECT_EQ(70, forest.GetPriority(5));
207 EXPECT_EQ(40, forest.GetPriority(5));
spdy_priority_forest.h 58 Priority GetPriority(NodeId node_id) const;
238 Priority SpdyPriorityForest<NodeId, Priority>::GetPriority(
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 64 int GetPriority() const;
synced_notification.cc 221 int priority = GetPriority();
337 GetPriority() == other.GetPriority() &&
537 int SyncedNotification::GetPriority() const {
synced_notification_unittest.cc 231 double found_priority = notification1_->GetPriority();
  /external/chromium_org/chrome_frame/
bind_status_callback_impl.h 60 STDMETHOD(GetPriority)(LONG* priority);
bind_status_callback_impl.cc 87 HRESULT BSCBImpl::GetPriority(LONG* priority) {
92 hr = delegate_->GetPriority(priority);
http_negotiate.cc 57 STDMETHOD(GetPriority)(LONG* priority) {
urlmon_url_request_private.h 78 STDMETHOD(GetPriority)(LONG* priority);
urlmon_url_request.cc 265 STDMETHODIMP UrlmonUrlRequest::GetPriority(LONG *priority) {
    [all...]
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 25 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetPriority,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 78 // priority_ = GetPriority(type_preference);
166 uint32 GetPriority(uint32 type_preference) const {
p2ptransportchannel.cc 491 new_remote_candidate.GetPriority(ICE_TYPE_PREFERENCE_SRFLX));
    [all...]
port.cc 261 c.set_priority(c.GetPriority(type_preference));
    [all...]

Completed in 526 milliseconds

1 2 3