OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPUP
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/views/examples/
widget_example.h
19
// WidgetExample demonstrates how to create a
popup
widget.
31
POPUP
, // Show a
popup
widget.
widget_example.cc
69
BuildButton(container, "
Popup
widget",
POPUP
);
109
case
POPUP
:
/external/chromium_org/chrome/renderer/resources/extensions/
browser_action_custom_bindings.js
28
var views = getExtensionViews(-1, '
POPUP
');
/external/chromium_org/tools/grit/grit/format/
rc_unittest.py
94
POPUP
"&File"
98
POPUP
"gonk"
103
POPUP
"&Help"
386
POPUP
"&File"
390
POPUP
"gonk"
395
POPUP
"&Help"
/external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc
139
if (mode_ ==
POPUP
) {
171
mode_ ==
POPUP
, this));
176
command_updater_, mode_ ==
POPUP
, this));
435
return gfx::Size(0, GetThemeProvider()->GetBitmapNamed(mode_ ==
POPUP
?
451
// The edge stroke is 1 px thick. In
popup
mode, the edges are drawn by the
463
const int kBubbleVerticalPadding = (mode_ ==
POPUP
) ?
674
} else if (mode_ ==
POPUP
) {
[
all
...]
location_bar_view.h
100
// In
popup
mode, the location bar view is read only and has a slightly
106
POPUP
,
/external/chromium/chrome/browser/ui/views/
toolbar_view.cc
156
LocationBarView::
POPUP
: LocationBarView::NORMAL);
Completed in 586 milliseconds