Searched defs:changed_flags (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_view.cc78 const content::WebContents* source, unsigned changed_flags) {
79 SimpleWebViewDialog::NavigationStateChanged(source, changed_flags);
77 NavigationStateChanged( const content::WebContents* source, unsigned changed_flags) argument
H A Dsimple_web_view_dialog.cc267 const WebContents* source, unsigned changed_flags) {
266 NavigationStateChanged( const WebContents* source, unsigned changed_flags) argument
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_event_factory.cc204 int changed_flags = 0; local
207 changed_flags = ModifierFromButton(event);
208 modifier_flags_ |= changed_flags;
210 modifier_flags_ &= ~changed_flags;
214 flags = modifier_flags_ | changed_flags;
219 type, location, location, flags, changed_flags);
/external/chromium_org/content/browser/frame_host/
H A Dnavigator_delegate.h85 virtual void NotifyChangedNavigationState(InvalidateTypes changed_flags) {} argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc125 unsigned changed_flags) {
128 if ((changed_flags & content::INVALIDATE_TYPE_TAB) ||
129 ((changed_flags & content::INVALIDATE_TYPE_TITLE) &&
124 NavigationStateChanged(const content::WebContents* source, unsigned changed_flags) argument
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.cc143 const WebContents* source, unsigned changed_flags) {
151 changed_flags);
142 NavigationStateChanged( const WebContents* source, unsigned changed_flags) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h86 // changed. The |changed_flags| indicates the parts of the navigation state
90 unsigned changed_flags) {}
89 NavigationStateChanged(const WebContents* source, unsigned changed_flags) argument
/external/chromium_org/apps/
H A Dapp_window.cc949 unsigned changed_flags) {
950 if (changed_flags & content::INVALIDATE_TYPE_TITLE)
952 else if (changed_flags & content::INVALIDATE_TYPE_TAB)
948 NavigationStateChanged(const content::WebContents* source, unsigned changed_flags) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc431 unsigned changed_flags) {
433 changed_flags == content::INVALIDATE_TYPE_PAGE_ACTIONS) {
441 changed_flags);
430 NavigationStateChanged(const WebContents* source, unsigned changed_flags) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1314 unsigned changed_flags) {
1316 if (changed_flags)
1317 ScheduleUIUpdate(source, changed_flags);
1323 if (changed_flags & (content::INVALIDATE_TYPE_URL |
1990 unsigned changed_flags) {
1996 if (changed_flags & content::INVALIDATE_TYPE_URL &&
2002 changed_flags &= ~content::INVALIDATE_TYPE_URL;
2004 if (changed_flags & content::INVALIDATE_TYPE_LOAD) {
2013 // changed_flags.
2016 if (changed_flags
1313 NavigationStateChanged(const WebContents* source, unsigned changed_flags) argument
1989 ScheduleUIUpdate(const WebContents* source, unsigned changed_flags) argument
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc940 void WebContentsImpl::NotifyNavigationStateChanged(unsigned changed_flags) { argument
942 delegate_->NavigationStateChanged(this, changed_flags);
2360 InvalidateTypes changed_flags) {
2361 NotifyNavigationStateChanged(changed_flags);
2359 NotifyChangedNavigationState( InvalidateTypes changed_flags) argument

Completed in 767 milliseconds