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

1 2

  /external/pdfium/xfa/include/fwl/basewidget/
fwl_tooltipctrl.h 39 FWL_ERR Hide();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
tooltipctrl.cpp 78 FWL_ERR CFWL_ToolTip::Hide() {
79 return static_cast<IFWL_ToolTip*>(m_pIface)->Hide();
  /external/pdfium/xfa/include/fwl/lightwidget/
tooltipctrl.h 30 FWL_ERR Hide();
  /frameworks/base/libs/hwui/
Properties.h 105 * "hide", don't show the clip
107 * The default value is "hide".
243 Hide,
Properties.cpp 55 StencilClipDebug Properties::debugStencilClip = StencilClipDebug::Hide;
110 if (!strcmp(property, "hide")) {
111 debugStencilClip = StencilClipDebug::Hide;
118 debugStencilClip = StencilClipDebug::Hide;
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_tooltipctrlimp.h 33 FWL_ERR Hide();
  /external/clang/test/SemaTemplate/
alias-templates.cpp 115 struct Hide {
119 Hidden1<Hide> h1;
120 Hidden2<Hide, double, char> h2(1, 2);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp 30 FWL_ERR IFWL_ToolTip::Hide() {
31 return static_cast<CFWL_ToolTipImp*>(GetImpl())->Hide();
211 FWL_ERR CFWL_ToolTipImp::Hide() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 683 LONG Hide) = 0;
769 LONG Hide);
810 #define IFullScreenVideo_HideOnDeactivate(This,Hide) (This)->lpVtbl->HideOnDeactivate(This,Hide)
863 static FORCEINLINE HRESULT IFullScreenVideo_HideOnDeactivate(IFullScreenVideo* This,LONG Hide) {
864 return This->lpVtbl->HideOnDeactivate(This,Hide);
    [all...]
amvideo.idl 123 HRESULT HideOnDeactivate([in] long Hide);
msimcsdk.h 333 virtual HRESULT WINAPI Hide(void) = 0;
358 HRESULT (WINAPI *Hide)(IMSIMWindow *This);
385 #define IMSIMWindow_Hide(This) (This)->lpVtbl->Hide(This)
    [all...]
agtctl.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
amvideo.h 576 LONG Hide) = 0;
662 LONG Hide);
702 #define IFullScreenVideo_HideOnDeactivate(This,Hide) (This)->lpVtbl->HideOnDeactivate(This,Hide)
813 LONG Hide);
947 LONG Hide);
    [all...]
  /external/testng/src/main/resources/
testng-reports.js 15 installMethodHandlers('passed', true); // hide passed methods by default
22 // Hide all the panels and display the first one (do this last
24 $('.panel').hide();
33 contents.hide();
39 function installMethodHandlers(name, hide) {
45 var s = 'a.hide-methods.' + name + "." + t.attr('panel-name');
59 $('a.hide-methods.' + name).click(function() {
61 w.hide();
62 getHideLink($(this), name).hide();
64 getMethodPanelClassSel($(this), name).hide();
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 238 void setHideTags(bool Hide) {
239 HideTags = Hide;
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 37 $(".help_panel").hide();
63 // Show standard footer, hide dynamic footer.
67 // Hide placeholder, show table.
69 no_rows.hide();
76 var hide = $([]);
79 // Compile elements to hide / show.
84 // hide
85 hide = hide.add(element);
94 hide.addClass("hidden")
    [all...]
  /external/ceres-solver/
Android.mk 115 # which there is no solution. Hide the warning instead.
  /external/eigen/doc/
eigen_navtree_hacks.js 229 // Hide the root node "Eigen"
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 24 HIDE_FORM: 'Hide Form'
135 disableMessage.hide();
533 * Hide main RPC form from user. The information in the form is preserved.
539 formPanel.hide();
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 372 case CPDF_Action::Hide:
  /external/clang/include/clang/AST/
Decl.h 240 void setHidden(bool Hide) {
241 assert((!Hide || isFromASTFile() || hasLocalOwningModuleStorage()) &&
243 Hidden = Hide;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 202 Hide,
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 344 // Hide the "Go to top" link if there's no vertical scroll
449 $(".toggle-img", li).attr("title", "hide pages");
539 node.siblings().css("display","none"); // hide all siblings
553 node.siblings().css("display","none"); // hide all siblings
596 /* Used to hide and reveal supplemental content, such as long code samples.
605 $(".toggle-content-img", div).attr("title", "hide").attr("src", toRoot + "assets/images/triangle-opened.png");
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 271 // Hide the "Go to top" link if there's no vertical scroll
373 $(".toggle-img", li).attr("title", "hide pages");
452 node.siblings().css("display","none"); // hide all siblings
466 node.siblings().css("display","none"); // hide all siblings
515 button.removeClass("show").addClass("hide");
518 button.removeClass("hide").addClass("show");
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp     [all...]

Completed in 932 milliseconds

1 2