OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:popup
(Results
1 - 25
of
775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/common/extensions/docs/examples/extensions/
app_launcher.zip
buildbot.zip
mappy.zip
/external/chromium/chrome/common/extensions/docs/examples/api/i18n/getMessage/
manifest.json
9
"
popup
": "
popup
.html"
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
position_util_test.html
30
#
popup
{
44
<div id=
popup
></div>
49
var
popup
= document.getElementById('
popup
');
80
cr.ui.positionPopupAroundElement(anchor,
popup
, cr.ui.AnchorType.ABOVE);
82
assertEquals('auto',
popup
.style.top);
83
assertEquals('100px',
popup
.style.bottom);
86
cr.ui.positionPopupAroundElement(anchor,
popup
, cr.ui.AnchorType.ABOVE);
87
assertEquals('100px',
popup
.style.top);
88
assertEquals('auto',
popup
.style.bottom)
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/
basic.zip
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/
set_page_color.zip
/external/chromium/chrome/common/extensions/docs/examples/api/messaging/
timer.zip
/external/chromium/chrome/common/extensions/docs/examples/api/preferences/
enableReferrer.zip
/external/chromium/chrome/common/extensions/docs/examples/api/processes/
process_monitor.zip
show_tabs.zip
/external/chromium/chrome/common/extensions/docs/examples/tutorials/
getstarted.zip
/external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
manifest.json
8
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
manifest.json
9
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/
manifest.json
7
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/basic/
manifest.json
4
"description": "A browser action with a
popup
dump of all bookmarks, including search, add, edit and delete.",
11
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
manifest.json
2
"name": "A browser action with a
popup
that changes the page color.",
10
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/
manifest.json
4
"description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a
popup
.",
15
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
manifest.json
7
"default_title": "Open the
popup
",
9
"
popup
" : "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/
basic.zip
/external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h
24
// This controller manages a single browser action
popup
that can appear once a
26
//
popup
view showing the content and resizes the window to accomodate any size
29
// There can only be one browser action
popup
open at a time, so a static
30
// variable holds a reference to the current
popup
.
36
// The
popup
's parent window. Weak.
53
// Whether the
popup
has a devtools window attached to it.
57
// Returns the ExtensionHost object associated with this
popup
.
60
// Starts the process of showing the given
popup
URL. Instantiates an
62
// host for the
popup
created by the extension process manager specific to the
66
// The actual display of the
popup
is delayed until the page contents finis
81
+ (ExtensionPopupController*)
popup
;
variable
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/api/messaging/timer/
manifest.json
15
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/api/processes/process_monitor/
manifest.json
11
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/
manifest.json
11
"
popup
": "
popup
.html"
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
manifest.json
4
"description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a
popup
.",
9
"
popup
": "feed.html"
Completed in 1169 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>