bool               54 cygnal/crc.h       bool loadFiles();
bool               61 cygnal/crc.h       bool parseFile(const std::string& filespec);
bool               77 cygnal/crc.h       bool getTestingFlag() { return _testing; };
bool               79 cygnal/crc.h       void setTestingFlag(bool x) { _testing = x; };
bool               82 cygnal/crc.h       bool getThreadingFlag() { return _threading; };
bool               84 cygnal/crc.h       void setThreadingFlag(bool x) { _threading = x; };
bool               87 cygnal/crc.h       bool getNetDebugFlag() const { return _netdebug; }
bool               89 cygnal/crc.h       void setNetDebugFlag(bool x) { _netdebug = x; }    
bool               92 cygnal/crc.h       bool getAdminFlag() const { return _admin; }
bool               94 cygnal/crc.h       void setAdminFlag(bool x) { _admin = x; }
bool              155 cygnal/crc.h       bool _testing;
bool              161 cygnal/crc.h       bool _threading;
bool              173 cygnal/crc.h       bool _netdebug;
bool              178 cygnal/crc.h       bool _admin;
bool               49 cygnal/cygnal.h 	bool        connected;
bool               57 cygnal/cygnal.h     bool loadPeersFile();
bool               58 cygnal/cygnal.h     bool loadPeersFile(const std::string &filespec);
bool              114 cygnal/handler.h     bool sync() { return sync(_in_fd); };
bool              115 cygnal/handler.h     bool sync(int in_fd);
bool              174 cygnal/handler.h     bool initialized();
bool              195 cygnal/handler.h     bool playStream();
bool              197 cygnal/handler.h     bool playStream(const std::string &filespec);
bool               98 cygnal/http_server.h     bool http_handler(Handler *hand, int netfd, cygnal::Buffer *buf);
bool              165 cygnal/libamf/amf.h     static boost::shared_ptr<Buffer> encodeBoolean(bool flag);
bool              106 cygnal/libamf/buffer.h     std::string hexify(bool ascii);
bool              107 cygnal/libamf/buffer.h     std::string hexify(Buffer &buf, bool ascii);
bool              118 cygnal/libamf/buffer.h     bool empty() { return (_seekptr) ? false : true; };
bool              210 cygnal/libamf/buffer.h     Buffer &operator=(bool flag);
bool              275 cygnal/libamf/buffer.h     Buffer &operator+=(bool);
bool              354 cygnal/libamf/buffer.h     bool operator==(Buffer &buf);
bool              135 cygnal/libamf/element.h     Element(bool data);
bool              142 cygnal/libamf/element.h     Element(const std::string &name, bool data);
bool              173 cygnal/libamf/element.h     Element(bool, double, double, const std::string &str);
bool              176 cygnal/libamf/element.h     Element &init(bool, double, double, const std::string &str);
bool              209 cygnal/libamf/element.h     Element &operator=(bool flag);
bool              290 cygnal/libamf/element.h     Element &makeBoolean(bool data);
bool              299 cygnal/libamf/element.h     Element &makeBoolean(const std::string &name, bool data);
bool              565 cygnal/libamf/element.h     bool operator==(Element &);
bool              576 cygnal/libamf/element.h     bool operator==(boost::shared_ptr<cygnal::Element> );
bool              587 cygnal/libamf/element.h     bool operator==(bool x);
bool              619 cygnal/libamf/element.h     bool to_bool() const;
bool              734 cygnal/libamf/element.h     boost::shared_ptr<Buffer> encode(bool notobject);
bool               63 cygnal/libamf/lcshm.h     bool addListener(const std::string &name);
bool               71 cygnal/libamf/lcshm.h     bool findListener(const std::string &name);
bool               79 cygnal/libamf/lcshm.h     bool removeListener(const std::string &name);
bool              139 cygnal/libamf/lcshm.h         bool domain;
bool              166 cygnal/libamf/lcshm.h     bool connect(const std::string &name);
bool              174 cygnal/libamf/lcshm.h     bool connect(key_t key);
bool              237 cygnal/libamf/lcshm.h     boost::uint8_t *formatHeader(const std::string &con, const std::string &host, bool domain);
bool              281 cygnal/libamf/lcshm.h 	void setconnected(bool trueorfalse) { _connected=trueorfalse; return;  };
bool              282 cygnal/libamf/lcshm.h 	bool getconnected(){return _connected;};
bool              308 cygnal/libamf/lcshm.h     bool _connected;
bool               31 cygnal/libamf/protocol.h     virtual bool handShakeWait() = 0;
bool               32 cygnal/libamf/protocol.h     virtual bool handShakeRequest() = 0;
bool               33 cygnal/libamf/protocol.h     virtual bool handShakeResponse() = 0;
bool               34 cygnal/libamf/protocol.h     virtual bool clientFinish() = 0;
bool               35 cygnal/libamf/protocol.h     virtual bool serverFinish() = 0;
bool               36 cygnal/libamf/protocol.h     virtual bool packetRequest() = 0;
bool               37 cygnal/libamf/protocol.h     virtual bool packetSend() = 0;
bool               38 cygnal/libamf/protocol.h     virtual bool packetRead() = 0;
bool               71 cygnal/libamf/sol.h     bool extractHeader(const std::vector<boost::uint8_t> &data);
bool               78 cygnal/libamf/sol.h     bool extractHeader(const std::string &filespec);
bool               86 cygnal/libamf/sol.h     bool formatHeader(const std::vector<boost::uint8_t> &data);
bool               93 cygnal/libamf/sol.h     bool formatHeader(const std::string &name);
bool              102 cygnal/libamf/sol.h     bool formatHeader(const std::string &name, int filesize);
bool              107 cygnal/libamf/sol.h     bool writeFile();
bool              116 cygnal/libamf/sol.h     bool writeFile(const std::string &filespec, const std::string &objname);
bool              123 cygnal/libamf/sol.h     bool readFile(const std::string &filespec);
bool              182 cygnal/libamf/sol.h     bool updateSO(boost::shared_ptr<cygnal::Element> &el);
bool              183 cygnal/libamf/sol.h     bool updateSO(int index, boost::shared_ptr<cygnal::Element> &el);
bool               73 cygnal/libnet/cache.h     std::string DSOEXPORT stats(bool xml) const;
bool               52 cygnal/libnet/cque.h     bool push(boost::uint8_t *data, int nbytes);
bool               53 cygnal/libnet/cque.h     bool push(boost::shared_ptr<cygnal::Buffer> data);
bool              110 cygnal/libnet/diskstream.h     DSOEXPORT bool open(const std::string &filespec);
bool              111 cygnal/libnet/diskstream.h     DSOEXPORT bool open(const std::string &filespec, int netfd);
bool              112 cygnal/libnet/diskstream.h     DSOEXPORT bool open(const std::string &filespec, int netfd, gnash::Statistics  &statistics);
bool              121 cygnal/libnet/diskstream.h     bool play();
bool              122 cygnal/libnet/diskstream.h     bool play(bool flag);
bool              123 cygnal/libnet/diskstream.h     bool play(int netfd, bool flag);
bool              136 cygnal/libnet/diskstream.h     bool preview(const std::string &filespec, int frames);
bool              149 cygnal/libnet/diskstream.h     bool thumbnail(const std::string &filespec, int quantity);
bool              154 cygnal/libnet/diskstream.h     bool pause();
bool              173 cygnal/libnet/diskstream.h     bool upload(const std::string &filespec);
bool              176 cygnal/libnet/diskstream.h     bool multicast(const std::string &filespec);
bool              202 cygnal/libnet/diskstream.h     DSOEXPORT bool writeToDisk(const std::string &filespec, boost::uint8_t *data, size_t size);
bool              203 cygnal/libnet/diskstream.h     DSOEXPORT bool writeToDisk(const std::string &filespec, cygnal::Buffer &data);
bool              204 cygnal/libnet/diskstream.h     DSOEXPORT bool writeToDisk(const std::string &filespec);
bool              205 cygnal/libnet/diskstream.h     DSOEXPORT bool writeToDisk();
bool              210 cygnal/libnet/diskstream.h     bool writeToNet(int start, int bytes);
bool              242 cygnal/libnet/diskstream.h     bool fullyPopulated();
bool              341 cygnal/libnet/diskstream.h     bool getFileStats(const std::string &filespec);
bool              134 cygnal/libnet/http.h     bool checkRequestFields(cygnal::Buffer &buf);
bool              135 cygnal/libnet/http.h     bool checkEntityFields(cygnal::Buffer &buf);
bool              136 cygnal/libnet/http.h     bool checkGeneralFields(cygnal::Buffer &buf);
bool              174 cygnal/libnet/http.h     bool clearHeader();
bool              181 cygnal/libnet/http.h     bool startHeader();
bool              283 cygnal/libnet/http.h     bool keepAlive() { return _keepalive; }
bool              284 cygnal/libnet/http.h     void keepAlive(bool x) { _keepalive = x; };
bool              334 cygnal/libnet/http.h     bool		_keepalive;
bool              342 cygnal/libnet/http.h     bool		_close;
bool              347 cygnal/libnet/http.h     bool DSOEXPORT http_handler(Network::thread_params_t *args);
bool               30 cygnal/libnet/lirc.h     bool init();
bool               31 cygnal/libnet/lirc.h     bool init(const char *sockpath);
bool              146 cygnal/libnet/network.h     typedef bool entry_t (thread_params_t *);
bool              172 cygnal/libnet/network.h     int newConnection(bool block, int fd);
bool              173 cygnal/libnet/network.h     int newConnection(bool block);
bool              181 cygnal/libnet/network.h     bool connectSocket(const std::string &sock);
bool              191 cygnal/libnet/network.h     bool createClient(void);
bool              192 cygnal/libnet/network.h     bool createClient(short port);
bool              193 cygnal/libnet/network.h     bool createClient(const std::string &hostname);
bool              194 cygnal/libnet/network.h     bool createClient(const std::string &hostname, short port);
bool              253 cygnal/libnet/network.h     bool closeNet();
bool              254 cygnal/libnet/network.h     bool closeNet(int fd);
bool              255 cygnal/libnet/network.h     bool closeConnection();
bool              256 cygnal/libnet/network.h     bool closeConnection(int fd);
bool              259 cygnal/libnet/network.h     void toggleDebug(bool val);
bool              260 cygnal/libnet/network.h     bool netDebug() { return _debug; };
bool              262 cygnal/libnet/network.h     bool send(const char *str);
bool              265 cygnal/libnet/network.h     bool connected() const
bool              319 cygnal/libnet/network.h     bool initSSL(std::string &hostname);
bool              320 cygnal/libnet/network.h     bool initSSL(std::string &hostname, std::string &password);
bool              321 cygnal/libnet/network.h     bool initSSL(std::string &hostname, std::string &password, bool auth);
bool              322 cygnal/libnet/network.h     bool initSSL(std::string &hostname, std::string &password, 
bool              324 cygnal/libnet/network.h 		 std::string &rootpath, bool auth);
bool              340 cygnal/libnet/network.h     bool        _connected;
bool              341 cygnal/libnet/network.h     bool        _debug;
bool              400 cygnal/libnet/rtmp.h     bool sendMsg(cygnal::Buffer &data);
bool              401 cygnal/libnet/rtmp.h     bool sendMsg(int channel, rtmp_headersize_e head_size,
bool              404 cygnal/libnet/rtmp.h     bool sendMsg(int fd, int channel, rtmp_headersize_e head_size,
bool              407 cygnal/libnet/rtmp.h     bool sendMsg(int channel, rtmp_headersize_e head_size,
bool              410 cygnal/libnet/rtmp.h     bool sendMsg(int fd, int channel, rtmp_headersize_e head_size,
bool               46 cygnal/libnet/rtmp_client.h     bool handShakeWait();
bool               64 cygnal/libnet/rtmp_client.h     DSOEXPORT bool connectToServer(const std::string &url);
bool               68 cygnal/libnet/rtmp_client.h     boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag);
bool               69 cygnal/libnet/rtmp_client.h     boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, double pos);
bool               70 cygnal/libnet/rtmp_client.h     DSOEXPORT boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name);
bool               71 cygnal/libnet/rtmp_client.h     boost::shared_ptr<cygnal::Buffer> encodeStreamOp(double id, rtmp_op_e op, bool flag, const std::string &name, double pos);
bool               73 cygnal/libnet/rtmp_client.h     bool isConnected() { return _connected; };
bool               86 cygnal/libnet/rtmp_client.h     bool   _connected;
bool               69 cygnal/libnet/sshclient.h     bool sshShutdown();
bool               72 cygnal/libnet/sshclient.h     bool sshConnect(int fd);
bool               73 cygnal/libnet/sshclient.h     bool sshConnect(int fd, std::string &hostname);
bool               85 cygnal/libnet/sshclient.h     void setServerAuth(bool flag) { _need_server_auth = flag; };
bool               86 cygnal/libnet/sshclient.h     bool getServerAuth() { return _need_server_auth; };
bool              118 cygnal/libnet/sshclient.h     bool		_need_server_auth;
bool               60 cygnal/libnet/sshserver.h     bool authPassword(std::string &user, std::string &passwd);
bool               61 cygnal/libnet/sshserver.h     bool authPassword(ssh_session session, std::string &user, std::string &passwd);
bool               64 cygnal/libnet/sshserver.h     bool acceptConnections();
bool               65 cygnal/libnet/sshserver.h     bool acceptConnections(short port);
bool               66 cygnal/libnet/sshserver.h     bool acceptConnections(ssh_session session);
bool               67 cygnal/libnet/sshserver.h     bool acceptConnections(ssh_session session, short port);
bool               70 cygnal/libnet/sshserver.h     bool processSSHMessage(ssh_message message);
bool               72 cygnal/libnet/sslclient.h     bool sslSetupCTX();
bool               73 cygnal/libnet/sslclient.h     bool sslSetupCTX(std::string &keyfile, std::string &cafile);
bool               76 cygnal/libnet/sslclient.h     bool sslShutdown();
bool               79 cygnal/libnet/sslclient.h     bool sslConnect(int fd);
bool               80 cygnal/libnet/sslclient.h     bool sslConnect(int fd, std::string &hostname, short port);
bool              103 cygnal/libnet/sslclient.h     void setServerAuth(bool flag) { _need_server_auth = flag; };
bool              104 cygnal/libnet/sslclient.h     bool getServerAuth() { return _need_server_auth; };
bool              107 cygnal/libnet/sslclient.h     bool checkCert();
bool              108 cygnal/libnet/sslclient.h     bool checkCert(std::string &hostname);
bool              122 cygnal/libnet/sslclient.h     bool		_need_server_auth;
bool               61 cygnal/libnet/sslserver.h     bool loadDhParams(char *file);
bool               62 cygnal/libnet/sslserver.h     bool loadDhParams(SSL_CTX *ctx, char *file);
bool               42 cygnal/proc.h      bool setOutput (const std::string &output, bool outflag);
bool               43 cygnal/proc.h      bool getOutput (const std::string &output);
bool               46 cygnal/proc.h      bool startCGI (void);
bool               47 cygnal/proc.h      bool startCGI (const std::string &filespec);
bool               48 cygnal/proc.h      bool startCGI (const std::string &filespec, boost::uint16_t port);
bool               49 cygnal/proc.h      bool startCGI (const std::string &filespec, bool output);
bool               50 cygnal/proc.h      bool startCGI (const std::string &filespec, bool output, boost::uint16_t port);
bool               56 cygnal/proc.h      bool connectCGI (const std::string &host, boost::uint16_t port);
bool               62 cygnal/proc.h      bool stopCGI (void);
bool               63 cygnal/proc.h      bool stopCGI (const std::string &filespec);
bool               65 cygnal/proc.h      std::map<std::string, bool> _output;
bool               61 cygnal/rtmp_server.h     bool packetSend(cygnal::Buffer &buf);
bool               62 cygnal/rtmp_server.h     bool packetRead(cygnal::Buffer &buf);
bool               91 cygnal/rtmp_server.h     bool sendFile(int fd, const std::string &filespec);
bool              125 cygnal/rtmp_server.h     bool handShakeResponse(int fd, cygnal::Buffer &buf);
bool              153 cygnal/rtmp_server.h bool DSOEXPORT rtmp_handler(gnash::Network::thread_params_t *args);
bool               37 gui/NullGui.h  	NullGui(bool do_loop, RunResources& r)
bool               54 gui/NullGui.h  	bool init(int, char ***) { return true; }
bool               56 gui/NullGui.h      bool createWindow(const char* /*title*/, int /*width*/, int /*height*/,
bool               61 gui/NullGui.h  	bool run();
bool               62 gui/NullGui.h  	bool createMenu() { return true; }
bool               63 gui/NullGui.h  	bool setupEvents() { return true; }
bool               74 gui/NullGui.h  	bool _quit;
bool              111 gui/Player.h       void setDoLoop(bool b) { _doLoop = b; }
bool              113 gui/Player.h       void setDoRender(bool b) { _doRender = b; }
bool              115 gui/Player.h       void setDoSound(bool b) { _doSound = b; }
bool              158 gui/Player.h       void setStartFullscreen(bool x) {
bool              162 gui/Player.h       void hideMenu(bool x) {
bool              262 gui/Player.h                        unsigned int len, bool& atEOF);
bool              292 gui/Player.h       bool        _doLoop;
bool              293 gui/Player.h       bool        _doRender;
bool              294 gui/Player.h       bool        _doSound;
bool              353 gui/Player.h       bool        _startFullscreen;
bool              354 gui/Player.h       bool        _hideMenu;
bool              145 gui/ScreenShotter.h     bool _immediate;
bool              151 gui/ScreenShotter.h     bool _last;
bool               43 gui/aos4/aos4_agg_glue.h     	bool 			 init(int argc, char **argv[]);
bool               46 gui/aos4/aos4_agg_glue.h 	    bool 			 prepDrawingArea(int width, int height);
bool               63 gui/aos4/aos4_agg_glue.h 		bool 				 _fullscreen;
bool               45 gui/aos4/aos4_cairo_glue.h     	bool 			 	 init(int argc, char **argv[]);
bool               48 gui/aos4/aos4_cairo_glue.h 	    bool 			 	 prepDrawingArea(int width, int height);
bool               67 gui/aos4/aos4_cairo_glue.h 		bool 				 _fullscreen;
bool               32 gui/aos4/aos4_glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               34 gui/aos4/aos4_glue.h     virtual bool prepDrawingArea(int width, int height) = 0;
bool               74 gui/aos4/aos4sup.h     AOS4Gui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               76 gui/aos4/aos4sup.h     virtual bool init(int argc, char **argv[]);
bool               77 gui/aos4/aos4sup.h     virtual bool createWindow(const char *title, int width, int height, int xPosition = 0, int yPosition = 0);
bool               78 gui/aos4/aos4sup.h     virtual bool run();
bool               79 gui/aos4/aos4sup.h     virtual bool createMenu();
bool               80 gui/aos4/aos4sup.h     virtual bool setupEvents();
bool               86 gui/aos4/aos4sup.h     void key_event(gnash::key::code key, int state, bool down);
bool               88 gui/aos4/aos4sup.h 	virtual bool showMouse(bool show);
bool               98 gui/aos4/aos4sup.h     bool         		 _core_trap;
bool              110 gui/aos4/aos4sup.h 	bool TimerInit(void);
bool               39 gui/aqua/aqua_glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               40 gui/aqua/aqua_glue.h     virtual bool prepDrawingArea(int width, int height, AGLDrawable drawable) = 0;
bool               35 gui/aqua/aqua_ogl_glue.h     bool init(int argc, char **argv[]);
bool               37 gui/aqua/aqua_ogl_glue.h     bool prepDrawingArea(int width, int height, AGLDrawable drawable);
bool               48 gui/aqua/aquasup.h   	void key_event(int key, bool down);
bool               58 gui/aqua/aquasup.h 	AquaGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               60 gui/aqua/aquasup.h     virtual bool init(int argc, char **argv[]);
bool               62 gui/aqua/aquasup.h     virtual bool createWindow(const char *title, int width, int height,
bool               64 gui/aqua/aquasup.h     virtual bool run();
bool               65 gui/aqua/aquasup.h     virtual bool createMenu();
bool               66 gui/aqua/aquasup.h     virtual bool setupEvents();
bool               41 gui/dump/dump.h typedef bool (*callback_t)(void*, int, void *data);
bool               46 gui/dump/dump.h     DumpGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               49 gui/dump/dump.h     bool createMenu() { return true; }
bool               50 gui/dump/dump.h     bool createMenuBar() { return true; }
bool               51 gui/dump/dump.h     bool createWindow(int width, int height);
bool               52 gui/dump/dump.h     bool createWindow(const char* /*title*/, int width, int height,
bool               55 gui/dump/dump.h     bool init(int argc, char **argv[]);
bool               61 gui/dump/dump.h     bool run();
bool               64 gui/dump/dump.h     bool setupEvents() { return true; }
bool               71 gui/dump/dump.h     bool want_multiple_regions() { return true; }
bool               72 gui/dump/dump.h     bool want_redraw() { return false; }
bool               69 gui/fb/InputDevice.h     virtual bool init();
bool               70 gui/fb/InputDevice.h     bool init(devicetype_e type);
bool               71 gui/fb/InputDevice.h     bool init(devicetype_e type, size_t size);
bool               72 gui/fb/InputDevice.h     bool init(devicetype_e type, const std::string &filespec);
bool               73 gui/fb/InputDevice.h     bool init(devicetype_e type, const std::string &filespec, size_t size);
bool               74 gui/fb/InputDevice.h     virtual bool init(const std::string &filespec, size_t size) = 0;
bool               75 gui/fb/InputDevice.h     virtual bool check() = 0;
bool              106 gui/fb/InputDevice.h     virtual bool init();
bool              107 gui/fb/InputDevice.h     virtual bool init(const std::string &filespec, size_t size);
bool              108 gui/fb/InputDevice.h     virtual bool check();
bool              113 gui/fb/InputDevice.h     bool command(unsigned char cmd, unsigned char *buf, int count);
bool              122 gui/fb/InputDevice.h     virtual bool init();
bool              123 gui/fb/InputDevice.h     virtual bool init(const std::string &filespec, size_t size);
bool              124 gui/fb/InputDevice.h     virtual bool check();
bool              140 gui/fb/InputDevice.h     virtual bool init();
bool              141 gui/fb/InputDevice.h     virtual bool init(const std::string &filespec, size_t size);
bool              142 gui/fb/InputDevice.h     virtual bool check();
bool              144 gui/fb/InputDevice.h     gnash::key::code scancode_to_gnash_key(int code, bool shift);
bool              151 gui/fb/InputDevice.h      bool keyb_lshift, keyb_rshift, keyb_lctrl, keyb_rctrl, keyb_lalt, keyb_ralt;
bool              122 gui/fb/fbsup.h     bool set_grayscale_lut8();
bool              124 gui/fb/fbsup.h     bool initialize_renderer();
bool              131 gui/fb/fbsup.h     bool disable_terminal();
bool              134 gui/fb/fbsup.h     bool enable_terminal();
bool              137 gui/fb/fbsup.h     FBGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              139 gui/fb/fbsup.h     virtual bool init(int argc, char ***argv);
bool              140 gui/fb/fbsup.h     virtual bool createWindow(const char *title, int width, int height,
bool              142 gui/fb/fbsup.h     virtual bool run();
bool              143 gui/fb/fbsup.h     virtual bool createMenu();
bool              144 gui/fb/fbsup.h     virtual bool setupEvents();
bool              152 gui/fb/fbsup.h     virtual void showMenu(bool show);
bool              153 gui/fb/fbsup.h     virtual bool showMouse(bool show);
bool              156 gui/fb/fbsup.h     virtual bool want_multiple_regions() { return true; }
bool               46 gui/fltk/fltksup.h     FltkGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               49 gui/fltk/fltksup.h     virtual bool init(int argc, char **argv[]);
bool               53 gui/fltk/fltksup.h     virtual bool createWindow(const char *title, int width, int height,
bool               57 gui/fltk/fltksup.h     virtual bool run();
bool               58 gui/fltk/fltksup.h     virtual bool createMenu();
bool               60 gui/fltk/fltksup.h     virtual bool setupEvents() { return true;}
bool               43 gui/gtk/gtk_glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               39 gui/gtk/gtk_glue_agg.h     bool init(int argc, char **argv[]);
bool               51 gui/gtk/gtk_glue_agg_vaapi.h     bool init(int argc, char **argv[]);
bool               77 gui/gtk/gtk_glue_agg_vaapi.h     bool                                _window_is_setup;
bool               35 gui/gtk/gtk_glue_cairo.h     bool init(int argc, char ***argv);
bool               45 gui/gtk/gtk_glue_gtkglext.h     bool init(int argc, char **argv[]);
bool               40 gui/gtk/gtksup.h     GtkGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               46 gui/gtk/gtksup.h     virtual bool init(int argc, char **argv[]);
bool               47 gui/gtk/gtksup.h     virtual bool createWindow(int width, int height);
bool               48 gui/gtk/gtksup.h     virtual bool createWindow(const char *title, int width, int height,
bool               52 gui/gtk/gtksup.h     virtual bool run();
bool               56 gui/gtk/gtksup.h     virtual bool createMenu();
bool               58 gui/gtk/gtksup.h     virtual bool createMenuAlt(); //an alternative popup menu
bool               65 gui/gtk/gtksup.h     virtual bool setupEvents();
bool               83 gui/gtk/gtksup.h     bool watchFD(int fd);
bool               93 gui/gtk/gtksup.h     bool createMenuBar();
bool              114 gui/gtk/gtksup.h     bool want_multiple_regions() { return true; }
bool              118 gui/gtk/gtksup.h     virtual bool showMouse(bool show);
bool              120 gui/gtk/gtksup.h     virtual void showMenu(bool show);
bool              124 gui/gtk/gtksup.h     bool checkX11Extension(const std::string& ext);
bool              126 gui/gtk/gtksup.h     virtual bool visible() { return _visible; }
bool              128 gui/gtk/gtksup.h     void setVisible(bool visible) { _visible = visible; }
bool              140 gui/gtk/gtksup.h     bool _visible;
bool               99 gui/gui.h          virtual bool init(int argc, char **argv[]) = 0;
bool              139 gui/gui.h          virtual bool createWindow(const char* title, int width, int height,
bool              145 gui/gui.h          virtual bool run() = 0;
bool              183 gui/gui.h          virtual bool want_multiple_regions() { return false; }
bool              190 gui/gui.h          virtual bool want_redraw();
bool              217 gui/gui.h          bool loops() const { return _loop; }
bool              220 gui/gui.h          bool isFullscreen() const { return _fullscreen; }
bool              234 gui/gui.h          void notifyMouseClick(bool mouse_pressed);
bool              250 gui/gui.h          void notify_key_event(gnash::key::code k, int modifier, bool pressed);
bool              277 gui/gui.h          bool advanceMovie(bool doDisplay = true);
bool              284 gui/gui.h          static bool advance_movie(Gui* gui) {
bool              314 gui/gui.h          virtual bool showMouse(bool show);
bool              319 gui/gui.h          virtual void showMenu(bool show);
bool              324 gui/gui.h          virtual void allowScale(bool allow);
bool              355 gui/gui.h          bool isStopped() const { return _stopped; }
bool              358 gui/gui.h          bool isPlugin() const { return ((_xid)); }
bool              366 gui/gui.h          void showUpdatedRegions(bool x) { _showUpdatedRegions = x; }
bool              367 gui/gui.h          bool showUpdatedRegions() const { return _showUpdatedRegions; }
bool              437 gui/gui.h          virtual bool yesno(const std::string& question);
bool              464 gui/gui.h          Gui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              483 gui/gui.h          virtual bool watchFD(int /* fd */)
bool              491 gui/gui.h          bool _loop;
bool              518 gui/gui.h          bool _redraw_flag;
bool              521 gui/gui.h          bool _fullscreen;
bool              524 gui/gui.h          bool _mouseShown;
bool              543 gui/gui.h          virtual bool visible() { return true; }
bool              562 gui/gui.h          bool display(movie_root* m);
bool              602 gui/gui.h          bool _stopped;
bool              605 gui/gui.h          bool _started;
bool              608 gui/gui.h          bool _showUpdatedRegions;
bool              619 gui/gui.h          bool _keyboardMouseMovements;
bool              625 gui/gui.h      std::auto_ptr<Gui> createGTKGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              626 gui/gui.h      std::auto_ptr<Gui> createKDEGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              627 gui/gui.h      std::auto_ptr<Gui> createKDE4Gui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              628 gui/gui.h      std::auto_ptr<Gui> createSDLGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              629 gui/gui.h      std::auto_ptr<Gui> createFLTKGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              630 gui/gui.h      std::auto_ptr<Gui> createFBGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              631 gui/gui.h      std::auto_ptr<Gui> createAQUAGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              632 gui/gui.h      std::auto_ptr<Gui> createRISCOSGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              633 gui/gui.h      std::auto_ptr<Gui> createAOS4Gui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              634 gui/gui.h      std::auto_ptr<Gui> createHaikuGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              635 gui/gui.h      std::auto_ptr<Gui> createDumpGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               54 gui/haiku/haiku_agg_glue.h     bool init(int argc, char **argv[], BWindow **win, std::string sharefilename);
bool               59 gui/haiku/haiku_agg_glue.h     bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags);
bool               82 gui/haiku/haiku_agg_glue.h     bool _viewhidden;
bool               55 gui/haiku/haikusup.h     HaikuGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               58 gui/haiku/haikusup.h     virtual bool init(int argc, char **argv[]);
bool               60 gui/haiku/haikusup.h     virtual bool createWindow(const char *title, int width, int height,
bool               62 gui/haiku/haikusup.h     virtual bool run();
bool               63 gui/haiku/haikusup.h     virtual bool createMenu();
bool               64 gui/haiku/haikusup.h     virtual bool createMenuBar();
bool               65 gui/haiku/haikusup.h     virtual bool setupEvents();
bool               74 gui/haiku/haikusup.h     virtual bool yesno(const std::string &question);
bool               61 gui/kde/Kde4Glue.h     void fullscreen(bool isFull); 
bool               84 gui/kde/Kde4Glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               46 gui/kde/Kde4GlueAgg.h     bool init(int argc, char **argv[]);
bool               48 gui/kde/Kde4GlueCairo.h     bool init(int argc, char **argv[]);
bool               44 gui/kde/Kde4GlueOgl.h     bool init(int argc, char **argv[]);
bool              106 gui/kde/Kde4Gui.h     Kde4Gui(unsigned long xid, float scale, bool loop, RunResources& r);
bool              108 gui/kde/Kde4Gui.h     virtual bool init(int argc, char **argv[]);
bool              109 gui/kde/Kde4Gui.h     virtual bool createWindow(const char* windowtitle, int width, int height,
bool              112 gui/kde/Kde4Gui.h     virtual bool run();
bool              113 gui/kde/Kde4Gui.h     virtual bool watchFD(int fd);
bool              117 gui/kde/Kde4Gui.h     virtual void handleKeyEvent(QKeyEvent *event, bool down);
bool              120 gui/kde/Kde4Gui.h     virtual bool showMouse(bool show);
bool              128 gui/kde/Kde4Gui.h     bool want_multiple_regions() { return true; }
bool               38 gui/kde/kde_glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               44 gui/kde/kde_glue_agg.h     bool init(int argc, char **argv[]);
bool               34 gui/kde/kde_glue_opengl.h     bool init(int argc, char **argv[]);
bool               88 gui/kde/kdesup.h     KdeGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               90 gui/kde/kdesup.h     virtual bool init(int argc, char **argv[]);
bool               91 gui/kde/kdesup.h     virtual bool createWindow(const char* windowtitle, int width, int height,
bool               93 gui/kde/kdesup.h     virtual bool run();
bool               94 gui/kde/kdesup.h     virtual bool createMenu();
bool               95 gui/kde/kdesup.h     virtual bool setupEvents();
bool               99 gui/kde/kdesup.h     virtual void handleKeyEvent(QKeyEvent *event, bool down);
bool               26 gui/riscos/riscos_glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               31 gui/riscos/riscos_glue_agg.h     bool init(int argc, char **argv[]);
bool               44 gui/riscos/riscossup.h     RiscosGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               46 gui/riscos/riscossup.h     virtual bool init(int argc, char **argv[]);
bool               47 gui/riscos/riscossup.h     virtual bool createWindow(int width, int height);
bool               48 gui/riscos/riscossup.h     virtual bool createWindow(const char *title, int width, int height,
bool               50 gui/riscos/riscossup.h     virtual bool run();
bool               51 gui/riscos/riscossup.h     virtual bool createMenu();
bool               52 gui/riscos/riscossup.h     virtual bool setupEvents();
bool               60 gui/riscos/riscossup.h     bool create_window();
bool               65 gui/riscos/riscossup.h     bool _quit;
bool               34 gui/sdl/sdl_agg_glue.h     bool init(int argc, char **argv[]);
bool               37 gui/sdl/sdl_agg_glue.h     bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags);
bool               38 gui/sdl/sdl_cairo_glue.h     bool init(int argc, char **argv[]);
bool               41 gui/sdl/sdl_cairo_glue.h     bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags);
bool               29 gui/sdl/sdl_glue.h     virtual bool init(int argc, char **argv[]) = 0;
bool               32 gui/sdl/sdl_glue.h     virtual bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) = 0;
bool               33 gui/sdl/sdl_ogl_glue.h     bool init(int argc, char **argv[]);
bool               36 gui/sdl/sdl_ogl_glue.h     bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags);
bool               51 gui/sdl/sdlsup.h     SDLGui(unsigned long xid, float scale, bool loop, RunResources& r);
bool               53 gui/sdl/sdlsup.h     virtual bool init(int argc, char **argv[]);
bool               54 gui/sdl/sdlsup.h     virtual bool createWindow(const char *title, int width, int height,
bool               56 gui/sdl/sdlsup.h     virtual bool run();
bool               57 gui/sdl/sdlsup.h     virtual bool createMenu();
bool               58 gui/sdl/sdlsup.h     virtual bool setupEvents();
bool               64 gui/sdl/sdlsup.h     void key_event(SDL_KeyboardEvent * key, bool down);
bool               71 gui/sdl/sdlsup.h     bool         _core_trap;
bool               94 libbase/AMF.h  DSOEXPORT bool readBoolean(const boost::uint8_t*& pos,
bool              170 libbase/AMF.h  DSOEXPORT void write(SimpleBuffer& buf, bool b);
bool               95 libbase/BitsReader.h 	bool read_bit();
bool              159 libbase/BitsReader.h 	bool gotBits(boost::uint32_t nbits)
bool               58 libbase/CachedBitmap.h     virtual bool disposed() const = 0;
bool              115 libbase/GC.h       bool isReachable() const { return _reachable; }
bool              153 libbase/GC.h       mutable bool _reachable;
bool               79 libbase/GnashFileUtilities.h     DSOEXPORT bool mkdirRecursive(const std::string& filename);
bool               61 libbase/GnashImageJpeg.h     bool _compressorOpened;
bool               46 libbase/GnashNumeric.h inline bool
bool               68 libbase/GnashTexture.h     bool init();
bool              100 libbase/GnashTexture.h     bool bind();
bool               41 libbase/GnashVaapiImage.h     bool transfer();
bool              135 libbase/IOChannel.h     virtual bool seek(std::streampos p) = 0;
bool              147 libbase/IOChannel.h     virtual bool eof() const = 0;
bool              153 libbase/IOChannel.h     virtual bool bad() const = 0;
bool              172 libbase/ImageIterators.h     bool equal(const pixel_iterator& o) const {
bool               86 libbase/NetworkAdapter.h     DSOEXPORT static bool isHeaderAllowed(const std::string& headerName)
bool              123 libbase/Point2d.h 	bool operator== (const Point2d& p) const
bool              128 libbase/Point2d.h 	bool operator!=(const Point2d& p) const
bool              228 libbase/RTMP.h inline bool
bool              295 libbase/RTMP.h inline bool
bool              342 libbase/RTMP.h     bool connect(const URL& url);
bool              377 libbase/RTMP.h     bool connected() const {
bool              384 libbase/RTMP.h     bool error() const {
bool              440 libbase/RTMP.h     bool sendPacket(RTMPPacket& packet);
bool              478 libbase/RTMP.h     bool readPacketHeader(RTMPPacket& packet);
bool              480 libbase/RTMP.h     bool readPacketPayload(RTMPPacket& packet);
bool              483 libbase/RTMP.h     bool hasPacket(ChannelType t, size_t channel) const;
bool              528 libbase/RTMP.h     bool _connected;
bool              530 libbase/RTMP.h     bool _error;
bool              541 libbase/RTMP.h bool sendServerBW(RTMP& r);
bool              544 libbase/RTMP.h bool sendCtrl(RTMP& r, ControlType, unsigned int nObject, unsigned int nTime);
bool              110 libbase/Range2d.h 	friend bool operator== (const Range2d<U>& r1, const Range2d<U>& r2);
bool              119 libbase/Range2d.h 	friend bool operator!= (const Range2d<U>& r1, const Range2d<U>& r2);
bool              199 libbase/Range2d.h 	bool isNull() const
bool              216 libbase/Range2d.h 	bool isWorld() const
bool              226 libbase/Range2d.h 	bool isFinite() const
bool              255 libbase/Range2d.h 	bool contains(U x, U y) const
bool              276 libbase/Range2d.h 	bool contains(const Range2d<T>& other) const
bool              295 libbase/Range2d.h 	bool intersects(const Range2d<T>& other) const
bool              709 libbase/Range2d.h template <typename T> inline bool
bool              725 libbase/Range2d.h template <typename T> inline bool
bool              732 libbase/Range2d.h template <typename T> inline bool
bool               80 libbase/SharedMem.h     DSOEXPORT bool attach();
bool               88 libbase/SharedMem.h         bool locked() const {
bool               93 libbase/SharedMem.h         bool _locked;
bool              101 libbase/SharedMem.h     DSOEXPORT bool lock() const;
bool              106 libbase/SharedMem.h     DSOEXPORT bool unlock() const;
bool              132 libbase/SharedMem.h inline bool
bool               93 libbase/SimpleBuffer.h 	bool empty() const { return _size==0; }
bool               59 libbase/Socket.h     bool connect(const std::string& hostname, boost::uint16_t port);
bool               72 libbase/Socket.h     bool connected() const;
bool               79 libbase/Socket.h     virtual bool bad() const {
bool              106 libbase/Socket.h     virtual bool seek(std::streampos p);
bool              118 libbase/Socket.h     virtual bool eof() const;
bool              125 libbase/Socket.h     mutable bool _connected;
bool              139 libbase/Socket.h     mutable bool _error;
bool               70 libbase/StreamProvider.h             bool namedCacheFile = false) const;
bool               82 libbase/StreamProvider.h             const std::string& postdata, bool namedCacheFile = false) const;
bool               87 libbase/StreamProvider.h             bool namedCacheFile = false) const;
bool              111 libbase/StreamProvider.h     bool allow(const URL& url) const;
bool               34 libbase/StringPredicates.h 	bool operator() (const std::string& a, const std::string& b) const
bool               49 libbase/StringPredicates.h 		bool operator() (const char& a, const char& b) const
bool               64 libbase/StringPredicates.h     typedef bool result_type;
bool               66 libbase/StringPredicates.h 	bool operator() (const std::string& a, const std::string& b) const
bool               47 libbase/URLAccessManager.h bool allow(const URL& url, const URL& baseurl);
bool               52 libbase/URLAccessManager.h bool allowXMLSocket(const std::string& str, short port);
bool               65 libbase/accumulator.h     virtual bool is_composing() const { return false; }
bool               68 libbase/accumulator.h     virtual bool is_required() const { return false; }
bool               75 libbase/accumulator.h                        bool /*utf8*/) const
bool               83 libbase/accumulator.h     virtual bool apply_default(boost::any& value_store) const {
bool               92 libbase/arg_parser.h     bool parse_long_option( const char * const opt, const char * const arg,
bool               94 libbase/arg_parser.h     bool parse_short_option( const char * const opt, const char * const arg,
bool               99 libbase/arg_parser.h 			  const Option options[], const bool in_order = false ) throw();
bool               47 libbase/extension.h     bool scanDir();
bool               52 libbase/extension.h     bool scanDir(const std::string& dir);
bool               59 libbase/extension.h     bool scanAndLoad(as_object &where);
bool               67 libbase/extension.h     bool scanAndLoad(const std::string& dir, as_object &where);
bool               70 libbase/extension.h     bool initModuleWithFunc(const std::string& module, const std::string& func, as_object &obj);
bool               71 libbase/extension.h     bool initNewObject(as_object &obj);
bool               80 libbase/extension.h     bool initModule(const std::string& module, as_object &obj);
bool               66 libbase/gmemory.h     bool endCheckpoint();
bool               78 libbase/gmemory.h     bool analyze();
bool               94 libbase/gmemory.h     bool                _collecting;
bool              346 libbase/jemalloc.c static const bool g_isthreaded = true;
bool              549 libbase/jemalloc.c static bool malloc_initialized = false;
bool             1055 libbase/jemalloc.c static bool	opt_abort = true;
bool             1057 libbase/jemalloc.c static bool	opt_junk = true;
bool             1060 libbase/jemalloc.c static bool	opt_abort = false;
bool             1062 libbase/jemalloc.c static bool	opt_junk = false;
bool             1066 libbase/jemalloc.c static bool	opt_dss = true;
bool             1067 libbase/jemalloc.c static bool	opt_mmap = true;
bool             1079 libbase/jemalloc.c static bool	opt_print_stats = false;
bool             1084 libbase/jemalloc.c static bool	opt_utrace = false;
bool             1087 libbase/jemalloc.c static bool	opt_sysv = false;
bool             1090 libbase/jemalloc.c static bool	opt_xmalloc = false;
bool             1093 libbase/jemalloc.c static bool	opt_zero = false;
bool             1121 libbase/jemalloc.c static bool	malloc_mutex_init(malloc_mutex_t *mutex);
bool             1122 libbase/jemalloc.c static bool	malloc_spin_init(malloc_spinlock_t *lock);
bool             1134 libbase/jemalloc.c static bool	base_pages_alloc_dss(size_t minsize);
bool             1136 libbase/jemalloc.c static bool	base_pages_alloc_mmap(size_t minsize);
bool             1137 libbase/jemalloc.c static bool	base_pages_alloc(size_t minsize);
bool             1155 libbase/jemalloc.c static bool	chunk_dealloc_dss(void *chunk, size_t size);
bool             1196 libbase/jemalloc.c static bool	arena_ralloc_large_grow(arena_t *arena, arena_chunk_t *chunk,
bool             1198 libbase/jemalloc.c static bool	arena_ralloc_large(void *ptr, size_t size, size_t oldsize);
bool             1200 libbase/jemalloc.c static bool	arena_new(arena_t *arena);
bool             1210 libbase/jemalloc.c bool		malloc_init_hard(void);
bool             1222 libbase/jemalloc.c static bool
bool             1284 libbase/jemalloc.c static bool
bool             1564 libbase/jemalloc.c static bool
bool             1613 libbase/jemalloc.c static bool
bool             1632 libbase/jemalloc.c static bool
bool             2355 libbase/jemalloc.c static bool
bool             4176 libbase/jemalloc.c static bool
bool             4234 libbase/jemalloc.c static bool
bool             4269 libbase/jemalloc.c 			bool ret = arena_ralloc_large_grow(arena, chunk, ptr,
bool             4354 libbase/jemalloc.c static bool
bool             5003 libbase/jemalloc.c static inline bool
bool             5016 libbase/jemalloc.c bool
bool             5140 libbase/jemalloc.c 			bool nseen;
bool             6085 libbase/jemalloc.c 				bool own;
bool               44 libbase/log.h      static bool warned = false; \
bool              106 libbase/log.h      bool removeLog();
bool              112 libbase/log.h      bool closeLog();
bool              159 libbase/log.h      void setStamp (bool b) {
bool              163 libbase/log.h      bool getStamp() const {
bool              168 libbase/log.h      void setWriteDisk(bool b);
bool              170 libbase/log.h      bool getWriteDisk() const {
bool              186 libbase/log.h      bool openLog(const std::string& filespec);
bool              198 libbase/log.h      bool openLogIfNeeded();
bool              213 libbase/log.h      bool _actiondump;
bool              216 libbase/log.h      bool _network;
bool              219 libbase/log.h      bool _parserdump;
bool              224 libbase/log.h      bool _stamp;
bool              227 libbase/log.h      bool _write;
bool              330 libbase/log.h          bool ascii);
bool               54 libbase/rc.h       bool parseFile(const std::string& filespec);
bool               62 libbase/rc.h       bool updateFile(const std::string& filespec);
bool               69 libbase/rc.h       bool updateFile();
bool               71 libbase/rc.h       bool useSplashScreen() const { return _splashScreen; }
bool               72 libbase/rc.h       void useSplashScreen(bool value);
bool               74 libbase/rc.h       bool useActionDump() const { return _actionDump; }
bool               75 libbase/rc.h       void useActionDump(bool value);
bool               77 libbase/rc.h       bool useParserDump() const { return _parserDump; }
bool               78 libbase/rc.h       void useParserDump(bool value);
bool               80 libbase/rc.h       bool useWriteLog() const { return _writeLog; }
bool               81 libbase/rc.h       void useWriteLog(bool value);
bool               86 libbase/rc.h       bool showASCodingErrors() const { return _verboseASCodingErrors; }
bool               87 libbase/rc.h       void showASCodingErrors(bool value);
bool               89 libbase/rc.h       bool showMalformedSWFErrors() const { return _verboseMalformedSWF; }
bool               90 libbase/rc.h       void showMalformedSWFErrors(bool value);
bool               92 libbase/rc.h       bool showMalformedAMFErrors() const { return _verboseMalformedAMF; }
bool               93 libbase/rc.h       void showMalformedAMFErrors(bool value);
bool               98 libbase/rc.h       bool enableExtensions() const { return _extensionsEnabled; }
bool              103 libbase/rc.h       bool startStopped() const { return _startStopped; }
bool              104 libbase/rc.h       void startStopped(bool value) { _startStopped = value; }
bool              106 libbase/rc.h       bool insecureSSL() const { return _insecureSSL; }
bool              107 libbase/rc.h       void insecureSSL(bool value) { _insecureSSL = value; }
bool              121 libbase/rc.h       bool useDebugger() const { return _debugger; }
bool              122 libbase/rc.h       void useDebugger(bool value) { _debugger = value; }
bool              124 libbase/rc.h       bool useSound() const { return _sound; }
bool              125 libbase/rc.h       void useSound(bool value) { _sound = value; }
bool              129 libbase/rc.h       bool usePluginSound() const { return _pluginSound; }
bool              130 libbase/rc.h       void usePluginSound(bool value) { _pluginSound = value; }
bool              132 libbase/rc.h       bool popupMessages() const { return _popups; }
bool              133 libbase/rc.h       void interfacePopups(bool value) { _popups = value; }
bool              135 libbase/rc.h       bool useLocalDomain() const { return _localdomainOnly; }
bool              136 libbase/rc.h       void useLocalDomain(bool value);
bool              139 libbase/rc.h       bool useLocalHost() const { return _localhostOnly; }
bool              142 libbase/rc.h       void useLocalHost(bool value);
bool              268 libbase/rc.h       bool getSOLLocalDomain() const { return _sollocaldomain; }
bool              270 libbase/rc.h       void setSOLLocalDomain(bool x) { _sollocaldomain = x; }
bool              272 libbase/rc.h       bool getSOLReadOnly() const { return _solreadonly; }
bool              274 libbase/rc.h       void setSOLReadOnly(bool x) { _solreadonly = x; }
bool              276 libbase/rc.h       bool getLocalConnection() const { return _lcdisabled; }
bool              278 libbase/rc.h       void setLocalConnection(bool x) { _lcdisabled = x; }
bool              281 libbase/rc.h       bool getLCTrace() const { return _lctrace; }
bool              283 libbase/rc.h       void setLCTrace(bool x) { _lctrace = x; }
bool              287 libbase/rc.h       void setLCShmKey(bool x) { _lcshmkey = x; }
bool              289 libbase/rc.h       bool ignoreFSCommand() const { return _ignoreFSCommand; }
bool              291 libbase/rc.h       void ignoreFSCommand(bool value) { _ignoreFSCommand = value; }
bool              293 libbase/rc.h       void saveStreamingMedia(bool value) { _saveStreamingMedia = value; }
bool              295 libbase/rc.h       bool saveStreamingMedia() const { return _saveStreamingMedia; }
bool              297 libbase/rc.h       void saveLoadedMedia(bool value) { _saveLoadedMedia = value; }
bool              299 libbase/rc.h       bool saveLoadedMedia() const { return _saveLoadedMedia; }
bool              340 libbase/rc.h       void ignoreShowMenu(bool value) { _ignoreShowMenu=value; }
bool              342 libbase/rc.h       bool ignoreShowMenu() const { return _ignoreShowMenu; }
bool              372 libbase/rc.h       static bool extractSetting(bool &var, const std::string& pattern,
bool              385 libbase/rc.h       static bool extractNumber(T& num, const std::string& pattern,
bool              411 libbase/rc.h       static bool extractDouble(double &out, const std::string& pattern,
bool              434 libbase/rc.h       bool _debug;
bool              437 libbase/rc.h       bool _debugger;
bool              466 libbase/rc.h       bool _actionDump;
bool              469 libbase/rc.h       bool _parserDump;
bool              472 libbase/rc.h       bool _verboseASCodingErrors;
bool              475 libbase/rc.h       bool _verboseMalformedSWF;
bool              478 libbase/rc.h       bool _verboseMalformedAMF;
bool              481 libbase/rc.h       bool _splashScreen;
bool              484 libbase/rc.h       bool _localdomainOnly;
bool              487 libbase/rc.h       bool _localhostOnly;
bool              499 libbase/rc.h       bool _writeLog;
bool              508 libbase/rc.h       bool _sound;
bool              511 libbase/rc.h       bool _pluginSound;		
bool              514 libbase/rc.h       bool _extensionsEnabled;	
bool              517 libbase/rc.h       bool _startStopped;		
bool              520 libbase/rc.h       bool _insecureSSL;		
bool              534 libbase/rc.h       bool _solreadonly;
bool              535 libbase/rc.h       bool _sollocaldomain;
bool              538 libbase/rc.h       bool _lcdisabled;
bool              541 libbase/rc.h       bool _lctrace;
bool              549 libbase/rc.h       bool _ignoreFSCommand;
bool              554 libbase/rc.h       bool _saveStreamingMedia;
bool              556 libbase/rc.h       bool _saveLoadedMedia;
bool              560 libbase/rc.h       bool _popups;
bool              562 libbase/rc.h       bool _useXv;
bool              584 libbase/rc.h       bool _ignoreShowMenu;
bool               55 libbase/sharedlib.h     typedef bool entrypoint (void *obj);
bool               62 libbase/sharedlib.h     DSOEXPORT bool openLib();
bool               63 libbase/sharedlib.h     bool openLib(const std::string &filespec);
bool               71 libbase/sharedlib.h     bool closeLib();
bool               73 libbase/snappingrange.h     template<typename T> inline bool snaptest(
bool              134 libbase/snappingrange.h     void setSingleMode(const bool mode) {
bool              138 libbase/snappingrange.h     bool getSingleMode() const {
bool              169 libbase/snappingrange.h         bool operator()(RangeType& r) {
bool              218 libbase/snappingrange.h         bool operator()(const RangeType& us) {
bool              229 libbase/snappingrange.h         bool operator()(const RangeType& us) {
bool              240 libbase/snappingrange.h         bool operator()(const RangeType& us) {
bool              309 libbase/snappingrange.h     bool isWorld() const {
bool              314 libbase/snappingrange.h     bool isNull() const {
bool              352 libbase/snappingrange.h     bool intersects(const RangeType& r) const {
bool              360 libbase/snappingrange.h     bool contains(T x, T y) const {
bool              372 libbase/snappingrange.h     bool contains(const RangeType& r) const {
bool              387 libbase/snappingrange.h     bool contains(const SnappingRanges2d<T>& o) const
bool              501 libbase/snappingrange.h         bool restart = true;
bool              556 libbase/snappingrange.h     template<class V> inline bool visit(V& visitor) const
bool              602 libbase/snappingrange.h     bool _singleMode;
bool              632 libbase/snappingrange.h inline bool snaptest(const geometry::Range2d<T>& range1,
bool               95 libbase/string_table.h 	key find(const std::string& to_find, bool insert_unfound = true);
bool              173 libbase/string_table.h DSOEXPORT bool equal(string_table& st, string_table::key a, string_table::key b,
bool              174 libbase/string_table.h         bool caseless);
bool               22 libbase/tu_file.h DSOEXPORT std::auto_ptr<IOChannel> makeFileChannel(FILE* fp, bool close);
bool               61 libcore/AMFConverter.h     Writer(SimpleBuffer& buf, bool strictArray = false)
bool               70 libcore/AMFConverter.h     bool writeObject(as_object* obj);
bool               75 libcore/AMFConverter.h     bool writeString(const std::string& str);
bool               78 libcore/AMFConverter.h     bool writeNull();
bool               81 libcore/AMFConverter.h     bool writeUndefined();
bool               84 libcore/AMFConverter.h     bool writeNumber(double d);
bool               87 libcore/AMFConverter.h     bool writeBoolean(bool b);
bool               92 libcore/AMFConverter.h     bool writePropertyName(const std::string& name);
bool              101 libcore/AMFConverter.h     bool _strictArray;
bool              149 libcore/AMFConverter.h     bool operator()(as_value& val, Type t = NOTYPE);
bool               65 libcore/Bitmap.h     virtual void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);
bool               74 libcore/Bitmap.h     virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
bool               85 libcore/Button.h 	bool mouseEnabled() const { return true; }
bool               87 libcore/Button.h     virtual bool trackAsMenu();
bool              108 libcore/Button.h     virtual bool handleFocus();
bool              110 libcore/Button.h 	void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);
bool              115 libcore/Button.h 	bool pointInShape(boost::int32_t x, boost::int32_t y) const;
bool              117 libcore/Button.h 	bool isEnabled();
bool              140 libcore/Button.h 	virtual bool unloadChildren();
bool              163 libcore/Button.h 	void getActiveCharacters(DisplayObjects& list, bool includeUnloaded=false);
bool               98 libcore/CharacterProxy.h 	DisplayObject* get(bool skipRebinding = false) const
bool              119 libcore/CharacterProxy.h 	bool isDangling() const
bool              129 libcore/CharacterProxy.h 	bool operator==(const CharacterProxy& sp) const
bool              110 libcore/ClassHierarchy.h 	bool declareClass(ExtensionClass& c);
bool              118 libcore/ClassHierarchy.h 	bool declareClass(const NativeClass& c);
bool              113 libcore/DisplayList.h 	void replaceDisplayObject(DisplayObject* ch, int depth, bool use_old_cxform,
bool              114 libcore/DisplayList.h 		bool use_old_matrix);
bool              182 libcore/DisplayList.h 	bool unload();
bool              196 libcore/DisplayList.h 	void add(DisplayObject* ch, bool replace);
bool              232 libcore/DisplayList.h             const ObjectURI& uri, bool caseless) const;
bool              266 libcore/DisplayList.h 	void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);	
bool              274 libcore/DisplayList.h 	bool empty() const {
bool              290 libcore/DisplayList.h 	bool operator==(const DisplayList& other) const {
bool              294 libcore/DisplayList.h 	bool operator!=(const DisplayList& other) const {
bool               77 libcore/DisplayObject.h bool isReferenceable(const DisplayObject& d);
bool               87 libcore/DisplayObject.h bool setDisplayObjectProperty(DisplayObject& obj, const ObjectURI& uri,
bool               98 libcore/DisplayObject.h bool getDisplayObjectProperty(DisplayObject& obj, const ObjectURI& uri,
bool              134 libcore/DisplayObject.h SWFMatrix getWorldMatrix(const DisplayObject& d, bool includeRoot = true);
bool              303 libcore/DisplayObject.h     void setMatrix(const SWFMatrix& m, bool updateCache = false);
bool              389 libcore/DisplayObject.h     bool isMaskLayer() const
bool              403 libcore/DisplayObject.h     bool isDynamicMask() const
bool              487 libcore/DisplayObject.h     bool pointInBounds(boost::int32_t x, boost::int32_t y) const
bool              500 libcore/DisplayObject.h 	virtual bool pointInShape(boost::int32_t  x, boost::int32_t  y) const = 0;
bool              514 libcore/DisplayObject.h     virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const
bool              572 libcore/DisplayObject.h     bool get_accept_anim_moves() const
bool              591 libcore/DisplayObject.h     bool isDynamic() const {
bool              619 libcore/DisplayObject.h     void set_visible(bool visible);
bool              622 libcore/DisplayObject.h     bool visible() const { return _visible; }
bool              642 libcore/DisplayObject.h     bool hasEventHandler(const event_id& id) const;
bool              667 libcore/DisplayObject.h     bool invalidated() const {
bool              672 libcore/DisplayObject.h     bool childInvalidated() const {
bool              755 libcore/DisplayObject.h     virtual void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);
bool              789 libcore/DisplayObject.h     bool unload();
bool              795 libcore/DisplayObject.h     bool unloaded() const {
bool              817 libcore/DisplayObject.h     bool isDestroyed() const { return _destroyed; }
bool              825 libcore/DisplayObject.h     bool boundsInClippingArea(Renderer& renderer) const; 
bool              855 libcore/DisplayObject.h     virtual bool isSelectableTextField() const { return false; }
bool              861 libcore/DisplayObject.h     bool DSOEXPORT allowHandCursor() const;
bool              920 libcore/DisplayObject.h     virtual bool handleFocus() { 
bool              980 libcore/DisplayObject.h     virtual bool unloadChildren() { return false; }
bool             1080 libcore/DisplayObject.h     bool _visible;
bool             1089 libcore/DisplayObject.h     bool _scriptTransformed;
bool             1091 libcore/DisplayObject.h     bool _dynamicallyCreated;
bool             1094 libcore/DisplayObject.h     bool _unloaded;
bool             1097 libcore/DisplayObject.h     bool _destroyed;
bool             1107 libcore/DisplayObject.h     bool _invalidated;
bool             1112 libcore/DisplayObject.h     bool _child_invalidated;
bool             1131 libcore/DisplayObject.h getWorldMatrix(const DisplayObject& d, bool includeRoot)
bool             1148 libcore/DisplayObject.h inline bool
bool               46 libcore/DragState.h     bool isLockCentered() const {
bool               50 libcore/DragState.h     void setLockCentered(bool lock) {
bool               66 libcore/DragState.h     bool hasBounds() const {
bool              115 libcore/DragState.h     bool _hasbounds;
bool              123 libcore/DragState.h     bool _lock_centered;
bool               96 libcore/DynamicShape.h 		bool vScale=true, bool hScale=true,
bool               97 libcore/DynamicShape.h 		bool pixelHinting=false,
bool               98 libcore/DynamicShape.h 		bool noClose=false,
bool              146 libcore/DynamicShape.h 	bool pointTestLocal(boost::int32_t x, boost::int32_t y,
bool              182 libcore/DynamicShape.h 	void startNewPath(bool newShape);
bool              196 libcore/DynamicShape.h 	mutable bool _changed;
bool               35 libcore/Filters.h     virtual bool read(SWFStream& /*in*/) {
bool               54 libcore/Filters.h     virtual bool read(SWFStream& in);
bool               77 libcore/Filters.h         boost::uint8_t quality, bevel_type type, bool knockout) :
bool               95 libcore/Filters.h     bool m_knockout; // If true, render only the filter effect.
bool              103 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              125 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              147 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              166 libcore/Filters.h         bool preserveAlpha, bool clamp, boost::uint32_t color,
bool              186 libcore/Filters.h     bool _preserveAlpha; // If true, don't convolute the alpha channel
bool              187 libcore/Filters.h     bool _clamp; // Whether or not to clamp
bool              197 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              209 libcore/Filters.h         boost::uint8_t quality, bool inner, bool knockout, bool hideObject) :
bool              224 libcore/Filters.h     bool m_inner; // Is this an inner shadow?
bool              225 libcore/Filters.h     bool m_knockout; // If true, render only the filter effect.
bool              226 libcore/Filters.h     bool m_hideObject; // Does this hide the object?
bool              235 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              247 libcore/Filters.h         boost::uint8_t quality, bool inner, bool knockout) :
bool              259 libcore/Filters.h     bool m_inner; // Is this an inner shadow?
bool              260 libcore/Filters.h     bool m_knockout; // If true, render only the filter effect.
bool              276 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              291 libcore/Filters.h         boost::uint8_t quality, glow_types type, bool knockout) :
bool              308 libcore/Filters.h     bool m_knockout; // If true, render only the filter effect.
bool              323 libcore/Filters.h     virtual bool read(SWFStream& in);
bool              338 libcore/Filters.h         boost::uint8_t quality, glow_types type, bool knockout) :
bool              354 libcore/Filters.h     bool m_knockout; // If true, render only the filter effect.
bool               57 libcore/Font.h     bool operator==(const kerning_pair& k) const
bool               64 libcore/Font.h inline bool
bool              109 libcore/Font.h     Font(const std::string& name, bool bold = false, bool italic = false);
bool              113 libcore/Font.h     boost::uint16_t codeTableLookup(int glyph, bool embedded) const;
bool              125 libcore/Font.h     bool matches(const std::string& name, bool bold, bool italic) const;
bool              140 libcore/Font.h     SWF::ShapeRecord* get_glyph(int glyph_index, bool embedded) const;
bool              162 libcore/Font.h     int get_glyph_index(boost::uint16_t code, bool embedded) const;
bool              173 libcore/Font.h     float get_advance(int glyph_index, bool embedded) const;
bool              191 libcore/Font.h     size_t unitsPerEM(bool embedded) const;
bool              196 libcore/Font.h     float ascent(bool embedded) const;
bool              201 libcore/Font.h     float descent(bool embedded) const;
bool              209 libcore/Font.h     bool isBold() const {
bool              214 libcore/Font.h     bool isItalic() const {
bool              300 libcore/Font.h     bool _unicodeChars;
bool              301 libcore/Font.h     bool _shiftJISChars;
bool              302 libcore/Font.h     bool _ansiChars;
bool              303 libcore/Font.h     bool _italic;
bool              304 libcore/Font.h     bool _bold;
bool               77 libcore/FreetypeGlyphsProvider.h             const std::string& name, bool bold, bool italic);
bool              126 libcore/FreetypeGlyphsProvider.h     FreetypeGlyphsProvider(const std::string& fontname, bool bold, bool italic);
bool              155 libcore/FreetypeGlyphsProvider.h     bool getFontFilename(const std::string& name, bool bold, bool italic,
bool               77 libcore/Geometry.h     bool straight() const
bool              190 libcore/Geometry.h     bool m_new_shape;
bool              197 libcore/Geometry.h     Path(bool newShape = false)
bool              239 libcore/Geometry.h             bool newShape)
bool              379 libcore/Geometry.h     bool isClosed() const 
bool              405 libcore/Geometry.h     bool
bool              476 libcore/Geometry.h     bool getNewShape() const 
bool              482 libcore/Geometry.h     bool empty() const
bool              563 libcore/Geometry.h     bool isNewShape() const
bool              573 libcore/Geometry.h bool pointTest(const std::vector<Path>& paths,
bool               68 libcore/InteractiveObject.h 	virtual bool mouseEnabled() const = 0;
bool               71 libcore/InteractiveObject.h     virtual bool trackAsMenu() {
bool              131 libcore/InteractiveObject.h     virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const
bool              138 libcore/InteractiveObject.h 	void add_invalidated_bounds(InvalidatedRanges& ranges, bool force) = 0;
bool               70 libcore/LineStyle.h             bool scaleThicknessVertically=true,
bool               71 libcore/LineStyle.h             bool scaleThicknessHorizontally=true,
bool               72 libcore/LineStyle.h             bool pixelHinting=false,
bool               73 libcore/LineStyle.h             bool noClose=false,
bool              114 libcore/LineStyle.h     bool scaleThicknessVertically() const {
bool              119 libcore/LineStyle.h     bool scaleThicknessHorizontally() const {
bool              145 libcore/LineStyle.h     bool noClose() const {
bool              150 libcore/LineStyle.h     bool doPixelHinting() const {
bool              173 libcore/LineStyle.h     bool _scaleVertically;
bool              175 libcore/LineStyle.h     bool _scaleHorizontally;
bool              177 libcore/LineStyle.h     bool _pixelHinting;
bool              179 libcore/LineStyle.h     bool _noClose;
bool              105 libcore/LoadVariablesThread.h 	bool inProgress()
bool              117 libcore/LoadVariablesThread.h 	bool completed()
bool              195 libcore/LoadVariablesThread.h 	bool cancelRequested();
bool              207 libcore/LoadVariablesThread.h 	bool _completed;
bool              209 libcore/LoadVariablesThread.h 	bool _canceled;
bool               61 libcore/MorphShape.h     virtual bool pointInShape(boost::int32_t  x, boost::int32_t  y) const;
bool               32 libcore/MouseButtonState.h 	bool wasDown;	
bool               35 libcore/MouseButtonState.h 	bool isDown;	
bool               38 libcore/MouseButtonState.h 	bool wasInsideActiveEntity;
bool               68 libcore/Movie.h     virtual bool ensureFrameLoaded(size_t /*frameNo*/) const {
bool              104 libcore/Movie.h 	virtual bool initializeCharacter(boost::uint16_t /*id*/) {
bool              133 libcore/MovieClip.h     virtual bool trackAsMenu();
bool              145 libcore/MovieClip.h     virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
bool              148 libcore/MovieClip.h     virtual bool pointInVisibleShape(boost::int32_t x, boost::int32_t y) const;
bool              154 libcore/MovieClip.h     virtual bool pointInHitableShape(boost::int32_t x, boost::int32_t y) const;
bool              213 libcore/MovieClip.h     virtual bool mouseEnabled() const;
bool              262 libcore/MovieClip.h     bool get_frame_number(const as_value& frame_spec, size_t& frameno) const;
bool              265 libcore/MovieClip.h     bool goto_labeled_frame(const std::string& label);
bool              446 libcore/MovieClip.h     bool getTextFieldVariables(const ObjectURI& uri, as_value& val);
bool              451 libcore/MovieClip.h     bool setTextFieldVariables(const ObjectURI& uri, const as_value& val);
bool              511 libcore/MovieClip.h     void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);
bool              563 libcore/MovieClip.h     virtual bool handleFocus();
bool              596 libcore/MovieClip.h     bool getLockRoot() const { return _lockroot; }
bool              600 libcore/MovieClip.h     void setLockRoot(bool lr) { _lockroot=lr; }
bool              610 libcore/MovieClip.h     virtual bool unloadChildren();
bool              660 libcore/MovieClip.h     bool isEnabled() const;
bool              667 libcore/MovieClip.h     bool hitTestDrawable(boost::int32_t x, boost::int32_t y) const;
bool              754 libcore/MovieClip.h     bool _hasLooped;
bool              757 libcore/MovieClip.h     bool _callingFrameActions;
bool              759 libcore/MovieClip.h     bool _lockroot;
bool               86 libcore/MovieFactory.h         const char* real_url = 0, bool startLoaderThread = true,
bool              115 libcore/MovieFactory.h             const RunResources& runResources, bool startLoaderThread);
bool               67 libcore/MovieLibrary.h     bool get(const std::string& key,
bool              104 libcore/MovieLibrary.h     static bool findWorstHitCount(const LibraryContainer::value_type& a,
bool              115 libcore/MovieLoader.h         bool usePost() const { return _usePost; }
bool              134 libcore/MovieLoader.h         bool getCompleted(boost::intrusive_ptr<movie_definition>& md) const
bool              142 libcore/MovieLoader.h         bool pending() const
bool              149 libcore/MovieLoader.h         bool completed() const
bool              172 libcore/MovieLoader.h         bool _usePost;
bool              177 libcore/MovieLoader.h         bool _completed;
bool              194 libcore/MovieLoader.h     bool processCompletedRequest(const Request& r);
bool              197 libcore/MovieLoader.h     bool killed();
bool              199 libcore/MovieLoader.h     bool _killed;
bool               68 libcore/NativeFunction.h 	bool isBuiltin()  { return true; }
bool               77 libcore/ObjectURI.h     bool empty() const {
bool              125 libcore/ObjectURI.h     bool operator()(const ObjectURI& a, const ObjectURI& b) const {
bool              133 libcore/ObjectURI.h     CaseLessThan(string_table& st, bool caseless = false)
bool              138 libcore/ObjectURI.h     bool operator()(const ObjectURI& a, const ObjectURI& b) const {
bool              144 libcore/ObjectURI.h     const bool _caseless;
bool              150 libcore/ObjectURI.h     CaseEquals(string_table& st, bool caseless = false)
bool              155 libcore/ObjectURI.h     bool operator()(const ObjectURI& a, const ObjectURI& b) const {
bool              161 libcore/ObjectURI.h     const bool _caseless;
bool               69 libcore/PropFlags.h 	PropFlags(const bool read_only, const bool dont_delete,
bool               70 libcore/PropFlags.h             const bool dont_enum)
bool               85 libcore/PropFlags.h 	bool operator==(const PropFlags& o) const {
bool               89 libcore/PropFlags.h 	bool operator!=(const PropFlags& o) const {
bool               94 libcore/PropFlags.h     bool test() const {
bool               99 libcore/PropFlags.h 	bool get_visible(int swfVersion) const {
bool              130 libcore/PropFlags.h 	bool set_flags(boost::uint16_t setTrue, boost::uint16_t setFalse = 0) {
bool              221 libcore/Property.h 			bool obtainedLock() const { return _obtainedLock; }
bool              226 libcore/Property.h 			bool _obtainedLock;
bool              233 libcore/Property.h 		mutable bool _beingAccessed;
bool              301 libcore/Property.h 		const PropFlags& flags, bool destroy = false)
bool              311 libcore/Property.h             bool destroy = false)
bool              381 libcore/Property.h 	bool setValue(as_object& this_ptr, const as_value &value) const;
bool              384 libcore/Property.h 	bool isGetterSetter() const {
bool              418 libcore/Property.h 	mutable bool _destructive;
bool              423 libcore/Property.h inline bool
bool              429 libcore/Property.h inline bool
bool               55 libcore/PropertyList.h     virtual bool accept(const ObjectURI& uri, const as_value& val) = 0;
bool              190 libcore/PropertyList.h     bool setValue(const ObjectURI& uri, const as_value& value,
bool              212 libcore/PropertyList.h     std::pair<bool,bool> delProperty(const ObjectURI& uri);
bool              228 libcore/PropertyList.h     bool addGetterSetter(const ObjectURI& uri, as_function& getter,
bool              240 libcore/PropertyList.h     bool addGetterSetter(const ObjectURI& uri, as_c_function_ptr getter,
bool              251 libcore/PropertyList.h     bool addDestructiveGetter(const ObjectURI& uri, as_function& getter,
bool              264 libcore/PropertyList.h     bool addDestructiveGetter(const ObjectURI& uri, as_c_function_ptr getter, 
bool              118 libcore/RGBA.h     bool operator==(const rgba& o) const {
bool              125 libcore/RGBA.h     bool operator!=(const rgba& o) const {
bool               77 libcore/SWFCxForm.h inline bool
bool               90 libcore/SWFCxForm.h inline bool
bool              101 libcore/SWFCxForm.h inline bool
bool              201 libcore/SWFMatrix.h     friend bool operator==(const SWFMatrix& a, const SWFMatrix& b);
bool              229 libcore/SWFMatrix.h inline bool
bool               76 libcore/SWFMovie.h     virtual bool ensureFrameLoaded(size_t frameNo) const {
bool              132 libcore/SWFMovie.h 	bool initializeCharacter(boost::uint16_t id);
bool               75 libcore/SWFRect.h     bool is_null() const
bool               87 libcore/SWFRect.h     bool is_world() const
bool              143 libcore/SWFRect.h     bool point_test(boost::int32_t x, boost::int32_t y) const
bool               79 libcore/SWFStream.h 	bool read_bit();
bool              323 libcore/SWFStream.h 	bool seek(unsigned long pos);
bool              351 libcore/SWFStream.h 	bool skip_bytes(unsigned num)
bool               67 libcore/Shape.h     virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
bool               73 libcore/StaticText.h     void setSelected(size_t pos, bool selected) {
bool               95 libcore/StaticText.h     virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const;
bool              114 libcore/TextField.h 	bool mouseEnabled() const { return true; }
bool              158 libcore/TextField.h 	bool getTextDefined() const { return _textDefined; }
bool              199 libcore/TextField.h 	void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);
bool              208 libcore/TextField.h 	bool pointInShape(boost::int32_t x, boost::int32_t y) const;
bool              211 libcore/TextField.h 	bool getDrawBackground() const;
bool              216 libcore/TextField.h 	void setDrawBackground(bool draw);
bool              229 libcore/TextField.h 	bool getDrawBorder() const;
bool              234 libcore/TextField.h 	void setDrawBorder(bool draw);
bool              261 libcore/TextField.h 	bool getEmbedFonts() const {
bool              279 libcore/TextField.h     bool multiline() const {
bool              287 libcore/TextField.h     void multiline(bool b) {
bool              292 libcore/TextField.h     bool password() const {
bool              300 libcore/TextField.h     void password(bool b) {
bool              308 libcore/TextField.h 	void setEmbedFonts(bool use);
bool              340 libcore/TextField.h 	bool isReadOnly() const { return _type != typeInput; }
bool              365 libcore/TextField.h 	bool doWordWrap() const {
bool              377 libcore/TextField.h 	void setWordWrap(bool on);
bool              380 libcore/TextField.h 	bool doHtml() const {
bool              388 libcore/TextField.h 	void setHtml(bool on) {
bool              393 libcore/TextField.h 	bool isSelectable() const
bool              402 libcore/TextField.h 	void setSelectable(bool v) 
bool              409 libcore/TextField.h 	virtual bool isSelectableTextField() const
bool              484 libcore/TextField.h 	bool getUnderlined() const
bool              494 libcore/TextField.h 	bool getBullet() const
bool              504 libcore/TextField.h 	bool isRestrict() const
bool              539 libcore/TextField.h 	void setUnderlined(bool v);
bool              541 libcore/TextField.h 	void setBullet(bool b);
bool              603 libcore/TextField.h 	virtual bool handleFocus();
bool              647 libcore/TextField.h 	bool parseHTML(std::wstring& tag,
bool              651 libcore/TextField.h 			bool& selfclosing) const;
bool              788 libcore/TextField.h 	bool _textDefined;
bool              790 libcore/TextField.h 	bool _restrictDefined;
bool              791 libcore/TextField.h 	bool _underlined;
bool              792 libcore/TextField.h 	bool _bullet;
bool              794 libcore/TextField.h 	bool m_has_focus;
bool              798 libcore/TextField.h     bool _multiline;
bool              801 libcore/TextField.h     bool _password;
bool              808 libcore/TextField.h 	bool _text_variable_registered;
bool              810 libcore/TextField.h 	bool _drawBackground;
bool              812 libcore/TextField.h 	bool _drawBorder;
bool              814 libcore/TextField.h 	bool _embedFonts;
bool              816 libcore/TextField.h 	bool _wordWrap;
bool              818 libcore/TextField.h 	bool _html;
bool              820 libcore/TextField.h 	bool _selectable;
bool               78 libcore/Timers.h             const fn_call::Args& args, bool runOnce = false);
bool              100 libcore/Timers.h             const fn_call::Args& args, bool runOnce = false);
bool              121 libcore/Timers.h     bool expired(unsigned long now, unsigned long& elapsed); 
bool              127 libcore/Timers.h     bool cleared() const {
bool              197 libcore/Timers.h     bool _runOnce;
bool               58 libcore/Video.h 	virtual bool pointInShape(boost::int32_t x, boost::int32_t y) const
bool               71 libcore/Video.h 	void add_invalidated_bounds(InvalidatedRanges& ranges, bool force);
bool               95 libcore/Video.h     bool smoothing() const { return _smoothing; }
bool               98 libcore/Video.h     void setSmoothing(bool b) { _smoothing = b; }
bool              120 libcore/Video.h 	bool _embeddedStream;
bool              136 libcore/Video.h     bool _smoothing;
bool              116 libcore/VirtualClock.h 	bool _paused;
bool              104 libcore/abc/AbcBlock.h 	bool read(SWFStream* in, AbcBlock *block);
bool              106 libcore/abc/AbcBlock.h 	bool finalize(AbcBlock* block, abc::Class* cl, bool do_static);
bool              108 libcore/abc/AbcBlock.h 	bool finalize_mbody(AbcBlock* block, Method* m);
bool              110 libcore/abc/AbcBlock.h 	void set_target(abc::Class* cl, bool do_static) {
bool              120 libcore/abc/AbcBlock.h 	bool finalize(AbcBlock* block)
bool              132 libcore/abc/AbcBlock.h 	bool _hasValue;
bool              144 libcore/abc/AbcBlock.h 	bool _valueSet;
bool              148 libcore/abc/AbcBlock.h 	bool _static;
bool              264 libcore/abc/AbcBlock.h     bool read(SWFStream& in);
bool              321 libcore/abc/AbcBlock.h 	bool pool_value(boost::uint32_t index, PoolConstant type, as_value &v);
bool              323 libcore/abc/AbcBlock.h 	bool read_version();
bool              324 libcore/abc/AbcBlock.h 	bool read_integer_constants();
bool              325 libcore/abc/AbcBlock.h 	bool read_unsigned_integer_constants();
bool              326 libcore/abc/AbcBlock.h 	bool read_double_constants();
bool              327 libcore/abc/AbcBlock.h 	bool read_string_constants();
bool              328 libcore/abc/AbcBlock.h 	bool read_namespaces();
bool              329 libcore/abc/AbcBlock.h 	bool read_namespace_sets();
bool              330 libcore/abc/AbcBlock.h 	bool read_multinames();
bool              331 libcore/abc/AbcBlock.h 	bool read_method_infos();
bool              332 libcore/abc/AbcBlock.h 	bool skip_metadata();
bool              333 libcore/abc/AbcBlock.h 	bool read_instances();
bool              334 libcore/abc/AbcBlock.h 	bool read_classes();
bool              335 libcore/abc/AbcBlock.h 	bool read_scripts();
bool              336 libcore/abc/AbcBlock.h 	bool read_method_bodies();
bool               29 libcore/abc/BoundValues.h 	bool setGetter(Method *p) { mGetter = p; return true; }
bool               30 libcore/abc/BoundValues.h 	bool setSetter(Method *p) { _setter = p; return true; }
bool               31 libcore/abc/BoundValues.h 	bool setValue(BoundValue *p) { mValue = p; return true; }
bool               55 libcore/abc/BoundValues.h 	bool mConst;
bool               99 libcore/abc/Class.h 	bool isDeclared() { return _declared; }
bool              101 libcore/abc/Class.h 	bool isInherited() { return _inherited; }
bool              105 libcore/abc/Class.h 	bool isSystem() { return _system; }
bool              112 libcore/abc/Class.h 	bool addValue(string_table::key name, Namespace *ns,
bool              114 libcore/abc/Class.h             bool isconst, bool isstatic);
bool              116 libcore/abc/Class.h 	bool addSlot(string_table::key name, Namespace *ns,
bool              117 libcore/abc/Class.h             boost::uint32_t slotID, Class *type, bool isstatic);
bool              119 libcore/abc/Class.h 	bool addMethod(string_table::key name, Namespace *ns, Method *method,
bool              120 libcore/abc/Class.h 		bool isstatic);
bool              122 libcore/abc/Class.h 	bool addGetter(string_table::key name, Namespace *ns, Method *method,
bool              123 libcore/abc/Class.h 		bool isstatic);
bool              125 libcore/abc/Class.h 	bool addSetter(string_table::key name, Namespace *ns, Method *method,
bool              126 libcore/abc/Class.h 		bool isstatic);
bool              128 libcore/abc/Class.h 	bool addMemberScript(string_table::key name, Namespace *ns,
bool              129 libcore/abc/Class.h 		boost::uint32_t slotID, Class *type, bool isstatic);
bool              132 libcore/abc/Class.h 	bool addSlotFunction(string_table::key name, Namespace *ns,
bool              133 libcore/abc/Class.h 		boost::uint32_t slotID, Method *method, bool isstatic);
bool              136 libcore/abc/Class.h 	bool isFinal() const { return _final; }
bool              145 libcore/abc/Class.h 	bool isSealed() const { return _sealed; }
bool              154 libcore/abc/Class.h 	bool isInterface() const { return _interface; }
bool              163 libcore/abc/Class.h 	bool isDynamic() const { return _dynamic; }
bool              172 libcore/abc/Class.h 	bool hasProtectedNs() const { return _protectedNs; }
bool              259 libcore/abc/Class.h 	bool addBinding(string_table::key name, const Property& b) {
bool              264 libcore/abc/Class.h 	bool addStaticBinding(string_table::key name, const Property& b) {
bool              288 libcore/abc/Class.h 	bool _final;
bool              289 libcore/abc/Class.h 	bool _sealed;
bool              290 libcore/abc/Class.h 	bool _dynamic;
bool              291 libcore/abc/Class.h 	bool _interface;
bool              301 libcore/abc/Class.h 	bool _declared;
bool              302 libcore/abc/Class.h 	bool _inherited;
bool              303 libcore/abc/Class.h 	bool _system;
bool              119 libcore/abc/Method.h 	bool isNative() { return _isNative; }
bool              120 libcore/abc/Method.h 	bool hasBody() const { return _body != NULL; }
bool              127 libcore/abc/Method.h 	bool needsActivation() const {
bool              138 libcore/abc/Method.h 	bool addValue(string_table::key name, Namespace *ns,
bool              139 libcore/abc/Method.h             boost::uint32_t slotID, Class *type, as_value& val, bool isconst);
bool              141 libcore/abc/Method.h 	bool addSlot(string_table::key name, Namespace *ns,
bool              144 libcore/abc/Method.h 	bool addMethod(string_table::key name, Namespace *ns, Method *method);
bool              146 libcore/abc/Method.h 	bool addGetter(string_table::key name, Namespace *ns, Method *method);
bool              148 libcore/abc/Method.h 	bool addSetter(string_table::key name, Namespace *ns, Method *method);
bool              150 libcore/abc/Method.h 	bool addMemberScript(string_table::key name, Namespace *ns,
bool              153 libcore/abc/Method.h 	bool addSlotFunction(string_table::key name, Namespace *ns,
bool              181 libcore/abc/Method.h 	bool isFinal() const { return _flags & FLAGS_FINAL; }
bool              193 libcore/abc/Method.h 	bool isPrivate() const { return _flags & FLAGS_PRIVATE; }
bool              203 libcore/abc/Method.h 	bool isProtected() const {
bool              213 libcore/abc/Method.h 	bool isPublic() const { return _flags & FLAGS_PUBLIC; }
bool              241 libcore/abc/Method.h 	bool optionalArguments() const {
bool              273 libcore/abc/Method.h 	bool addBinding(string_table::key name, asBinding b);
bool              283 libcore/abc/Method.h 	bool _isNative;
bool              295 libcore/abc/Method.h     bool _needsActivation;
bool               85 libcore/abc/MultiName.h 	bool isRuntime() { return _flags & FLAG_RTNAME; }
bool               88 libcore/abc/MultiName.h 	bool isRtns() { return _flags & FLAG_RTNS; }
bool               90 libcore/abc/MultiName.h 	bool isQName() { return _flags & FLAG_QNAME; }
bool               82 libcore/abc/Namespace.h 	bool addScript(string_table::key name, Class* a)
bool              111 libcore/abc/Namespace.h 	bool isPrivate() { return _private; }
bool              115 libcore/abc/Namespace.h 	bool isProtected() { return _protected; }
bool              119 libcore/abc/Namespace.h 	bool isPackage() { return _package; }
bool              129 libcore/abc/Namespace.h 	mutable bool mRecursePrevent;
bool              131 libcore/abc/Namespace.h 	bool _private;
bool              132 libcore/abc/Namespace.h 	bool _protected;
bool              133 libcore/abc/Namespace.h 	bool _package;
bool               56 libcore/abc/abc_function.h     bool needsActivation() const {
bool               45 libcore/abc/asException.h 	bool mCatchAny;
bool              175 libcore/as_environment.h bool delVariable(const as_environment& ctx, const std::string& varname,
bool              196 libcore/as_environment.h bool parsePath(const std::string& var_path, std::string& path,
bool              107 libcore/as_function.h 	virtual bool isBuiltin() { return false; }
bool               89 libcore/as_object.h     bool dead() const { return _dead; }
bool              116 libcore/as_object.h     bool _executing;
bool              123 libcore/as_object.h     bool _dead;
bool              229 libcore/as_object.h     virtual bool set_member(const ObjectURI& uri, const as_value& val,
bool              230 libcore/as_object.h         bool ifFound = false);
bool              348 libcore/as_object.h     bool init_destructive_property(const ObjectURI& uri, as_function& getter,
bool              362 libcore/as_object.h     bool init_destructive_property(const ObjectURI& uri, 
bool              407 libcore/as_object.h     bool watch(const ObjectURI& uri, as_function& trig, const as_value& cust);
bool              414 libcore/as_object.h     bool unwatch(const ObjectURI& uri);
bool              428 libcore/as_object.h     virtual bool get_member(const ObjectURI& uri, as_value* val);
bool              451 libcore/as_object.h     std::pair<bool, bool> delProperty(const ObjectURI& uri);
bool              475 libcore/as_object.h     virtual bool isSuper() const { return false; }
bool              504 libcore/as_object.h     bool instanceOf(as_object* ctor);
bool              513 libcore/as_object.h     bool prototypeOf(as_object& instance);
bool              626 libcore/as_object.h     bool array() const {
bool              631 libcore/as_object.h     void setArray(bool array = true) {
bool              705 libcore/as_object.h     bool _array;
bool              789 libcore/as_object.h     bool operator()(const Property& prop) const {
bool              800 libcore/as_object.h     bool operator()(const Property&) const {
bool              809 libcore/as_object.h     bool operator()(const Property& p) const {
bool              854 libcore/as_object.h inline bool
bool              875 libcore/as_object.h bool
bool              925 libcore/as_object.h inline bool caseless(const as_object& o) {
bool               58 libcore/as_value.h inline bool
bool               67 libcore/as_value.h inline bool
bool              164 libcore/as_value.h     as_value(T val, typename boost::enable_if<boost::is_same<bool, T> >::type*
bool              202 libcore/as_value.h     bool is_function() const;
bool              205 libcore/as_value.h     bool is_string() const {
bool              210 libcore/as_value.h     bool is_number() const {
bool              217 libcore/as_value.h     bool is_object() const {
bool              222 libcore/as_value.h     bool is_sprite() const {
bool              244 libcore/as_value.h     bool to_bool(int version) const;
bool              275 libcore/as_value.h     MovieClip* toMovieClip(bool skipRebinding = false) const;
bool              292 libcore/as_value.h     DisplayObject* toDisplayObject(bool skipRebinding = false) const;
bool              323 libcore/as_value.h     void set_bool(bool val);
bool              334 libcore/as_value.h     bool is_undefined() const {
bool              338 libcore/as_value.h     bool is_null() const {
bool              342 libcore/as_value.h     bool is_bool() const {
bool              346 libcore/as_value.h     bool is_exception() const {
bool              371 libcore/as_value.h     bool strictly_equals(const as_value& v) const;
bool              384 libcore/as_value.h     bool equals(const as_value& v, int version) const;
bool              407 libcore/as_value.h     bool writeAMF0(amf::Writer& w) const;
bool              428 libcore/as_value.h     bool operator==(const as_value& v) const;
bool              431 libcore/as_value.h     bool operator!=(const as_value& v) const;
bool              437 libcore/as_value.h     bool equalsSameType(const as_value& v) const;
bool              451 libcore/as_value.h     DisplayObject* getCharacter(bool skipRebinding = false) const;
bool              469 libcore/as_value.h     bool getBool() const {
bool              471 libcore/as_value.h         return boost::get<bool>(_value);
bool              518 libcore/as_value.h bool parseNonDecimalInt(const std::string& s, double& d, bool whole = true);
bool               58 libcore/asobj/Array_as.h     virtual bool accept(const ObjectURI& uri, const as_value& val);
bool               60 libcore/asobj/Array_as.h     bool strict() const {
bool               64 libcore/asobj/Array_as.h     bool _strict;
bool               81 libcore/asobj/NetConnection_as.h     bool connect(const std::string& uri);
bool               93 libcore/asobj/NetConnection_as.h     bool isConnected() const {
bool              133 libcore/asobj/NetConnection_as.h     bool _isConnected;
bool              147 libcore/asobj/NetStream_as.h                     bool& eof);
bool              151 libcore/asobj/NetStream_as.h                     unsigned int nSamples, bool& eof);
bool              257 libcore/asobj/NetStream_as.h     bool isConnected() const { return (_netCon); }
bool              294 libcore/asobj/NetStream_as.h     bool newFrameReady();
bool              319 libcore/asobj/NetStream_as.h             unsigned int nSamples, bool& eof);
bool              394 libcore/asobj/NetStream_as.h     volatile bool m_newFrameReady;
bool              454 libcore/asobj/NetStream_as.h     bool startPlayback();
bool              489 libcore/asobj/NetStream_as.h     void refreshVideoFrame(bool alsoIfPaused = false);
bool              541 libcore/asobj/NetStream_as.h     bool _videoInfoKnown;
bool              547 libcore/asobj/NetStream_as.h     bool _audioInfoKnown;
bool               89 libcore/asobj/PlayHead.h     bool isVideoConsumed() const
bool              101 libcore/asobj/PlayHead.h     bool isAudioConsumed() const
bool               53 libcore/asobj/TextFormat_as.h     const boost::optional<bool>& underlined() const { return _underline; }
bool               56 libcore/asobj/TextFormat_as.h     const boost::optional<bool>& bold() const { return _bold; }
bool               59 libcore/asobj/TextFormat_as.h     const boost::optional<bool>& italic() const { return _italic; }
bool               65 libcore/asobj/TextFormat_as.h     const boost::optional<bool>& bullet() const { return _bullet; }
bool              119 libcore/asobj/TextFormat_as.h     void underlinedSet(const boost::optional<bool>& x) { _underline = x; }
bool              121 libcore/asobj/TextFormat_as.h     void italicSet(const boost::optional<bool>& x) { _italic = x; }
bool              123 libcore/asobj/TextFormat_as.h     void boldSet(const boost::optional<bool>& x) { _bold = x; }
bool              125 libcore/asobj/TextFormat_as.h     void bulletSet(const boost::optional<bool>& x) { _bullet = x; }
bool              159 libcore/asobj/TextFormat_as.h     boost::optional<bool> _underline;
bool              162 libcore/asobj/TextFormat_as.h     boost::optional<bool> _bold;
bool              165 libcore/asobj/TextFormat_as.h     boost::optional<bool> _italic;
bool              168 libcore/asobj/TextFormat_as.h     boost::optional<bool> _bullet;
bool               94 libcore/asobj/XMLNode_as.h     bool extractPrefix(std::string& prefix);
bool              105 libcore/asobj/XMLNode_as.h     bool getPrefixForNamespace(const std::string& ns, std::string& prefix);
bool              117 libcore/asobj/XMLNode_as.h     bool hasChildNodes();
bool              136 libcore/asobj/XMLNode_as.h     XMLNode_as* cloneNode(bool deep);
bool              186 libcore/asobj/XMLNode_as.h     virtual void toString(std::ostream& str, bool encode = false) const;
bool              245 libcore/asobj/XMLNode_as.h     XMLNode_as(const XMLNode_as &node, bool deep);
bool              266 libcore/asobj/XMLNode_as.h             bool encode);
bool               86 libcore/asobj/XML_as.h     void toString(std::ostream& o, bool encode) const;
bool              163 libcore/asobj/XML_as.h     bool ignoreWhite();
bool               84 libcore/asobj/flash/display/BitmapData_as.h     bool transparent() const {
bool              131 libcore/asobj/flash/display/BitmapData_as.h     bool disposed() const {
bool               75 libcore/builtin_function.h 	bool isBuiltin()  { return true; }
bool              162 libcore/event_id.h inline bool
bool              169 libcore/event_id.h inline bool
bool              181 libcore/event_id.h bool isButtonEvent(const event_id& e);
bool              187 libcore/event_id.h bool isKeyEvent(const event_id& e);
bool               54 libcore/fontlib.h 	Font* get_font(const std::string& name, bool bold, bool italic);
bool              129 libcore/movie_root.h     bool operator()(const LevelMovie& d1, const LevelMovie& d2) const {
bool              164 libcore/movie_root.h         bool processLoad();
bool              275 libcore/movie_root.h     DSOEXPORT bool mouseMoved(boost::int32_t x, boost::int32_t y);
bool              281 libcore/movie_root.h     DSOEXPORT bool mouseClick(bool press);
bool              289 libcore/movie_root.h     DSOEXPORT bool mouseWheel(int delta);
bool              296 libcore/movie_root.h     DSOEXPORT bool keyEvent(key::code k, bool down);
bool              361 libcore/movie_root.h     bool clearIntervalTimer(boost::uint32_t x);
bool              385 libcore/movie_root.h     bool advance();
bool              444 libcore/movie_root.h     bool setFocus(DisplayObject* to);
bool              447 libcore/movie_root.h             bool force);
bool              469 libcore/movie_root.h     bool testInvariant() const;
bool              539 libcore/movie_root.h     bool getShowMenuState() const;
bool              543 libcore/movie_root.h     void setShowMenuState(bool state);
bool              635 libcore/movie_root.h     bool scriptsDisabled() const { return _disableScripts; };
bool              807 libcore/movie_root.h     bool processInvoke(ExternalInterface::invoke_t *);
bool              855 libcore/movie_root.h     bool notify_mouse_listeners(const event_id& event);
bool              860 libcore/movie_root.h     bool fire_mouse_event();
bool              918 libcore/movie_root.h     bool isInvalidated() { return _invalidated; }
bool              931 libcore/movie_root.h     bool processingActions() const {
bool              985 libcore/movie_root.h     bool m_background_color_set;
bool             1030 libcore/movie_root.h     bool _invalidated;
bool             1034 libcore/movie_root.h     bool _disableScripts;
bool             1055 libcore/movie_root.h     bool _showMenu;
bool             1090 libcore/movie_root.h bool isLevelTarget(int version, const std::string& name, unsigned int& levelno);
bool               81 libcore/parser/SWFMovieDefinition.h     bool start();
bool               84 libcore/parser/SWFMovieDefinition.h     bool started() const;
bool               87 libcore/parser/SWFMovieDefinition.h     bool isSelfThread() const;
bool              206 libcore/parser/SWFMovieDefinition.h     bool isAS3() const {
bool              252 libcore/parser/SWFMovieDefinition.h     bool get_labeled_frame(const std::string& label, size_t& frame_number)
bool              259 libcore/parser/SWFMovieDefinition.h     Font* get_font(const std::string& name, bool bold, bool italic) const;
bool              326 libcore/parser/SWFMovieDefinition.h     bool readHeader(std::auto_ptr<IOChannel> in, const std::string& url);
bool              335 libcore/parser/SWFMovieDefinition.h     bool completeLoad();
bool              340 libcore/parser/SWFMovieDefinition.h     bool ensure_frame_loaded(size_t framenum) const;
bool              523 libcore/parser/SWFMovieDefinition.h     bool _loadingCanceled;
bool              538 libcore/parser/SWFMovieDefinition.h     bool _as3;
bool               85 libcore/parser/SWFParser.h     bool read(std::streamsize bytes);
bool              101 libcore/parser/SWFParser.h     bool _tagOpen;
bool               58 libcore/parser/TypesParser.h         bool readMorph);
bool               40 libcore/parser/filter_factory.h     static int read(SWFStream& in, bool read_multiple,
bool              217 libcore/parser/movie_definition.h 	virtual bool get_labeled_frame(const std::string& /*label*/,
bool              261 libcore/parser/movie_definition.h             bool /*bold*/, bool /*italic*/) const
bool              411 libcore/parser/movie_definition.h     virtual bool isAS3() const {
bool              422 libcore/parser/movie_definition.h 	virtual bool completeLoad() {
bool              438 libcore/parser/movie_definition.h 	virtual bool ensure_frame_loaded(size_t /*framenum*/) const {
bool              260 libcore/parser/sprite_definition.h 	bool get_labeled_frame(const std::string& label, size_t& frame_number)
bool              284 libcore/parser/sprite_definition.h 	virtual bool ensure_frame_loaded(size_t framenum) const
bool               69 libcore/swf/DefineButtonTag.h     DisplayObject* instantiate(Button* button, bool name = true) const;
bool               76 libcore/swf/DefineButtonTag.h     bool hasState(Button::MouseState st) const;
bool               93 libcore/swf/DefineButtonTag.h     bool read(SWFStream& in, TagType t, movie_definition& m,
bool              100 libcore/swf/DefineButtonTag.h     bool valid() const {
bool              118 libcore/swf/DefineButtonTag.h     bool _hitTest;
bool              119 libcore/swf/DefineButtonTag.h     bool _down;
bool              120 libcore/swf/DefineButtonTag.h     bool _over;
bool              121 libcore/swf/DefineButtonTag.h     bool _up;
bool              154 libcore/swf/DefineButtonTag.h     bool triggeredBy(const event_id& ev) const;
bool              157 libcore/swf/DefineButtonTag.h     bool triggeredByKeyPress() const {
bool              213 libcore/swf/DefineButtonTag.h     bool hasSound() const { return (_soundTag.get()); }
bool              236 libcore/swf/DefineButtonTag.h     bool trackAsMenu() const {
bool              240 libcore/swf/DefineButtonTag.h     bool hasKeyPressHandler() const;
bool              278 libcore/swf/DefineButtonTag.h     bool _trackAsMenu;
bool              128 libcore/swf/DefineEditTextTag.h     bool multiline() const {
bool              132 libcore/swf/DefineEditTextTag.h     bool password() const {
bool              142 libcore/swf/DefineEditTextTag.h 	bool border() const {
bool              146 libcore/swf/DefineEditTextTag.h     bool autoSize() const {
bool              151 libcore/swf/DefineEditTextTag.h 	bool wordWrap() const {
bool              156 libcore/swf/DefineEditTextTag.h 	bool hasText() const {
bool              160 libcore/swf/DefineEditTextTag.h 	bool readOnly() const
bool              165 libcore/swf/DefineEditTextTag.h 	bool noSelect() const 
bool              171 libcore/swf/DefineEditTextTag.h 	bool html() const { return _html; }
bool              177 libcore/swf/DefineEditTextTag.h 	bool getUseEmbeddedGlyphs() const 
bool              204 libcore/swf/DefineEditTextTag.h 	bool _hasText;
bool              205 libcore/swf/DefineEditTextTag.h 	bool _wordWrap;
bool              206 libcore/swf/DefineEditTextTag.h 	bool _multiline;
bool              209 libcore/swf/DefineEditTextTag.h 	bool _password;
bool              210 libcore/swf/DefineEditTextTag.h 	bool _readOnly;
bool              212 libcore/swf/DefineEditTextTag.h 	bool _autoSize;
bool              213 libcore/swf/DefineEditTextTag.h 	bool _noSelect;
bool              217 libcore/swf/DefineEditTextTag.h 	bool _border;
bool              243 libcore/swf/DefineEditTextTag.h 	bool _html;
bool              254 libcore/swf/DefineEditTextTag.h 	bool _useOutlines;
bool               70 libcore/swf/DefineFontTag.h     bool hasCodeTable() const {
bool               86 libcore/swf/DefineFontTag.h     bool ansiChars() const { return _ansiChars; }
bool               87 libcore/swf/DefineFontTag.h     bool shiftJISChars() const { return _shiftJISChars; }
bool               88 libcore/swf/DefineFontTag.h     bool unicodeChars() const { return _unicodeChars; }
bool               89 libcore/swf/DefineFontTag.h     bool italic() const { return _italic; }
bool               90 libcore/swf/DefineFontTag.h     bool bold() const { return _bold; }
bool               91 libcore/swf/DefineFontTag.h     bool subpixelFont() const { return _subpixelFont; }
bool              118 libcore/swf/DefineFontTag.h         bool wideCodes, size_t glyphCount);
bool              137 libcore/swf/DefineFontTag.h     bool _subpixelFont;
bool              138 libcore/swf/DefineFontTag.h 	bool _hasLayout;
bool              139 libcore/swf/DefineFontTag.h 	bool _unicodeChars;
bool              140 libcore/swf/DefineFontTag.h 	bool _shiftJISChars;
bool              141 libcore/swf/DefineFontTag.h 	bool _ansiChars;
bool              142 libcore/swf/DefineFontTag.h 	bool _italic;
bool              143 libcore/swf/DefineFontTag.h 	bool _bold;
bool              144 libcore/swf/DefineFontTag.h 	bool _wideCodes;
bool               56 libcore/swf/DefineShapeTag.h     bool pointTestLocal(boost::int32_t x, boost::int32_t y, 
bool               64 libcore/swf/DefineTextTag.h     bool extractStaticText(std::vector<const TextRecord*>& to, size_t& size)
bool               85 libcore/swf/DefineVideoStreamTag.h         bool operator()(Frame frame, size_t i) const {
bool               89 libcore/swf/DefineVideoStreamTag.h         bool operator()(size_t i, Frame frame) const {
bool              178 libcore/swf/DefineVideoStreamTag.h 	bool m_smoothing_flags;
bool              116 libcore/swf/PlaceObject2Tag.h     bool hasClipActions() const { return m_has_flags2 & HAS_CLIP_ACTIONS_MASK; }
bool              117 libcore/swf/PlaceObject2Tag.h     bool hasClipDepth()   const { return m_has_flags2 & HAS_CLIP_DEPTH_MASK; };
bool              118 libcore/swf/PlaceObject2Tag.h     bool hasName()        const { return m_has_flags2 & HAS_NAME_MASK; }
bool              119 libcore/swf/PlaceObject2Tag.h     bool hasRatio()       const { return m_has_flags2 & HAS_RATIO_MASK; }
bool              120 libcore/swf/PlaceObject2Tag.h     bool hasCxform()      const { return m_has_flags2 & HAS_CXFORM_MASK; }
bool              121 libcore/swf/PlaceObject2Tag.h     bool hasMatrix()      const { return m_has_flags2 & HAS_MATRIX_MASK; }
bool              122 libcore/swf/PlaceObject2Tag.h     bool hasCharacter()   const { return m_has_flags2 & HAS_CHARACTER_MASK; }
bool              124 libcore/swf/PlaceObject2Tag.h     bool hasImage() const { return m_has_flags3 & HAS_IMAGE_MASK; }
bool              126 libcore/swf/PlaceObject2Tag.h     bool hasClassName() const {
bool              130 libcore/swf/PlaceObject2Tag.h     bool hasBitmapCaching() const { 
bool              134 libcore/swf/PlaceObject2Tag.h     bool hasBlendMode() const {
bool              138 libcore/swf/PlaceObject2Tag.h     bool hasFilters() const {
bool               47 libcore/swf/SoundInfoRecord.h     bool noMultiple;
bool               48 libcore/swf/SoundInfoRecord.h     bool hasEnvelope;
bool               49 libcore/swf/SoundInfoRecord.h     bool hasLoops;
bool               50 libcore/swf/SoundInfoRecord.h     bool hasOutPoint;
bool               51 libcore/swf/SoundInfoRecord.h     bool hasInPoint;
bool               67 libcore/swf/SoundInfoRecord.h 	bool stopPlayback;
bool               68 libcore/swf/TagLoadersTable.h 	bool get(TagType t, TagLoader& lf) const;
bool               77 libcore/swf/TagLoadersTable.h 	bool registerLoader(TagType t, TagLoader lf);
bool               93 libcore/swf/TextRecord.h     bool read(SWFStream& in, movie_definition& m, int glyphBits,
bool               97 libcore/swf/TextRecord.h             const TextRecords& records, bool embedded = true);
bool              154 libcore/swf/TextRecord.h     bool hasXOffset() const {
bool              167 libcore/swf/TextRecord.h     bool hasYOffset() const {
bool              188 libcore/swf/TextRecord.h     bool underline() const {
bool              192 libcore/swf/TextRecord.h     void setUnderline(bool b) {
bool              207 libcore/swf/TextRecord.h     bool _hasXOffset;
bool              210 libcore/swf/TextRecord.h     bool _hasYOffset;
bool              224 libcore/swf/TextRecord.h     bool _underline;
bool               84 libcore/vm/ActionExec.h 	bool _hasName;
bool              131 libcore/vm/ActionExec.h             bool abortOnUnloaded = true);
bool              160 libcore/vm/ActionExec.h 	bool isFunction() const { return _func != 0; }
bool              174 libcore/vm/ActionExec.h 	bool pushWith(const With& entry);
bool              184 libcore/vm/ActionExec.h 	bool delVariable(const std::string& name);
bool              224 libcore/vm/ActionExec.h     bool atActionTag(SWF::ActionType t) { return code[pc] == t; }
bool              268 libcore/vm/ActionExec.h     bool processExceptions(TryBlock& t);
bool              315 libcore/vm/ActionExec.h 	bool _returning;
bool              317 libcore/vm/ActionExec.h 	bool _abortOnUnload;
bool              105 libcore/vm/CallStack.h     bool hasRegisters() const {
bool              127 libcore/vm/Machine.h 	Class* findSuper(as_value& obj, bool find_primitive);
bool              266 libcore/vm/Machine.h 		bool mReturn;
bool              379 libcore/vm/Machine.h 	bool mExitWithReturn;
bool              181 libcore/vm/SafeStack.h 	bool empty() const { return size() == 0; }
bool              245 libcore/vm/VM.h     bool calling() const {
bool              290 libcore/vm/VM.h getURI(const VM& vm, const std::string& str, bool lowerCaseHint=false)
bool              394 libcore/vm/VM.h bool equals(const as_value& a, const as_value& b, const VM& vm);
bool              401 libcore/vm/VM.h bool toBool(const as_value& v, const VM& vm);
bool              122 libcore/vm/fn_call.h             Args& args, as_object* sup = 0, bool isNew = false)
bool              179 libcore/vm/fn_call.h     bool isInstantiation() const {
bool              230 libcore/vm/fn_call.h     bool _new;
bool               69 libmedia/AudioDecoder.h         boost::uint32_t& decodedData, bool parse);
bool               91 libmedia/AudioDecoder.h         boost::uint32_t&, bool)
bool               63 libmedia/AudioDecoderSimple.h 	boost::uint8_t* decode(const boost::uint8_t* input, boost::uint32_t inputSize, boost::uint32_t& outputSize, boost::uint32_t& decodedBytes, bool parse);
bool               83 libmedia/AudioDecoderSimple.h 	bool _stereo;
bool               86 libmedia/AudioDecoderSimple.h 	bool _is16bit;
bool               55 libmedia/AudioInput.h     virtual bool muted() = 0;
bool               73 libmedia/AudioInput.h     virtual void setUseEchoSuppression(bool e) = 0;
bool               75 libmedia/AudioInput.h     virtual bool useEchoSuppression() const = 0;
bool               69 libmedia/AudioResampler.h 		  int sample_size, int sample_rate, bool stereo,
bool               70 libmedia/AudioResampler.h 		  int m_sample_rate, bool m_stereo);
bool              130 libmedia/FLVParser.h 	virtual bool seek(boost::uint32_t&);
bool              133 libmedia/FLVParser.h 	virtual bool parseNextChunk();
bool              139 libmedia/FLVParser.h 	bool indexingCompleted() const
bool              201 libmedia/FLVParser.h 		bool stereo;
bool              235 libmedia/FLVParser.h 	bool parseNextTag(bool index_only);
bool              249 libmedia/FLVParser.h 	bool parseHeader();
bool              278 libmedia/FLVParser.h 	bool _audio;
bool              281 libmedia/FLVParser.h 	bool _video;
bool              295 libmedia/FLVParser.h 	bool _indexingCompleted;
bool              167 libmedia/MediaHandler.h     bool isFLV(IOChannel& stream);
bool              227 libmedia/MediaParser.h             boost::uint16_t sampleSizei, bool stereoi,
bool              252 libmedia/MediaParser.h 	bool stereo;
bool              461 libmedia/MediaParser.h 	virtual bool seek(boost::uint32_t& time)=0;
bool              477 libmedia/MediaParser.h 	DSOEXPORT bool isBufferEmpty() const;
bool              504 libmedia/MediaParser.h 	DSOEXPORT bool nextFrameTimestamp(boost::uint64_t& ts) const;
bool              513 libmedia/MediaParser.h 	DSOEXPORT bool nextVideoFrameTimestamp(boost::uint64_t& ts) const;
bool              531 libmedia/MediaParser.h 	DSOEXPORT bool nextAudioFrameTimestamp(boost::uint64_t& ts) const;
bool              563 libmedia/MediaParser.h 	bool parsingCompleted() const { return _parsingComplete; }
bool              573 libmedia/MediaParser.h 	virtual bool indexingCompleted() const { return true; }
bool              593 libmedia/MediaParser.h 	virtual bool parseNextChunk()=0;
bool              617 libmedia/MediaParser.h 	bool _parsingComplete;
bool              670 libmedia/MediaParser.h 	bool parserThreadKillRequested() const
bool              682 libmedia/MediaParser.h 	bool _parserThreadKillRequested;
bool              708 libmedia/MediaParser.h 	bool bufferFull() const;
bool              713 libmedia/MediaParser.h 	bool _seekRequest;
bool               71 libmedia/SoundInfo.h 	SoundInfo(audioCodecType format, bool stereo, boost::uint32_t sampleRate,
bool               72 libmedia/SoundInfo.h             boost::uint32_t sampleCount, bool is16bit,
bool               92 libmedia/SoundInfo.h 	bool isStereo() const { return _stereo; }
bool              117 libmedia/SoundInfo.h 	bool is16bit() const { return _is16bit; }
bool              127 libmedia/SoundInfo.h 	bool _stereo;
bool              140 libmedia/SoundInfo.h 	bool _is16bit;
bool               71 libmedia/VideoDecoder.h   virtual bool peek() = 0;
bool               95 libmedia/VideoInput.h             bool favorArea) = 0;
bool              109 libmedia/VideoInput.h     virtual void mute(bool m) = 0;
bool              110 libmedia/VideoInput.h     virtual bool muted() const = 0;
bool               60 libmedia/ffmpeg/AudioDecoderFfmpeg.h             boost::uint32_t& decodedBytes, bool parse);
bool               81 libmedia/ffmpeg/AudioDecoderFfmpeg.h     bool _needsParsing;
bool               67 libmedia/ffmpeg/AudioInputFfmpeg.h     virtual bool muted() {
bool               99 libmedia/ffmpeg/AudioInputFfmpeg.h     virtual void setUseEchoSuppression(bool e) {
bool              103 libmedia/ffmpeg/AudioInputFfmpeg.h     virtual bool useEchoSuppression() const {
bool              112 libmedia/ffmpeg/AudioInputFfmpeg.h     bool _muted;
bool              117 libmedia/ffmpeg/AudioInputFfmpeg.h     bool _useEchoSuppression;
bool               52 libmedia/ffmpeg/AudioResamplerFfmpeg.h 	DSOEXPORT bool init(AVCodecContext* ctx);
bool               85 libmedia/ffmpeg/MediaParserFfmpeg.h 	virtual bool seek(boost::uint32_t&);
bool               88 libmedia/ffmpeg/MediaParserFfmpeg.h 	virtual bool parseNextChunk();
bool              117 libmedia/ffmpeg/MediaParserFfmpeg.h 	bool parseNextFrame();
bool              174 libmedia/ffmpeg/MediaParserFfmpeg.h 	bool parseVideoFrame(AVPacket& packet);
bool              177 libmedia/ffmpeg/MediaParserFfmpeg.h 	bool parseAudioFrame(AVPacket& packet);
bool               60 libmedia/ffmpeg/VideoDecoderFfmpeg.h     bool peek();
bool               66 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h     bool initDecoder(unsigned int width, unsigned int height);
bool               86 libmedia/ffmpeg/VideoInputFfmpeg.h     void requestMode(size_t width, size_t height, double fps, bool favorArea);
bool              100 libmedia/ffmpeg/VideoInputFfmpeg.h     void mute(bool m) { _muted = m; }
bool              101 libmedia/ffmpeg/VideoInputFfmpeg.h     bool muted() const { return _muted; }
bool              118 libmedia/ffmpeg/VideoInputFfmpeg.h     bool play();
bool              123 libmedia/ffmpeg/VideoInputFfmpeg.h     bool stop();
bool              165 libmedia/ffmpeg/VideoInputFfmpeg.h     bool _muted;
bool               53 libmedia/gst/AudioDecoderGst.h                            bool /*parse*/);
bool              289 libmedia/gst/AudioInputGst.h     virtual bool muted() {
bool              341 libmedia/gst/AudioInputGst.h     virtual void setUseEchoSuppression(bool e) {
bool              345 libmedia/gst/AudioInputGst.h     virtual bool useEchoSuppression() const {
bool              354 libmedia/gst/AudioInputGst.h     bool _muted;
bool              359 libmedia/gst/AudioInputGst.h     bool _useEchoSuppression;
bool              391 libmedia/gst/AudioInputGst.h     bool checkSupportedFormats(GstCaps *caps);
bool              477 libmedia/gst/AudioInputGst.h     bool audioPlay(GnashAudioPrivate *audio);
bool              484 libmedia/gst/AudioInputGst.h     bool audioStop(GnashAudioPrivate *audio);
bool               75 libmedia/gst/GstUtil.h     static bool check_missing_plugins(GstCaps* caps);
bool               91 libmedia/gst/MediaParserGst.h     bool expired() const
bool              116 libmedia/gst/MediaParserGst.h     bool seek(boost::uint32_t&);
bool              119 libmedia/gst/MediaParserGst.h     bool parseNextChunk();
bool              128 libmedia/gst/MediaParserGst.h     bool foundAllStreams();
bool              130 libmedia/gst/MediaParserGst.h     bool probingConditionsMet(const SimpleTimer& timer);    
bool              144 libmedia/gst/MediaParserGst.h     bool pushGstBuffer();
bool              145 libmedia/gst/MediaParserGst.h     bool emitEncodedFrames();
bool              153 libmedia/gst/MediaParserGst.h     bool _demux_probe_ended;
bool               41 libmedia/gst/VideoConverterGst.h     bool init(const ImgBuf& src);
bool               84 libmedia/gst/VideoDecoderGst.h     bool peek();
bool              167 libmedia/gst/VideoInputGst.h     void requestMode(size_t width, size_t height, double fps, bool favorArea);
bool              181 libmedia/gst/VideoInputGst.h     void mute(bool m) { _muted = m; }
bool              182 libmedia/gst/VideoInputGst.h     bool muted() const { return _muted; }
bool              199 libmedia/gst/VideoInputGst.h     bool play();
bool              204 libmedia/gst/VideoInputGst.h     bool stop();
bool              218 libmedia/gst/VideoInputGst.h     bool setWebcam(size_t index);
bool              226 libmedia/gst/VideoInputGst.h     bool init();
bool              480 libmedia/gst/VideoInputGst.h     bool _muted;
bool               56 libmedia/haiku/AudioDecoderHaiku.h 	boost::uint8_t* decode(const boost::uint8_t* input, boost::uint32_t inputSize, boost::uint32_t& outputSize, boost::uint32_t& decodedBytes, bool parse);
bool               67 libmedia/haiku/AudioInputHaiku.h     virtual bool muted() {
bool               99 libmedia/haiku/AudioInputHaiku.h     virtual void setUseEchoSuppression(bool e) {
bool              103 libmedia/haiku/AudioInputHaiku.h     virtual bool useEchoSuppression() const {
bool              112 libmedia/haiku/AudioInputHaiku.h     bool _muted;
bool              117 libmedia/haiku/AudioInputHaiku.h     bool _useEchoSuppression;
bool               50 libmedia/haiku/MediaParserHaiku.h 	virtual bool seek(boost::uint32_t&);
bool               53 libmedia/haiku/MediaParserHaiku.h 	virtual bool parseNextChunk();
bool               51 libmedia/haiku/VideoDecoderHaiku.h     bool peek();
bool               85 libmedia/haiku/VideoInputHaiku.h     void requestMode(size_t width, size_t height, double fps, bool favorArea);
bool               99 libmedia/haiku/VideoInputHaiku.h     void mute(bool m) { _muted = m; }
bool              100 libmedia/haiku/VideoInputHaiku.h     bool muted() const { return _muted; }
bool              117 libmedia/haiku/VideoInputHaiku.h     bool play();
bool              122 libmedia/haiku/VideoInputHaiku.h     bool stop();
bool              164 libmedia/haiku/VideoInputHaiku.h     bool _muted;
bool              254 librender/Renderer.h             const Transform& xform, const SWFRect* bounds, bool smooth) = 0;
bool              287 librender/Renderer.h         bool masked) = 0;
bool              425 librender/Renderer.h     virtual bool bounds_in_clipping_area(const geometry::Range2d<int>& /*b*/)
bool              443 librender/Renderer.h     virtual bool getPixel(rgba& /*color_return*/, int /*x*/, int /*y*/) const {
bool              470 librender/Renderer.h     virtual bool initTestBuffer(unsigned /*width*/, unsigned /*height*/) {
bool               49 librender/agg/Renderer_agg.h   virtual bool initTestBuffer(unsigned width, unsigned height) {
bool               52 librender/agg/Renderer_agg_bitmap.h     virtual bool disposed() const {
bool               59 librender/agg/Renderer_agg_style.h             bool smooth);
bool               62 librender/agg/Renderer_agg_style.h             bool smooth);
bool               81 librender/agg/Renderer_agg_style.h     AggStyle(bool solid, const agg::rgba8& color = agg::rgba8(0,0,0,0))
bool               93 librender/agg/Renderer_agg_style.h     bool solid() const { return _solid; }
bool              102 librender/agg/Renderer_agg_style.h     const bool _solid;
bool              310 librender/agg/Renderer_agg_style.h     bool m_need_premultiply;
bool              386 librender/agg/Renderer_agg_style.h         const bool transform = (m_cx != SWFCxForm());
bool              447 librender/agg/Renderer_agg_style.h     bool is_solid(unsigned style) const {
bool              460 librender/agg/Renderer_agg_style.h         const SWFCxForm& cx, bool repeat, bool smooth) {
bool              568 librender/agg/Renderer_agg_style.h   bool is_solid(unsigned /*style*/) const
bool              635 librender/agg/Renderer_agg_style.h         bool smooth = false;
bool              649 librender/agg/Renderer_agg_style.h         const bool tiled = (f.type() == BitmapFill::TILED);
bool              672 librender/agg/Renderer_agg_style.h         const SWFMatrix& mat, const SWFCxForm& cx, bool smooth)
bool              684 librender/agg/Renderer_agg_style.h         const SWFMatrix& mat, const SWFCxForm& cx, bool smooth)
bool              114 librender/cairo/PathParser.h   bool closed_shape();
bool               51 librender/cairo/Renderer_cairo.h                                 const SWFRect* bounds, bool smooth);
bool               83 librender/cairo/Renderer_cairo.h                            const SWFMatrix& mat, bool masked);
bool               85 librender/cairo/Renderer_cairo.h     void set_antialiased(bool enable);
bool              123 librender/cairo/Renderer_cairo.h     bool getPixel(rgba& color_return, int x, int y) const;
bool              125 librender/cairo/Renderer_cairo.h     bool initTestBuffer(unsigned width, unsigned height);
bool              133 librender/cairo/Renderer_cairo.h     bool _drawing_mask;
bool              156 librender/opengl/Renderer_ogl.h DSOEXPORT Renderer* create_Renderer_ogl(bool init = true);
bool               59 libsound/AuxStream.h     bool eof() const 
bool               66 libsound/AuxStream.h     bool _eof;
bool              100 libsound/EmbedSound.h     bool empty() const 
bool              139 libsound/EmbedSound.h     bool isPlaying() const;
bool              105 libsound/EmbedSoundInst.h     bool eof() const;
bool              251 libsound/EmbedSoundInst.h     bool reachedCustomEnd() const;
bool              254 libsound/EmbedSoundInst.h     bool decodingCompleted() const
bool               83 libsound/InputStream.h     virtual bool eof() const=0;
bool               65 libsound/aos4/sound_handler_ahi.h 	bool				 AHIReqSent[2];
bool               73 libsound/aos4/sound_handler_ahi.h 	bool TimerInit(void);
bool               82 libsound/aos4/sound_handler_ahi.h     bool _audioOpened;
bool               83 libsound/aos4/sound_handler_ahi.h 	bool _closing;
bool              147 libsound/aos4/sound_handler_ahi.h     virtual bool is_muted() const;
bool               55 libsound/mkit/sound_handler_mkit.h     bool _audioopen;
bool              115 libsound/mkit/sound_handler_mkit.h     virtual bool is_muted() const;
bool               58 libsound/sdl/sound_handler_sdl.h     bool _audioOpened;
bool              136 libsound/sdl/sound_handler_sdl.h     virtual bool is_muted() const;
bool              189 libsound/sound_handler.h                    bool allowMultiple, unsigned int inPoint=0,
bool              290 libsound/sound_handler.h     virtual bool is_muted() const;
bool              299 libsound/sound_handler.h     bool isPaused() const { return _paused; }
bool              471 libsound/sound_handler.h     bool hasInputStreams() const;
bool              482 libsound/sound_handler.h     bool _paused;
bool              485 libsound/sound_handler.h     bool _muted;
bool              553 libsound/sound_handler.h                    bool allowMultiple);
bool               65 libvaapi/VaapiContext.h     bool construct();
bool               67 libvaapi/VaapiContext.h     bool createContext(unsigned int width, unsigned int height);
bool               75 libvaapi/VaapiContext.h     bool initDecoder(unsigned int width, unsigned int height);
bool               31 libvaapi/VaapiDisplay.h     bool init();
bool               39 libvaapi/VaapiGlobalContext.h     bool init();
bool               51 libvaapi/VaapiGlobalContext.h     bool hasProfile(VAProfile profile) const;
bool               48 libvaapi/VaapiImage.h     bool create(unsigned int width, unsigned int height);
bool               72 libvaapi/VaapiImage.h     bool isMapped() const { return _image_data != NULL; }
bool               75 libvaapi/VaapiImage.h     bool map();
bool               78 libvaapi/VaapiImage.h     bool unmap();
bool               62 libvaapi/VaapiImageFormat.h static inline bool vaapi_image_format_is_rgb(VaapiImageFormat format)
bool               68 libvaapi/VaapiImageFormat.h static inline bool vaapi_image_format_is_yuv(VaapiImageFormat format)
bool               41 libvaapi/VaapiSubpicture.h     bool create();
bool               97 libvaapi/VaapiSurface.h     bool associateSubpicture(boost::shared_ptr<VaapiSubpicture> subpicture,
bool              102 libvaapi/VaapiSurface.h     bool deassociateSubpicture(boost::shared_ptr<VaapiSubpicture> subpicture);
bool               49 libvaapi/VaapiSurfaceGLX.h     bool update(boost::shared_ptr<VaapiSurface> surface);
bool               28 libvaapi/vaapi_utils.h void DSOEXPORT vaapi_set_is_enabled(bool enabled);
bool               31 libvaapi/vaapi_utils.h bool DSOEXPORT vaapi_is_enabled();
bool               37 libvaapi/vaapi_utils.h bool DSOEXPORT vaapi_check_status(VAStatus status, const char *msg);
bool               71 plugin/klash/klash_part.h     bool get (const unsigned long, const QString &,
bool               73 plugin/klash/klash_part.h     bool put (const unsigned long, const QString &, const QString &);
bool               74 plugin/klash/klash_part.h     bool call (const unsigned long, const QString &,
bool               82 plugin/klash/klash_part.h     void enableFinishEvent (bool b = true) { m_enablefinish = b; }
bool               93 plugin/klash/klash_part.h     bool m_started : 1;
bool               94 plugin/klash/klash_part.h     bool m_enablefinish : 1;
bool              129 plugin/klash/klash_part.h     bool allowRedir (const KURL & url) const;
bool              134 plugin/klash/klash_part.h     virtual bool openURL (const KURL & url);
bool              135 plugin/klash/klash_part.h     virtual bool closeURL ();
bool              146 plugin/klash/klash_part.h     virtual bool openFile();
bool              158 plugin/klash/klash_part.h     bool m_autostart : 1;
bool              159 plugin/klash/klash_part.h     bool m_fullscreen : 1;
bool              160 plugin/klash/klash_part.h     bool m_started_emited : 1;
bool               71 plugin/klash4/klash_part.h     bool get (const unsigned long, const QString &,
bool               73 plugin/klash4/klash_part.h     bool put (const unsigned long, const QString &, const QString &);
bool               74 plugin/klash4/klash_part.h     bool call (const unsigned long, const QString &,
bool               82 plugin/klash4/klash_part.h     void enableFinishEvent (bool b = true) { m_enablefinish = b; }
bool               93 plugin/klash4/klash_part.h     bool m_started : 1;
bool               94 plugin/klash4/klash_part.h     bool m_enablefinish : 1;
bool              128 plugin/klash4/klash_part.h     bool allowRedir (const KUrl & url) const;
bool              133 plugin/klash4/klash_part.h     virtual bool openUrl (const KUrl & url);
bool              134 plugin/klash4/klash_part.h     virtual bool closeUrl ();
bool              145 plugin/klash4/klash_part.h     virtual bool openFile();
bool              157 plugin/klash4/klash_part.h     bool m_autostart : 1;
bool              158 plugin/klash4/klash_part.h     bool m_fullscreen : 1;
bool              159 plugin/klash4/klash_part.h     bool m_started_emited : 1;
bool               79 plugin/npapi/callbacks.h extern bool GetVariableCallback (NPObject *npobj, NPIdentifier name,
bool              103 plugin/npapi/callbacks.h extern bool SetVariableCallback (NPObject *npobj, NPIdentifier name,
bool              124 plugin/npapi/callbacks.h extern bool GotoFrame (NPObject *npobj, NPIdentifier name,
bool              143 plugin/npapi/callbacks.h extern bool IsPlaying (NPObject *npobj, NPIdentifier name,
bool              165 plugin/npapi/callbacks.h extern bool LoadMovie (NPObject *npobj, NPIdentifier name,
bool              190 plugin/npapi/callbacks.h extern bool Pan (NPObject *npobj, NPIdentifier name,
bool              211 plugin/npapi/callbacks.h extern bool PercentLoaded (NPObject *npobj, NPIdentifier name,
bool              222 plugin/npapi/callbacks.h extern bool Play (NPObject *npobj, NPIdentifier name,
bool              233 plugin/npapi/callbacks.h extern bool Rewind (NPObject *npobj, NPIdentifier name,
bool              249 plugin/npapi/callbacks.h extern bool SetZoomRect (NPObject *npobj, NPIdentifier name,
bool              260 plugin/npapi/callbacks.h extern bool StopPlay (NPObject *npobj, NPIdentifier name,
bool              273 plugin/npapi/callbacks.h extern bool Zoom (NPObject *npobj, NPIdentifier name,
bool              286 plugin/npapi/callbacks.h extern bool TotalFrames (NPObject *npobj, NPIdentifier name,
bool              290 plugin/npapi/callbacks.h extern bool remoteCallback (NPObject *npobj, NPIdentifier name,
bool              101 plugin/npapi/plugin.h     static bool handlePlayerRequestsWrapper(GIOChannel* iochan, GIOCondition cond, nsPluginInstance* plugin);
bool              103 plugin/npapi/plugin.h     bool handlePlayerRequests(GIOChannel* iochan, GIOCondition cond);
bool              117 plugin/npapi/plugin.h     bool processPlayerRequest();
bool               72 plugin/npapi/pluginScriptObject.h     static bool marshalHasMethod (NPObject *npobj, NPIdentifier name);
bool               73 plugin/npapi/pluginScriptObject.h     static bool marshalInvoke (NPObject *npobj, NPIdentifier name,
bool               76 plugin/npapi/pluginScriptObject.h     static bool marshalInvokeDefault (NPObject *npobj, const NPVariant *args,
bool               78 plugin/npapi/pluginScriptObject.h     static bool marshalHasProperty (NPObject *npobj, NPIdentifier name);
bool               79 plugin/npapi/pluginScriptObject.h     static bool marshalGetProperty (NPObject *npobj, NPIdentifier name,
bool               81 plugin/npapi/pluginScriptObject.h     static bool marshalSetProperty (NPObject *npobj, NPIdentifier name,
bool               83 plugin/npapi/pluginScriptObject.h     static bool marshalRemoveProperty (NPObject *npobj, NPIdentifier name);
bool               84 plugin/npapi/pluginScriptObject.h     static bool marshalEnumerate (NPObject *npobj, void***identifier,
bool               86 plugin/npapi/pluginScriptObject.h     static bool marshalConstruct (NPObject *npobj, const NPVariant *data,
bool              113 plugin/npapi/pluginScriptObject.h     bool SetVariable(const std::string &name, const NPVariant& value);
bool              134 plugin/npapi/pluginScriptObject.h     bool Invoke(NPObject *npobj, NPIdentifier name, const NPVariant *args,
bool              136 plugin/npapi/pluginScriptObject.h     bool AddMethod(NPIdentifier name, NPInvokeFunctionPtr func);
bool              145 plugin/npapi/pluginScriptObject.h     bool HasMethod(NPIdentifier name);
bool              147 plugin/npapi/pluginScriptObject.h     bool InvokeDefault(const NPVariant *args, uint32_t argCount,
bool              149 plugin/npapi/pluginScriptObject.h     bool HasProperty(NPIdentifier name);
bool              150 plugin/npapi/pluginScriptObject.h     bool GetProperty(NPIdentifier name, NPVariant *result);
bool              151 plugin/npapi/pluginScriptObject.h     bool SetProperty(NPIdentifier name, const NPVariant& value);
bool              152 plugin/npapi/pluginScriptObject.h     bool RemoveProperty(NPIdentifier name);
bool              153 plugin/npapi/pluginScriptObject.h     bool Enumerate(NPIdentifier **identifier, uint32_t *count);
bool              154 plugin/npapi/pluginScriptObject.h     bool Construct(const NPVariant *data, uint32_t argCount, NPVariant *result);
bool               57 testsuite/DummyCharacter.h     virtual bool mouseEnabled() const { return true; }
bool               64 testsuite/DummyCharacter.h 	void add_invalidated_bounds(InvalidatedRanges& /*bounds*/, bool /*force*/) {}
bool               99 testsuite/DummyMovieDefinition.h     virtual bool ensure_frame_loaded(size_t) const {
bool              127 testsuite/FuzzyPixel.h 	bool operator==(const FuzzyPixel& other) const;
bool              130 testsuite/FuzzyPixel.h 	static bool fuzzyEqual(int a, int b, int tol)
bool              125 testsuite/MovieTester.h 	void advance(bool updateClock=true);
bool              214 testsuite/MovieTester.h 			short unsigned tolerance, const std::string& label, bool expectFailure=false) const;
bool              251 testsuite/MovieTester.h 	bool isMouseOverMouseEntity();
bool              255 testsuite/MovieTester.h 	bool usingHandCursor();
bool              273 testsuite/MovieTester.h 	bool canTestSound() const { return _sound_handler.get() != NULL; }
bool              281 testsuite/MovieTester.h 	bool canTestRendering() const { return ! _testingRenderers.empty(); }
bool              284 testsuite/MovieTester.h 	bool canTestVideo() const;
bool              377 testsuite/MovieTester.h 	bool _forceRedraw;
bool              199 testsuite/dejagnu.h   void testrun (bool b, std::string s)