SYMBOL INDEX (167 symbols across 12 files) FILE: host-ext/crouton/background.js function setStatus (line 61) | function setStatus(status, active) { function showHelp (line 72) | function showHelp() { function updateAvailable (line 76) | function updateAvailable(version) { function checkUpdate (line 87) | function checkUpdate(force) { function updateWindowList (line 102) | function updateWindowList(force) { function registerKiwi (line 120) | function registerKiwi(displaynum, window) { function closePopup (line 128) | function closePopup() { function refreshUI (line 136) | function refreshUI() { function clipboardStart (line 304) | function clipboardStart() { function websocketConnect (line 329) | function websocketConnect() { function websocketOpen (line 359) | function websocketOpen() { function readClipboard (line 364) | function readClipboard() { function writeClipboard (line 371) | function writeClipboard(str) { function websocketMessage (line 378) | function websocketMessage(evt) { function websocketClose (line 640) | function websocketClose() { function onFocusChanged (line 666) | function onFocusChanged(id, isTab) { function onRemoved (line 685) | function onRemoved(id, isTab) { function notificationClicked (line 701) | function notificationClicked(id) { function notificationClosed (line 709) | function notificationClosed(id, byUser) { function padstr0 (line 715) | function padstr0(i) { function printLog (line 724) | function printLog(str, level) { function error (line 745) | function error(str, enabled) { FILE: host-ext/crouton/window.js function registerWindow (line 31) | function registerWindow(register) { function moduleDidLoad (line 37) | function moduleDidLoad() { function handleProgress (line 48) | function handleProgress(event) { function handleError (line 55) | function handleError(event) { function handleCrash (line 64) | function handleCrash(event) { function handleRequest (line 74) | function handleRequest(message, sender, sendResponse) { function setDebug (line 81) | function setDebug(debug) { function setHiDPI (line 97) | function setHiDPI(hidpi) { function setTitle (line 105) | function setTitle(title) { function setStatus (line 110) | function setStatus(message) { function showWarning (line 120) | function showWarning(message) { function showError (line 127) | function showError(message) { function addInfoLine (line 134) | function addInfoLine(div, message) { function handleMessage (line 145) | function handleMessage(message) { function kiwiResize (line 226) | function kiwiResize() { function handleResize (line 233) | function handleResize() { function handleFocusBlur (line 248) | function handleFocusBlur(evt) { FILE: host-ext/nacl_src/keycode_converter.h function class (line 13) | class KeyCode { function class (line 36) | class KeyCodeConverter { FILE: host-ext/nacl_src/kiwi.cc class KiwiInstance (line 34) | class KiwiInstance : public pp::Instance { method KiwiInstance (line 36) | explicit KiwiInstance(PP_Instance instance): pp::Instance(instance) {} method Init (line 41) | virtual bool Init(uint32_t argc, const char* argn[], const char* argv[... method HandleMessage (line 57) | virtual void HandleMessage(const pp::Var& var_message) { class Message (line 105) | class Message { method Message (line 107) | Message(pp::Instance* inst, const std::string& type, bool dummy): method Message (line 119) | Message& operator<<(const T& val) { method Message (line 124) | Message(Message&& other) = default; method Message (line 128) | Message(const Message& other) = delete; method Message (line 129) | Message& operator =(const Message&) = delete; method Message (line 137) | Message StatusMessage() { method Message (line 107) | Message(pp::Instance* inst, const std::string& type, bool dummy): method Message (line 119) | Message& operator<<(const T& val) { method Message (line 124) | Message(Message&& other) = default; method Message (line 128) | Message(const Message& other) = delete; method Message (line 129) | Message& operator =(const Message&) = delete; method Message (line 142) | Message WarningMessage() { method Message (line 107) | Message(pp::Instance* inst, const std::string& type, bool dummy): method Message (line 119) | Message& operator<<(const T& val) { method Message (line 124) | Message(Message&& other) = default; method Message (line 128) | Message(const Message& other) = delete; method Message (line 129) | Message& operator =(const Message&) = delete; method Message (line 148) | Message ErrorMessage() { method Message (line 107) | Message(pp::Instance* inst, const std::string& type, bool dummy): method Message (line 119) | Message& operator<<(const T& val) { method Message (line 124) | Message(Message&& other) = default; method Message (line 128) | Message(const Message& other) = delete; method Message (line 129) | Message& operator =(const Message&) = delete; method Message (line 153) | Message LogMessage(int level) { method Message (line 107) | Message(pp::Instance* inst, const std::string& type, bool dummy): method Message (line 119) | Message& operator<<(const T& val) { method Message (line 124) | Message(Message&& other) = default; method Message (line 128) | Message(const Message& other) = delete; method Message (line 129) | Message& operator =(const Message&) = delete; method ResizeMessage (line 166) | void ResizeMessage(int width, int height, float scale) { method ControlMessage (line 173) | void ControlMessage(const std::string& type, const std::string& str) { method SocketConnect (line 181) | void SocketConnect(int32_t /*result*/ = 0) { method OnSocketConnectCompletion (line 197) | void OnSocketConnectCompletion(int32_t result) { method SocketClose (line 221) | void SocketClose(const std::string& reason) { method OnSocketClosed (line 227) | void OnSocketClosed(int32_t result) { method CheckSize (line 240) | bool CheckSize(int length, int target, const std::string& type) { method SocketParseInitInformation (line 250) | bool SocketParseInitInformation(const char* data, int datalen) { method SocketParseVersion (line 260) | bool SocketParseVersion(const char* data, int datalen) { method SocketParseScreen (line 292) | bool SocketParseScreen(const char* data, int datalen) { method SocketParseCursor (line 335) | bool SocketParseCursor(const char* data, int datalen) { method SocketParseResolution (line 380) | bool SocketParseResolution(const char* data, int datalen) { method OnSocketReceiveCompletion (line 391) | void OnSocketReceiveCompletion(int32_t result) { method SocketReceive (line 462) | void SocketReceive(int32_t /*result*/ = 0) { method SocketSend (line 469) | void SocketSend(const pp::Var& var, bool flushmouse) { method DidChangeView (line 493) | virtual void DidChangeView(const pp::View& view) { method HandleInputEvent (line 501) | virtual bool HandleInputEvent(const pp::InputEvent& event) { method InitContext (line 732) | void InitContext() { method ChangeResolution (line 760) | void ChangeResolution(int width, int height) { method KeyCodeToKeySym (line 780) | uint32_t KeyCodeToKeySym(uint32_t keycode, const std::string& code) { method SetTargetFPS (line 851) | void SetTargetFPS(int new_target_fps) { method SendClick (line 864) | void SendClick(int button, int down) { method SendSearchKey (line 887) | void SendSearchKey(int down) { method SendKeySym (line 897) | void SendKeySym(uint32_t keysym, int down) { method SendKeyCode (line 912) | void SendKeyCode(uint8_t keycode, int down) { method RequestScreen (line 931) | void RequestScreen(int32_t token) { method OnFlush (line 971) | void OnFlush(int32_t /*result*/ = 0) { method Paint (line 1015) | void Paint(bool blank) { class Cursor (line 1103) | class Cursor { class KiwiModule (line 1116) | class KiwiModule : public pp::Module { method KiwiModule (line 1118) | KiwiModule() : pp::Module() {} type pp (line 1126) | namespace pp { function Module (line 1128) | Module* CreateModule() { FILE: src/fbserver-proto.h type screen (line 19) | struct __attribute__((__packed__)) screen { type screen_reply (line 30) | struct __attribute__((__packed__)) screen_reply { type cursor (line 42) | struct __attribute__((__packed__)) cursor { type cursor_reply (line 47) | struct __attribute__((__packed__)) cursor_reply { type resolution (line 56) | struct __attribute__((__packed__)) resolution { type key (line 63) | struct __attribute__((__packed__)) key { type key_vf1 (line 71) | struct __attribute__((__packed__)) key_vf1 { type mousemove (line 78) | struct __attribute__((__packed__)) mousemove { type initinfo (line 85) | struct __attribute__((__packed__)) initinfo { type mouseclick (line 91) | struct __attribute__((__packed__)) mouseclick { FILE: src/fbserver.c type cache_entry (line 35) | struct cache_entry { type cache_entry (line 42) | struct cache_entry type keybuttontype (line 46) | typedef enum { MOUSE=1, KEYBOARD=2 } keybuttontype; type keybutton (line 47) | struct keybutton { type keybutton (line 54) | struct keybutton function kb_add (line 58) | void kb_add(keybuttontype type, uint32_t code) { function kb_remove (line 74) | void kb_remove(keybuttontype type, uint32_t code) { function kb_release_all (line 88) | void kb_release_all() { function xerror_handler (line 105) | static int xerror_handler(Display *dpy, XErrorEvent *e) { function set_connected (line 118) | static void set_connected(Display *dpy, uint8_t connected) { function register_damage (line 131) | static void register_damage(Display *dpy, Window win) { function init_display (line 140) | static int init_display(char* name) { function change_resolution (line 194) | void change_resolution(const struct resolution* rin) { function close_mmap (line 237) | void close_mmap(struct cache_entry* entry) { function recv_pid_fd (line 249) | int recv_pid_fd(int conn) type cache_entry (line 287) | struct cache_entry type cache_entry (line 288) | struct cache_entry type sockaddr_un (line 328) | struct sockaddr_un type sockaddr (line 334) | struct sockaddr function write_image (line 380) | int write_image(const struct screen* screen) { function write_cursor (line 499) | int write_cursor() { function write_init (line 530) | void write_init() { function check_size (line 543) | int check_size(int length, int target, char* error) { function usage (line 553) | void usage(char* argv0) { function main (line 558) | int main(int argc, char** argv) { FILE: src/findnacld.c function send_pid_fd (line 22) | int send_pid_fd(int conn, long pid, int fd) function find_nacl (line 56) | int find_nacl(int conn) function main (line 117) | int main() FILE: src/freon.c function preload_init (line 49) | static void preload_init() { function set_display_lock (line 63) | static int set_display_lock(unsigned int pid) { function crtc_set_prop (line 104) | static int32_t crtc_set_prop(int fd, uint32_t crtc_id, function drm_reset_props (line 134) | static void drm_reset_props() function drm_disable_cursor (line 180) | static void drm_disable_cursor() function ioctl (line 217) | int ioctl(int fd, unsigned long int request, ...) { function _open (line 283) | static int _open(int (*origfunc)(const char *pathname, int flags, mode_t... function open (line 304) | int open(const char *pathname, int flags, ...) { function open64 (line 315) | int open64(const char *pathname, int flags, ...) { function close (line 326) | int close(int fd) { function uid_t (line 339) | uid_t getuid0(void) { FILE: src/vtmonitor.c function main (line 21) | int main(int argc, char **argv) { FILE: src/websocket.c function pipe_open_block (line 37) | static int pipe_open_block(const char* path, int oflag) { function pipeout_open (line 62) | static int pipeout_open() { function pipeout_close (line 95) | static void pipeout_close() { function pipeout_write (line 105) | static int pipeout_write(char* buffer, int len) { function pipeout_error (line 122) | static void pipeout_error(char* str) { function pipein_reopen (line 137) | static void pipein_reopen() { function pipein_read (line 152) | static void pipein_read() { function checkfifo (line 275) | int checkfifo(const char* filename) { function pipe_init (line 311) | void pipe_init() { function socket_client_handle_unrequested (line 353) | static int socket_client_handle_unrequested(const char* buffer, function socket_client_read (line 431) | static void socket_client_read() { function signal_handler (line 453) | static void signal_handler(int sig) { function main (line 457) | int main(int argc, char **argv) { FILE: src/websocket.h function block_read (line 104) | static int block_read(int fd, char* buffer, size_t size) { function block_write (line 123) | static int block_write(int fd, char* buffer, size_t size) { function popen2 (line 143) | static int popen2(char* cmd, char *const argv[], function socket_client_close (line 306) | static void socket_client_close(int sendclose) { function socket_client_write_frame (line 330) | static int socket_client_write_frame(char* buffer, unsigned int size, function socket_client_read_frame_header (line 382) | static int socket_client_read_frame_header(int* fin, uint32_t* maskkey, function socket_client_read_frame_data (line 518) | static int socket_client_read_frame_data(char* buffer, unsigned int size, function socket_client_read_frame (line 545) | static int socket_client_read_frame(char* buffer, int size) { function socket_client_sendversion (line 578) | static int socket_client_sendversion(char* version) { function socket_server_error (line 625) | static void socket_server_error(int newclient_fd, int ok) { function socket_server_read_header (line 670) | static int socket_server_read_header(int newclient_fd, char* websocket_k... function socket_server_accept (line 806) | static int socket_server_accept(char* version) { function socket_server_init (line 905) | static void socket_server_init(int port_) { FILE: src/xi2event.c function print_rawevent (line 18) | static void print_rawevent(XIRawEvent *event) { function usage (line 47) | void usage(char* argv0) { function main (line 54) | int main(int argc, char *argv[]) {