Searched refs:changed_flags (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_view.cc79 content::InvalidateTypes changed_flags) {
80 SimpleWebViewDialog::NavigationStateChanged(source, changed_flags);
77 NavigationStateChanged( const content::WebContents* source, content::InvalidateTypes changed_flags) argument
H A Dcaptive_portal_view.h34 content::InvalidateTypes changed_flags) OVERRIDE;
H A Dsimple_web_view_dialog.h73 content::InvalidateTypes changed_flags) OVERRIDE;
H A Dsimple_web_view_dialog.cc266 const WebContents* source, content::InvalidateTypes changed_flags) {
265 NavigationStateChanged( const WebContents* source, content::InvalidateTypes changed_flags) argument
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_event_source.cc205 int changed_flags = 0; local
208 changed_flags = ModifierFromButton(*event);
209 modifier_flags_ |= changed_flags;
211 modifier_flags_ &= ~changed_flags;
215 flags = modifier_flags_ | changed_flags;
219 type, location, location, flags, changed_flags);
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_delegate.h38 virtual void NotifyNavigationStateChanged(InvalidateTypes changed_flags) = 0;
H A Dnavigator_delegate.h80 virtual void NotifyChangedNavigationState(InvalidateTypes changed_flags) {} argument
H A Dnavigation_controller_impl_unittest.cc251 InvalidateTypes changed_flags) OVERRIDE {
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc129 content::InvalidateTypes changed_flags) {
132 if ((changed_flags & content::INVALIDATE_TYPE_TAB) ||
133 ((changed_flags & content::INVALIDATE_TYPE_TITLE) &&
128 NavigationStateChanged(const content::WebContents* source, content::InvalidateTypes changed_flags) argument
H A Dpanel_host.h56 content::InvalidateTypes changed_flags) OVERRIDE;
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.h63 content::InvalidateTypes changed_flags) OVERRIDE;
H A Dweb_contents_delegate_android.cc142 const WebContents* source, content::InvalidateTypes changed_flags) {
150 changed_flags);
141 NavigationStateChanged( const WebContents* source, content::InvalidateTypes changed_flags) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1350 content::InvalidateTypes changed_flags) {
1352 if (changed_flags)
1353 ScheduleUIUpdate(source, changed_flags);
1359 if (changed_flags & (content::INVALIDATE_TYPE_URL |
2051 unsigned changed_flags) {
2057 if (changed_flags & content::INVALIDATE_TYPE_URL &&
2063 changed_flags &= ~content::INVALIDATE_TYPE_URL;
2065 if (changed_flags & content::INVALIDATE_TYPE_LOAD) {
2074 // changed_flags.
2077 if (changed_flags
1349 NavigationStateChanged(const WebContents* source, content::InvalidateTypes changed_flags) argument
2050 ScheduleUIUpdate(const WebContents* source, unsigned changed_flags) argument
[all...]
H A Dbrowser.h545 content::InvalidateTypes changed_flags) OVERRIDE;
729 // Does one or both of the following for each bit in |changed_flags|:
736 unsigned changed_flags);
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor_unittest.cc37 void(const WebContents* source, InvalidateTypes changed_flags));
/external/chromium_org/content/public/browser/
H A Dweb_contents.h325 virtual void NotifyNavigationStateChanged(InvalidateTypes changed_flags) = 0;
H A Dweb_contents_delegate.h86 // changed. The |changed_flags| indicates the parts of the navigation state
89 InvalidateTypes changed_flags) {}
88 NavigationStateChanged(const WebContents* source, InvalidateTypes changed_flags) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h376 content::InvalidateTypes changed_flags) OVERRIDE;
H A Dapp_window.cc918 content::InvalidateTypes changed_flags) {
919 if (changed_flags & content::INVALIDATE_TYPE_TITLE)
921 else if (changed_flags & content::INVALIDATE_TYPE_TAB)
917 NavigationStateChanged(const content::WebContents* source, content::InvalidateTypes changed_flags) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h258 InvalidateTypes changed_flags) OVERRIDE;
526 InvalidateTypes changed_flags) OVERRIDE;
H A Dweb_contents_impl.cc1040 InvalidateTypes changed_flags) {
1043 if (changed_flags == INVALIDATE_TYPE_TAB &&
1054 delegate_->NavigationStateChanged(this, changed_flags);
2540 InvalidateTypes changed_flags) {
2541 NotifyNavigationStateChanged(changed_flags);
1039 NotifyNavigationStateChanged( InvalidateTypes changed_flags) argument
2539 NotifyChangedNavigationState( InvalidateTypes changed_flags) argument

Completed in 692 milliseconds