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
63
platform_accelerator_
= p.Pass();
68
return
platform_accelerator_
.get();
87
scoped_ptr<PlatformAccelerator>
platform_accelerator_
;
member in class:ui::Accelerator
accelerator.cc
43
if (accelerator.
platform_accelerator_
.get())
44
platform_accelerator_
= accelerator.
platform_accelerator_
->CreateCopy();
56
if (accelerator.
platform_accelerator_
.get())
57
platform_accelerator_
= accelerator.
platform_accelerator_
->CreateCopy();
59
platform_accelerator_
.reset();
78
platform_accelerator_
.get() && rhs.
platform_accelerator_
.get() &&
79
platform_accelerator_
.get() == rhs.platform_accelerator_.get()
[
all
...]
Completed in 482 milliseconds