HomeSort by relevance Sort by last modified time
    Searched refs:VisibilityChanged (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h 47 virtual void VisibilityChanged(views::View* starting_from,
browser_non_client_frame_view.cc 42 void BrowserNonClientFrameView::VisibilityChanged(views::View* starting_from,
  /external/chromium_org/ash/frame/
custom_frame_view_ash.h 62 virtual void VisibilityChanged(views::View* starting_from,
custom_frame_view_ash.cc 522 void CustomFrameViewAsh::VisibilityChanged(views::View* starting_from,
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 83 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
native_view_host.cc 131 void NativeViewHost::VisibilityChanged(View* starting_from, bool is_visible) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineEventOverview.js 47 categories[category].addEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this);
67 categories[category].removeEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCategoryVisibilityChanged, this);
TimelineUIUtils.js 486 VisibilityChanged: "VisibilityChanged"
501 this.dispatchEventToListeners(WebInspector.TimelineCategory.Events.VisibilityChanged, this);
  /external/chromium_org/ui/app_list/views/
search_result_list_view.h 83 virtual void VisibilityChanged(
search_result_list_view.cc 215 void SearchResultListView::VisibilityChanged(views::View* starting_from,
  /external/chromium_org/ui/views/controls/button/
custom_button.h 88 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
custom_button.cc 306 void CustomButton::VisibilityChanged(View* starting_from, bool visible) {
  /external/chromium_org/ui/views/widget/
root_view.h 121 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
root_view.cc 715 void RootView::VisibilityChanged(View* /*starting_from*/, bool is_visible) {
  /external/chromium_org/ui/views/
view.h     [all...]
view.cc     [all...]

Completed in 131 milliseconds