Searched refs:GetPriority (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium/base/
H A Dprocess_win.cc28 DWORD priority = GetPriority();
57 int Process::GetPriority() const { function in class:base::Process
H A Dprocess_posix.cc62 int Process::GetPriority() const { function in class:base::Process
H A Dprocess.h97 int GetPriority() const;
H A Dprocess_linux.cc100 int current_priority = GetPriority();
H A Dprocess_util_unittest.cc262 int old_priority = process.GetPriority();
265 int new_priority = process.GetPriority();
/external/chromium_org/base/process/
H A Dprocess.h62 int GetPriority() const;
H A Dprocess_posix.cc68 int Process::GetPriority() const { function in class:base::Process
H A Dprocess_win.cc41 DWORD priority = GetPriority();
87 int Process::GetPriority() const { function in class:base::Process
H A Dprocess_linux.cc86 return GetPriority() == kBackgroundPriority;
H A Dprocess_util_unittest.cc331 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/
H A DThread.h31 int GetPriority() { return ::GetThreadPriority(thread); } function in class:NWindows::CThread
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest_test.cc20 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));
H A Dspdy_priority_forest.h58 Priority GetPriority(NodeId node_id) const;
238 Priority SpdyPriorityForest<NodeId, Priority>::GetPriority( function in class:net::SpdyPriorityForest
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification.h64 int GetPriority() const;
H A Dsynced_notification.cc221 int priority = GetPriority();
337 GetPriority() == other.GetPriority() &&
537 int SyncedNotification::GetPriority() const { function in class:notifier::SyncedNotification
H A Dsynced_notification_unittest.cc231 double found_priority = notification1_->GetPriority();
/external/chromium_org/chrome_frame/
H A Dbind_status_callback_impl.h60 STDMETHOD(GetPriority)(LONG* priority);
H A Dbind_status_callback_impl.cc87 HRESULT BSCBImpl::GetPriority(LONG* priority) { function in class:BSCBImpl
92 hr = delegate_->GetPriority(priority);
H A Dhttp_negotiate.cc57 STDMETHOD(GetPriority)(LONG* priority) { function in class:__anon7173::SimpleBindStatusCallback
H A Durlmon_url_request_private.h78 STDMETHOD(GetPriority)(LONG* priority);
H A Durlmon_url_request.cc265 STDMETHODIMP UrlmonUrlRequest::GetPriority(LONG *priority) { function in class:UrlmonUrlRequest
/external/chromium_org/chrome_frame/test/
H A Durlmon_moniker_tests.h25 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetPriority,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h78 // priority_ = GetPriority(type_preference);
166 uint32 GetPriority(uint32 type_preference) const { function in class:cricket::Candidate
H A Dp2ptransportchannel.cc491 new_remote_candidate.GetPriority(ICE_TYPE_PREFERENCE_SRFLX));
H A Dport.cc261 c.set_priority(c.GetPriority(type_preference));

Completed in 584 milliseconds

12