OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:container_id
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ash/
shell_factory.h
29
int
container_id
);
root_window_controller.h
185
aura::Window* GetContainer(int
container_id
);
186
const aura::Window* GetContainer(int
container_id
) const;
shell.h
213
int
container_id
);
215
int
container_id
);
217
// Returns the list of containers that match |
container_id
| in
221
int
container_id
,
shell.cc
236
int
container_id
) {
237
return root_window->GetChildById(
container_id
);
242
int
container_id
) {
243
return root_window->GetChildById(
container_id
);
248
int
container_id
,
254
aura::Window* container = (*it)->GetChildById(
container_id
);
[
all
...]
root_window_controller.cc
337
aura::Window* RootWindowController::GetContainer(int
container_id
) {
338
return root_window()->GetChildById(
container_id
);
341
const aura::Window* RootWindowController::GetContainer(int
container_id
) const {
342
return root_window_->window()->GetChildById(
container_id
);
[
all
...]
/external/chromium_org/ash/display/
screen_position_controller.cc
44
int
container_id
= transient_child->parent()->id();
local
45
DCHECK_GE(
container_id
, 0);
46
aura::Window* container = Shell::GetContainer(dst_root,
container_id
);
173
int
container_id
= window->parent()->id();
local
175
DCHECK_GE(
container_id
, 0);
178
dst_container = Shell::GetContainer(dst_root,
container_id
);
/external/chromium_org/ash/wm/
ash_focus_rules.cc
38
int
container_id
) {
40
if (window->id() >=
container_id
)
mru_window_tracker.cc
27
int
container_id
,
29
aura::Window* container = Shell::GetContainer(root,
container_id
);
system_modal_container_layout_manager_unittest.cc
34
bool AllRootWindowsHaveModalBackgroundsForContainer(int
container_id
) {
36
Shell::GetContainersFromAllRootWindows(
container_id
, NULL);
/external/chromium_org/ash/desktop_background/
desktop_background_view.cc
178
int
container_id
) {
189
params.parent = root_window->GetChildById(
container_id
);
desktop_background_controller.cc
360
int
container_id
= GetBackgroundContainerId(locked_);
local
365
container_id
);
desktop_background_controller_unittest.cc
50
int ChildCountForContainer(int
container_id
) {
52
Window* container = root->GetChildById(
container_id
);
/external/chromium_org/third_party/libusb/src/libusb/
descriptor.c
1086
* \param
container_id
output location for the Container ID descriptor.
1094
struct libusb_container_id_descriptor **
container_id
[
all
...]
libusb.h
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
146
int
container_id
=
local
153
container_id
);
[
all
...]
Completed in 1203 milliseconds