OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popup_id
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.h
43
// Creates the blocked popup with |
popup_id
|.
44
void ShowBlockedPopup(int32
popup_id
);
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h
38
PopupItem(const gfx::Image& image, const std::string& title, int32
popup_id
)
39
: image(image), title(title),
popup_id
(
popup_id
) {}
43
int32
popup_id
;
member in struct:ContentSettingBubbleModel::PopupItem
content_setting_bubble_model.cc
528
ShowBlockedPopup(bubble_content().popup_items[index].
popup_id
);
[
all
...]
/external/chromium_org/chrome/test/functional/ap_lab/
dlink_ap_configurator.py
159
popup_id
= 'mode_80211_11g'
161
popup_id
= 'mode_80211_11a'
162
self.SelectItemFromPopupByID(popup_value,
popup_id
)
Completed in 721 milliseconds