OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execute_queue_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc
245
const bool start_execution =
execute_queue_
.empty();
251
execute_queue_
.push(layout_to_set);
259
// in the |
execute_queue_
|. Do nothing if the queue is empty.
262
if (
execute_queue_
.empty()) {
265
const std::string layout_to_set =
execute_queue_
.front();
281
execute_queue_
= std::queue<std::string>(); // clear the queue.
297
if (self->
execute_queue_
.empty()) {
298
LOG(ERROR) << "OnSetLayoutFinish:
execute_queue_
is empty. "
302
self->
execute_queue_
.pop();
311
std::queue<std::string>
execute_queue_
;
member in class:chromeos::input_method::__anon1664::XKeyboard
[
all
...]
/external/chromium_org/chromeos/ime/
xkeyboard.cc
89
// in the |
execute_queue_
|. Do nothing if the queue is empty.
106
std::queue<std::string>
execute_queue_
;
member in class:chromeos::input_method::__anon7225::XKeyboardImpl
150
const bool start_execution =
execute_queue_
.empty();
156
execute_queue_
.push(layout_name);
164
// in the |
execute_queue_
|. Do nothing if the queue is empty.
167
if (
execute_queue_
.empty())
169
const std::string layout_to_set =
execute_queue_
.front();
181
execute_queue_
= std::queue<std::string>(); // clear the queue.
323
if (self->
execute_queue_
.empty()) {
324
DVLOG(1) << "OnSetLayoutFinish:
execute_queue_
is empty.
[
all
...]
Completed in 206 milliseconds