Home
last modified time | relevance | path

Searched refs:VisibilityChanged (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineEventOverview.js47 …ies[category].addEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCat…
67 …[category].removeEventListener(WebInspector.TimelineCategory.Events.VisibilityChanged, this._onCat…
DTimelineUIUtils.js486 VisibilityChanged: "VisibilityChanged" property
501 this.dispatchEventToListeners(WebInspector.TimelineCategory.Events.VisibilityChanged, this);
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view.h47 virtual void VisibilityChanged(views::View* starting_from,
Dbrowser_non_client_frame_view.cc42 void BrowserNonClientFrameView::VisibilityChanged(views::View* starting_from, in VisibilityChanged() function in BrowserNonClientFrameView
/external/chromium_org/ui/views/controls/native/
Dnative_view_host.h83 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
Dnative_view_host.cc131 void NativeViewHost::VisibilityChanged(View* starting_from, bool is_visible) { in VisibilityChanged() function in views::NativeViewHost
/external/chromium_org/ash/frame/
Dcustom_frame_view_ash.h62 virtual void VisibilityChanged(views::View* starting_from,
Dcustom_frame_view_ash.cc522 void CustomFrameViewAsh::VisibilityChanged(views::View* starting_from, in VisibilityChanged() function in ash::CustomFrameViewAsh
/external/chromium_org/ui/app_list/views/
Dsearch_result_list_view.h83 virtual void VisibilityChanged(
Dsearch_result_list_view.cc215 void SearchResultListView::VisibilityChanged(views::View* starting_from, in VisibilityChanged() function in app_list::SearchResultListView
/external/chromium_org/ui/views/controls/button/
Dcustom_button.h88 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
Dcustom_button.cc306 void CustomButton::VisibilityChanged(View* starting_from, bool visible) { in VisibilityChanged() function in views::CustomButton
/external/chromium_org/ui/views/widget/
Droot_view.h121 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
Droot_view.cc715 void RootView::VisibilityChanged(View* /*starting_from*/, bool is_visible) { in VisibilityChanged() function in views::internal::RootView
/external/chromium_org/ui/views/
Dview.h1073 virtual void VisibilityChanged(View* starting_from, bool is_visible);
Dview.cc1402 void View::VisibilityChanged(View* starting_from, bool is_visible) { in VisibilityChanged() function in views::View
1962 VisibilityChanged(starting_from, is_visible); in VisibilityChangedImpl()