OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:controls_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control_container.js
57
this.
controls_
= {};
62
this.
controls_
[orientation] = control;
135
for (var orientation in this.
controls_
) {
136
this.
controls_
[orientation].setTranslateTransform(translateTransform);
148
for (var orientation in this.
controls_
) {
149
this.
controls_
[orientation].setScaleTransform(scaleTransform);
163
for (var orientation in this.
controls_
) {
164
var el = this.
controls_
[orientation].getElement();
207
for (var orientation in this.
controls_
) {
209
this.
controls_
[orientation]
[
all
...]
/external/chromium-trace/trace-viewer/src/cc/
layer_picker.js
30
this.
controls_
= document.createElement('top-controls');
34
this.appendChild(this.
controls_
);
41
this.
controls_
.appendChild(ui.createSelector(
53
this.
controls_
.appendChild(hideTransformLayers);
layer_tree_quad_stack_viewer.js
40
this.
controls_
= document.createElement('top-controls');
44
this.appendChild(this.
controls_
);
60
this.
controls_
.appendChild(scaleSelector);
66
this.
controls_
.appendChild(showOtherLayersCheckbox);
72
this.
controls_
.appendChild(showInvalidationsCheckbox);
78
this.
controls_
.appendChild(showContentsCheckbox);
/external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc
193
controls_
(controls),
269
if (is_add && GetWidget() && !control_view_host_.get() &&
controls_
) {
280
if (!is_add && this == child && control_view_host_.get() &&
controls_
) {
balloon_view.h
123
bool
controls_
;
member in class:chromeos::BalloonViewImpl
Completed in 1106 milliseconds