OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform_accelerator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/accelerators/
accelerator.h
62
platform_accelerator_
= p.Pass();
67
return
platform_accelerator_
.get();
82
scoped_ptr<PlatformAccelerator>
platform_accelerator_
;
member in class:ui::Accelerator
accelerator.cc
42
if (accelerator.
platform_accelerator_
.get())
43
platform_accelerator_
= accelerator.
platform_accelerator_
->CreateCopy();
54
if (accelerator.
platform_accelerator_
.get())
55
platform_accelerator_
= accelerator.
platform_accelerator_
->CreateCopy();
57
platform_accelerator_
.reset();
71
if (
platform_accelerator_
.get() != rhs.
platform_accelerator_
.get() &&
72
((!
platform_accelerator_
.get() || !rhs.platform_accelerator_.get()) |
[
all
...]
Completed in 21 milliseconds