OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optionsbarelement
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
StatusBarButton.js
330
var
optionsBarElement
= optionsGlassPane.element.createChild("div", "alternate-status-bar-buttons-bar");
340
optionsBarElement
.style.height = (buttonHeight * buttons.length) + "px";
342
optionsBarElement
.style.top = (hostButtonPosition.top + 1) + "px";
344
optionsBarElement
.style.top = (hostButtonPosition.top - (buttonHeight * (buttons.length - 1))) + "px";
345
optionsBarElement
.style.left = (hostButtonPosition.left + 1) + "px";
352
optionsBarElement
.appendChild(buttons[i].element);
Completed in 44 milliseconds