OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc
114
scoped_ptr<DictionaryValue>
window_data
(new DictionaryValue());
115
if (SessionWindowToValue(*window,
window_data
.get())) {
116
window_data
->SetString("sessionTag",
120
window_list->Append(
window_data
.release());
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c
250
int
window_data
[23];
local
251
int *window_block =
window_data
+1;
298
this->hidden->window_handle =
window_data
[0] = regs.r[0];
301
regs.r[1] = (unsigned int)
window_data
;
Completed in 158 milliseconds