HomeSort by relevance Sort by last modified time
    Searched full:optionsbarelement (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
StatusBarButton.js 407 var optionsBarElement = optionsGlassPane.element.createChild("div", "alternate-status-bar-buttons-bar");
417 optionsBarElement.style.height = (buttonHeight * buttons.length) + "px";
419 optionsBarElement.style.top = (hostButtonPosition.top + 1) + "px";
421 optionsBarElement.style.top = (hostButtonPosition.top - (buttonHeight * (buttons.length - 1))) + "px";
422 optionsBarElement.style.left = (hostButtonPosition.left + 1) + "px";
427 optionsBarElement.appendChild(buttons[i].element);

Completed in 113 milliseconds