OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:details
(Results
1251 - 1275
of
2357
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium_org/chrome/browser/signin/
token_service.cc
275
TokenAvailableDetails
details
(service, auth_token);
279
content::
Details
<const TokenAvailableDetails>(&
details
));
306
TokenRequestFailedDetails
details
(service, error);
310
content::
Details
<const TokenRequestFailedDetails>(&
details
));
/external/chromium_org/chrome/browser/tab_contents/
background_contents.cc
69
content::
Details
<BackgroundContents>(this));
80
content::
Details
<BackgroundContents>(this));
99
content::
Details
<BackgroundContents>(this));
117
content::
Details
<BackgroundContents>(this));
128
const content::NotificationDetails&
details
) {
/external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc
417
const content::LoadCommittedDetails&
details
) const {
420
if (!
details
.is_navigation_to_different_page() && !
details
.is_main_frame)
423
return InfoBarDelegate::ShouldExpireInternal(
details
);
translate_infobar_delegate.h
199
const content::LoadCommittedDetails&
details
) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
100
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
tab_autofill_manager_delegate.h
88
const content::LoadCommittedDetails&
details
,
/external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h
132
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model_unittest.cc
41
const content::NotificationDetails&
details
) OVERRIDE {
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h
34
const EditDetails&
details
,
144
//
Details
about the node we're editing.
/external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.h
106
const content::NotificationDetails&
details
) OVERRIDE;
throbber_gtk.cc
53
const content::NotificationDetails&
details
) {
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.h
101
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.h
63
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.h
77
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/login/
login_prompt.h
72
const content::NotificationDetails&
details
) OVERRIDE;
159
//
Details
to provide the content::NotificationObserver. Used by the automation
175
//
Details
to provide the NotificationObserver. Used by the automation proxy
/external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_url_fetcher.cc
40
const content::NotificationDetails&
details
) {
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.h
118
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.h
62
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc
307
const ViewHierarchyChangedDetails&
details
) {
308
View::ViewHierarchyChanged(
details
);
310
if (
details
.is_add && (
details
.child == this)) {
download_shelf_view.h
63
const ViewHierarchyChangedDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h
86
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.h
143
const ViewHierarchyChangedDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.h
82
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.h
55
const content::NotificationDetails&
details
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h
80
// Updates the display of network connection information for the
details
page
105
const content::NotificationDetails&
details
) OVERRIDE;
Completed in 456 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>