Home
last modified time | relevance | path

Searched refs:GetState (Results 1 – 25 of 48) sorted by relevance

12

/third_party/benchmark/test/
Dstate_assembly_test.cc10 benchmark::State& GetState();
19 State& S = GetState(); in test_for_auto_loop()
42 State& S = GetState(); in test_while_loop()
/third_party/cef/libcef/browser/views/
Dbutton_impl.h34 cef_button_state_t GetState() override;
53 views::Button::ButtonState old_state = ParentClass::root_view()->GetState(); in SetState()
75 CEF_BUTTON_IMPL_T cef_button_state_t CEF_BUTTON_IMPL_D::GetState() { in GetState() function
77 return static_cast<cef_button_state_t>(ParentClass::root_view()->GetState()); in GetState()
Dbutton_view.h66 ParentClass::GetState() != views::Button::STATE_PRESSED) { in ButtonPressed()
/third_party/cef/libcef/browser/
Ddownload_item_impl.cc29 return const_value().GetState() == download::DownloadItem::IN_PROGRESS; in IsInProgress()
34 return const_value().GetState() == download::DownloadItem::COMPLETE; in IsComplete()
39 return const_value().GetState() == download::DownloadItem::CANCELLED; in IsCanceled()
Ddownload_manager_delegate.cc126 if (!item || item->GetState() != DownloadItem::IN_PROGRESS) in ChooseDownloadPath()
227 if (item && item->GetState() == DownloadItem::IN_PROGRESS) in DoCancel()
240 if (item && item->GetState() == DownloadItem::IN_PROGRESS) in DoPause()
/third_party/gptfdisk/
Dgdisk.cc36 if (theGPT.GetState() != use_gpt) in main()
43 if (theGPT.GetState() != use_gpt) in main()
Dcgdisk.cc68 if (theGPT.GetState() != use_gpt) { in main()
Dgpt.h163 WhichToUse GetState(void) {return whichWasUsed;} in GetState() function
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc606 RequestState* state = GetState(request_id); in AllowCookieLoad()
630 RequestState* state = GetState(request_id); in ContinueWithLoadedCookies()
664 RequestState* state = GetState(request_id); in ShouldInterceptRequest()
712 RequestState* state = GetState(request_id); in ContinueShouldInterceptRequest()
791 RequestState* state = GetState(request_id); in ProcessResponseHeaders()
818 RequestState* state = GetState(request_id); in OnRequestResponse()
979 RequestState* state = GetState(request_id); in AllowCookieSave()
1011 RequestState* state = GetState(request_id); in OnFilterResponseBody()
1035 RequestState* state = GetState(request_id); in OnFilterError()
1053 RequestState* state = GetState(request_id); in OnRequestComplete()
[all …]
/third_party/cef/include/views/
Dcef_button.h69 virtual cef_button_state_t GetState() = 0;
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs125 uint GetState(uint pos, byte prevByte) in GetState() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder
129 { return m_Coders[GetState(pos, prevByte)].DecodeNormal(rangeDecoder); } in DecodeNormal()
132 { return m_Coders[GetState(pos, prevByte)].DecodeWithMatchByte(rangeDecoder, matchByte); } in DecodeWithMatchByte()
/third_party/node/deps/v8/src/execution/
Dembedder-state.h23 EmbedderStateTag GetState() const { return tag_; } in GetState() function
/third_party/openSLES/api/1.0.1/
DOpenSLES_OpenHarmony.h58 SLresult (*GetState) ( member
/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc34 EXPECT_EQ(CEF_BUTTON_STATE_NORMAL, button->GetState()); in VerifyButtonStyle()
36 EXPECT_EQ(CEF_BUTTON_STATE_HOVERED, button->GetState()); in VerifyButtonStyle()
38 EXPECT_EQ(CEF_BUTTON_STATE_PRESSED, button->GetState()); in VerifyButtonStyle()
40 EXPECT_EQ(CEF_BUTTON_STATE_DISABLED, button->GetState()); in VerifyButtonStyle()
/third_party/cef/libcef_dll/ctocpp/views/
Dbutton_ctocpp.h40 cef_button_state_t GetState() override;
Dmenu_button_ctocpp.h59 cef_button_state_t GetState() override;
Dlabel_button_ctocpp.h55 cef_button_state_t GetState() override;
/third_party/node/deps/v8/src/codegen/
Dsource-position-table.h137 IndexAndPositionState GetState() const { in GetState() function
/third_party/ffmpeg/libavdevice/
Ddshow_filter.c163 SETVTBL(vtbl, filter, GetState); in ff_dshow_filter_Setup()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs108 InstanceState GetState(); in GetState() method
/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.cc266 if (button->GetState() == CEF_BUTTON_STATE_PRESSED) in GetActiveMenuId()
/third_party/openmax/api/1.1.2/
DOMX_Component.h401 OMX_ERRORTYPE (*GetState)( member
DOMX_Core.h961 ((OMX_COMPONENTTYPE*)hComponent)->GetState( \
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp298 SLresult result = (*bq)->GetState(bq, &queueState); in getBufferDepth()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.cpp293 ASSERT(GetState() == State::Disconnected); in DestroyImpl()

12