HomeSort by relevance Sort by last modified time
    Searched defs:SetVisible (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/ui/aura/
window.cc 286 layer()->SetVisible(false);
346 SetVisible(true);
351 SetVisible(false);
908 void Window::SetVisible(bool visible) {
921 layer()->SetVisible(visible);
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 405 void Layer::SetVisible(bool visible) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 912 void CPWL_Wnd::SetVisible(FX_BOOL bVisible)
920 pChild->SetVisible(bVisible);
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 77 "LayerTreeHostImpl::SetVisible",
84 TRACE_EVENT_ASYNC_END0("webkit", "LayerTreeHostImpl::SetVisible", id);
    [all...]
  /external/chromium_org/ui/views/
view.cc 406 void View::SetVisible(bool visible) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h 392 virtual HRESULT WINAPI SetVisible(__LONG32 bVisible) = 0;
416 HRESULT (WINAPI *SetVisible)(IAgentCommand *This,__LONG32 bVisible);
442 #define IAgentCommand_SetVisible(This,bVisible) (This)->lpVtbl->SetVisible(This,bVisible)
507 HRESULT (WINAPI *SetVisible)(IAgentCommandEx *This,__LONG32 bVisible);
537 #define IAgentCommandEx_SetVisible(This,bVisible) (This)->lpVtbl->SetVisible(This,bVisible)
572 virtual HRESULT WINAPI SetVisible(__LONG32 bVisible) = 0;
595 HRESULT (WINAPI *SetVisible)(IAgentCommands *This,__LONG32 bVisible);
    [all...]

Completed in 345 milliseconds

12