BOOL               69 ash/system/win/audio/tray_audio_delegate_win.cc   BOOL mute = FALSE;
BOOL               48 base/async_socket_io_handler_win.cc   BOOL ok = ::ReadFile(socket_, buffer, buffer_len, &bytes_read,
BOOL               99 base/debug/stack_trace_win.cc       BOOL has_symbol = SymFromAddr(GetCurrentProcess(), frame,
BOOL              106 base/debug/stack_trace_win.cc       BOOL has_line = SymGetLineFromAddr64(GetCurrentProcess(), frame,
BOOL              609 base/file_util_win.cc   BOOL result = ::WriteFile(file, data, size, &written, NULL);
BOOL              641 base/file_util_win.cc   BOOL result = ::WriteFile(file, data, size, &written, NULL);
BOOL              678 base/file_util_win.cc   BOOL ret = ::SetCurrentDirectory(directory.value().c_str());
BOOL               71 base/file_version_info_win.cc   BOOL query_result = VerQueryValue(data, L"\\VarFileInfo\\Translation",
BOOL              174 base/file_version_info_win.cc     BOOL r = ::VerQueryValue(data_.get(), sub_block, &value, &size);
BOOL              293 base/files/file_win.cc   BOOL result = LockFile(file_, 0, 0, MAXDWORD, MAXDWORD);
BOOL              301 base/files/file_win.cc   BOOL result = UnlockFile(file_, 0, 0, MAXDWORD, MAXDWORD);
BOOL               25 base/mac/scoped_sending_event.h - (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
BOOL               40 base/mac/scoped_sending_event.h   BOOL handling_;  // Value of -[app_ handlingSendEvent] at construction.
BOOL               45 base/mac/sdk_forward_declarations.h + (BOOL)isSwipeTrackingFromScrollEventsEnabled;
BOOL               56 base/mac/sdk_forward_declarations.h                                              BOOL isComplete,
BOOL               57 base/mac/sdk_forward_declarations.h                                              BOOL *stop))trackingHandler;
BOOL               59 base/mac/sdk_forward_declarations.h - (BOOL)isDirectionInvertedFromDevice;
BOOL              431 base/memory/shared_memory_unittest.cc   BOOL rv = ::DuplicateHandle(GetCurrentProcess(),
BOOL               55 base/message_loop/message_pump_mac.h - (BOOL)isHandlingSendEvent;
BOOL              115 base/message_loop/message_pump_win.cc   BOOL ret = PostMessage(message_hwnd_, kMsgHaveWork,
BOOL              163 base/message_loop/message_pump_win.cc   BOOL ret = SetTimer(message_hwnd_, reinterpret_cast<UINT_PTR>(this),
BOOL              443 base/message_loop/message_pump_win.cc   BOOL ret = PostQueuedCompletionStatus(port_, 0,
BOOL               93 base/platform_file_win.cc       BOOL result = GetFileInformationByHandle(file, &info);
BOOL              290 base/platform_file_win.cc   BOOL result = LockFile(file, 0, 0, MAXDWORD, MAXDWORD);
BOOL              297 base/platform_file_win.cc   BOOL result = UnlockFile(file, 0, 0, MAXDWORD, MAXDWORD);
BOOL              188 base/process/launch_win.cc     BOOL launched =
BOOL              352 base/process/launch_win.cc     BOOL success = ReadFile(out_read, buffer, kBufferSize, &bytes_read, NULL);
BOOL               32 base/process/memory_unittest.cc typedef BOOL (WINAPI* HeapQueryFn)  \
BOOL               26 base/process/memory_win.cc typedef BOOL (WINAPI* HeapSetFn)(HANDLE, HEAP_INFORMATION_CLASS, PVOID, SIZE_T);
BOOL              279 base/process/process_metrics_win.cc typedef BOOL (WINAPI *GetPerformanceInfoFunction) (
BOOL              284 base/process/process_metrics_win.cc static BOOL InternalGetPerformanceInfo(
BOOL              147 base/sync_socket_win.cc     const BOOL operation_ok = operation(
BOOL              214 base/sync_socket_win.cc   const BOOL result = CloseHandle(handle_);
BOOL               20 base/synchronization/condition_variable_win.cc typedef BOOL (WINAPI *SleepConditionVariableCSFn)(PCONDITION_VARIABLE,
BOOL               22 base/test/mock_chrome_application_mac.h   BOOL handlingSendEvent_;
BOOL              182 base/test/test_file_util_win.cc       BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
BOOL              195 base/test/test_file_util_win.cc   BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE);
BOOL               60 base/threading/platform_thread_win.cc   BOOL did_dup = DuplicateHandle(GetCurrentProcess(),
BOOL               25 base/threading/thread_local_storage_win.cc   BOOL ret = TlsFree(key);
BOOL               34 base/threading/thread_local_storage_win.cc   BOOL ret = TlsSetValue(key, value);
BOOL              162 base/time/time_win_unittest.cc   BOOL rv = QueryPerformanceFrequency(&frequency);
BOOL               94 base/win/dllmain.cc BOOL WINAPI DllMain(PVOID h, DWORD reason, PVOID reserved) {
BOOL               51 base/win/i18n.cc     typedef BOOL (WINAPI* GetPreferredUILanguages_Fn)(
BOOL               62 base/win/message_window.cc     BOOL result = UnregisterClass(MAKEINTATOM(atom_), instance_);
BOOL               79 base/win/message_window.cc     BOOL result = DestroyWindow(window_);
BOOL               56 base/win/metro.cc   typedef BOOL (WINAPI* IsImmersiveProcessFunc)(HANDLE process);
BOOL               12 base/win/startup_information.cc typedef BOOL (WINAPI *InitializeProcThreadAttributeListFunction)(
BOOL               20 base/win/startup_information.cc typedef BOOL (WINAPI *UpdateProcThreadAttributeFunction)(
BOOL               14 base/win/windows_version.cc typedef BOOL (WINAPI *GetProductInfoPtr)(DWORD, DWORD, DWORD, DWORD, PDWORD);
BOOL              160 base/win/windows_version.cc   typedef BOOL (WINAPI* IsWow64ProcessFunc)(HANDLE, PBOOL);
BOOL              165 base/win/windows_version.cc   BOOL is_wow64 = FALSE;
BOOL              175 chrome/app/signature_validator_win.cc   BOOL succeeded = CryptQueryObject(
BOOL               65 chrome/browser/app_controller_mac.h   BOOL startupComplete_;
BOOL               72 chrome/browser/app_controller_mac.h   BOOL fileMenuUpdatePending_;  // ensure we only do this once per notificaion.
BOOL               79 chrome/browser/app_controller_mac.h   BOOL hasPopover_;
BOOL               92 chrome/browser/app_controller_mac.h @property(readonly, nonatomic) BOOL startupComplete;
BOOL               98 chrome/browser/app_controller_mac.h - (BOOL)tryToTerminateApplication:(NSApplication*)app;
BOOL              108 chrome/browser/app_controller_mac.h - (BOOL)keyWindowIsModal;
BOOL               21 chrome/browser/chrome_browser_application_mac.h   BOOL handlingSendEvent_;
BOOL               22 chrome/browser/chrome_browser_application_mac.h   BOOL cyclingWindows_;
BOOL               42 chrome/browser/chrome_browser_application_mac.h - (BOOL)isCyclingWindows;
BOOL              280 chrome/browser/chrome_plugin_browsertest.cc BOOL CALLBACK EnumerateChildren(HWND hwnd, LPARAM l_param) {
BOOL               23 chrome/browser/crash_upload_list_win.cc       BOOL success =
BOOL               24 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_win.cc   BOOL status = SetupDiGetDeviceInterfaceDetail(
BOOL               53 chrome/browser/extensions/api/serial/serial_io_handler_win.cc   BOOL ok = ::WaitCommEvent(file(), &event_mask_, &comm_context_->overlapped);
BOOL               65 chrome/browser/extensions/api/serial/serial_io_handler_win.cc   BOOL ok = ::WriteFile(file(),
BOOL              105 chrome/browser/extensions/api/serial/serial_io_handler_win.cc       BOOL ok = ::ReadFile(file(),
BOOL               22 chrome/browser/extensions/api/system_display/display_info_provider_win.cc BOOL CALLBACK EnumMonitorCallback(HMONITOR monitor,
BOOL              188 chrome/browser/hang_monitor/hung_plugin_action.cc BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) {
BOOL               37 chrome/browser/hang_monitor/hung_plugin_action.h   static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
BOOL              158 chrome/browser/hang_monitor/hung_window_detector.cc BOOL CALLBACK HungWindowDetector::ChildWndEnumProc(HWND child_window,
BOOL               72 chrome/browser/hang_monitor/hung_window_detector.h   static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
BOOL               17 chrome/browser/install_verification/win/module_list.cc   BOOL result = ::FreeLibrary(module);
BOOL              100 chrome/browser/mac/keystone_glue.h   BOOL synchronousPromotion_;
BOOL              103 chrome/browser/mac/keystone_glue.h   BOOL updateSuccessfullyInstalled_;
BOOL              129 chrome/browser/mac/keystone_glue.h - (BOOL)asyncOperationPending;
BOOL              133 chrome/browser/mac/keystone_glue.h - (BOOL)isOnReadOnlyFilesystem;
BOOL              156 chrome/browser/mac/keystone_glue.h - (BOOL)needsPromotion;
BOOL              157 chrome/browser/mac/keystone_glue.h - (BOOL)wantsPromotion;
BOOL              165 chrome/browser/mac/keystone_glue.h                            synchronous:(BOOL)synchronous;
BOOL              184 chrome/browser/mac/keystone_glue.h - (BOOL)loadKeystoneRegistration;
BOOL               59 chrome/browser/mac/keystone_registration.h - (BOOL)registerWithParameters:(NSDictionary*)args;
BOOL               61 chrome/browser/mac/keystone_registration.h - (BOOL)promoteWithParameters:(NSDictionary*)args
BOOL               65 chrome/browser/mac/keystone_registration.h - (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated;
BOOL              177 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc       typedef BOOL (WINAPI* Wow64DisableWow64FSRedirection)(PVOID*);
BOOL               60 chrome/browser/metrics/machine_id_provider_win.cc   BOOL status = DeviceIoControl(drive_handle, IOCTL_STORAGE_QUERY_PROPERTY,
BOOL              335 chrome/browser/metrics/metrics_log.cc BOOL CALLBACK GetMonitorDPICallback(HMONITOR, HDC hdc, LPRECT, LPARAM dwData) {
BOOL              205 chrome/browser/password_manager/password_manager_util_win.cc   BOOL save_password = FALSE;
BOOL              181 chrome/browser/printing/printing_layout_browsertest.cc     BOOL ct_enabled = 0;
BOOL               59 chrome/browser/process_singleton_win.cc     BOOL released = ::ReleaseMutex(mutex_);
BOOL               73 chrome/browser/process_singleton_win.cc     BOOL released = ::ReleaseMutex(mutex_);
BOOL               89 chrome/browser/process_singleton_win.cc BOOL CALLBACK BrowserWindowEnumeration(HWND window, LPARAM param) {
BOOL               31 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h   BOOL spellcheckEnabled_;
BOOL               32 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h   BOOL spellcheckChecked_;
BOOL               41 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h - (BOOL)handleEvent:(NSEvent*)event;
BOOL               43 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right;
BOOL               44 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h - (void)setHasHorizontalScrollbar:(BOOL)hasHorizontalScrollbar;
BOOL               45 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item
BOOL               46 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h                       isValidItem:(BOOL*)valid;
BOOL               14 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (BOOL)shouldAllowHistorySwiping;
BOOL               38 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL isPinnedLeft_;
BOOL               39 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL isPinnedRight_;
BOOL               43 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL hasHorizontalScrollbar_;
BOOL               49 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL gotUnhandledWheelEvent_;
BOOL               63 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL inGesture_;
BOOL               71 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL historySwipeCancelled_;
BOOL               75 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL historySwipeDirectionInverted_;
BOOL               88 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h   BOOL receivedTouch_;
BOOL               97 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (BOOL)handleEvent:(NSEvent*)event;
BOOL               99 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right;
BOOL              100 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (void)setHasHorizontalScrollbar:(BOOL)hasHorizontalScrollbar;
BOOL              114 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (BOOL)canRubberbandLeft:(NSView*)view;
BOOL              115 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (BOOL)canRubberbandRight:(NSView*)view;
BOOL             1305 chrome/browser/ui/browser_command_controller.cc     typedef void (*MetroEnablePrinting)(BOOL);
BOOL               48 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL appCache_;
BOOL               49 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL view_;
BOOL               50 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL utilityHost_;
BOOL               51 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL viewHost_;
BOOL               52 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL plugin_;
BOOL               53 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL npObject_;
BOOL               54 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL devTools_;
BOOL               55 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL pluginProcessing_;
BOOL               56 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL userString1_;
BOOL               57 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL userString2_;
BOOL               58 chrome/browser/ui/cocoa/about_ipc_controller.h   BOOL userString3_;
BOOL               78 chrome/browser/ui/cocoa/about_ipc_controller.h - (BOOL)filterOut:(CocoaLogData*)data;
BOOL               79 chrome/browser/ui/cocoa/about_ipc_controller.h - (void)setDisplayViewMessages:(BOOL)display;
BOOL               39 chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h - (BOOL)handledByExtensionCommand:(NSEvent*)event;
BOOL               58 chrome/browser/ui/cocoa/autofill/autofill_details_container.h - (BOOL)validate;
BOOL               45 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h - (BOOL)saveDetailsLocally;
BOOL               72 chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h   BOOL mainContainerBecameVisible_;
BOOL               15 chrome/browser/ui/cocoa/autofill/autofill_input_field.h @property(nonatomic, assign) BOOL invalid;
BOOL               62 chrome/browser/ui/cocoa/autofill/autofill_input_field.h @property(nonatomic, readonly) BOOL isDefault;
BOOL               70 chrome/browser/ui/cocoa/autofill/autofill_input_field.h @property(nonatomic, readonly) BOOL invalid;
BOOL               48 chrome/browser/ui/cocoa/autofill/autofill_main_container.h   BOOL legalDocumentsSizeDirty_;
BOOL               70 chrome/browser/ui/cocoa/autofill/autofill_main_container.h - (BOOL)saveDetailsLocally;
BOOL               82 chrome/browser/ui/cocoa/autofill/autofill_main_container.h - (BOOL)validate;
BOOL               57 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h - (void)setHasArrow:(BOOL)hasArrow withAnchorView:(NSView*)anchorView;
BOOL               60 chrome/browser/ui/cocoa/autofill/autofill_notification_controller.h - (BOOL)hasArrow;
BOOL               23 chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.h   BOOL invalid_;
BOOL               70 chrome/browser/ui/cocoa/autofill/autofill_section_container.h   BOOL showSuggestions_;
BOOL               99 chrome/browser/ui/cocoa/autofill/autofill_section_container.h - (BOOL)validateFor:(autofill::ValidationType)validationType;
BOOL               17 chrome/browser/ui/cocoa/autofill/autofill_section_view.h   BOOL isHighlighted_;  // Track current highlight state.
BOOL               18 chrome/browser/ui/cocoa/autofill/autofill_section_view.h   BOOL shouldHighlightOnHover_;  // Indicates if view should highlight on hover
BOOL               32 chrome/browser/ui/cocoa/autofill/autofill_section_view.h @property(assign, nonatomic) BOOL shouldHighlightOnHover;
BOOL               35 chrome/browser/ui/cocoa/autofill/autofill_section_view.h @property(readonly, nonatomic) BOOL isHighlighted;
BOOL               23 chrome/browser/ui/cocoa/autofill/autofill_textfield.h   BOOL shouldFilterClick_;
BOOL               27 chrome/browser/ui/cocoa/autofill/autofill_textfield.h   BOOL handlingFirstClick_;
BOOL               41 chrome/browser/ui/cocoa/autofill/autofill_textfield.h   BOOL invalid_;
BOOL               27 chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h   BOOL shouldDisplayTooltip_;
BOOL               30 chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h   BOOL isHoveringOnBubble_;
BOOL               14 chrome/browser/ui/cocoa/background_gradient_view.h   BOOL showsDivider_;
BOOL               18 chrome/browser/ui/cocoa/background_gradient_view.h @property(nonatomic, assign) BOOL showsDivider;
BOOL               30 chrome/browser/ui/cocoa/background_gradient_view.h - (void)drawBackgroundWithOpaque:(BOOL)opaque;
BOOL               40 chrome/browser/ui/cocoa/base_bubble_controller.h   BOOL shouldOpenAsKeyWindow_;
BOOL               42 chrome/browser/ui/cocoa/base_bubble_controller.h   BOOL shouldCloseOnResignKey_;
BOOL               50 chrome/browser/ui/cocoa/base_bubble_controller.h @property(nonatomic, assign) BOOL shouldOpenAsKeyWindow;
BOOL               52 chrome/browser/ui/cocoa/base_bubble_controller.h @property(nonatomic, assign) BOOL shouldCloseOnResignKey;
BOOL              169 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BOOL isAnimationRunning_;
BOOL              196 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BOOL barIsEnabled_;
BOOL              258 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BOOL showFolderMenus_;
BOOL              262 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BOOL stateAnimationsEnabled_;
BOOL              266 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BOOL innerContentAnimationsEnabled_;
BOOL              269 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BOOL hasInsertionPos_;
BOOL              282 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h @property(readonly, nonatomic) BOOL isAnimationRunning;
BOOL              284 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h @property(assign, nonatomic) BOOL stateAnimationsEnabled;
BOOL              285 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h @property(assign, nonatomic) BOOL innerContentAnimationsEnabled;
BOOL              317 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (void)setBookmarkBarEnabled:(BOOL)enabled;
BOOL              348 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)canEditBookmark:(const BookmarkNode*)node;
BOOL              351 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)canEditBookmarks;
BOOL              390 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)offTheSideButtonIsHidden;
BOOL              391 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)appsPageShortcutButtonIsHidden;
BOOL              408 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)isEventAnExitEvent:(NSEvent*)event;
BOOL              409 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (BOOL)shrinkOrHideView:(NSView*)view forMaxX:(CGFloat)maxViewX;
BOOL               96 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h   BOOL subFolderGrowthToRight_;
BOOL              137 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h   BOOL ignoreAnimations_;
BOOL              159 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h - (BOOL)handleInputText:(NSString*)newText;
BOOL              186 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h @property(assign, nonatomic) BOOL subFolderGrowthToRight;
BOOL              200 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h - (void)setIgnoreAnimations:(BOOL)ignore;
BOOL              203 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h - (BOOL)canScrollUp;
BOOL              204 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h - (BOOL)canScrollDown;
BOOL               16 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h   BOOL inDrag_;  // Are we in the middle of a drag?
BOOL               17 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h   BOOL dropIndicatorShown_;
BOOL               18 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isVisible;
BOOL               21 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimationRunning;
BOOL               25 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isInState:(BookmarkBar::State)state;
BOOL               29 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingToState:(BookmarkBar::State)state;
BOOL               33 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingFromState:(BookmarkBar::State)state;
BOOL               37 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingFromState:(BookmarkBar::State)fromState
BOOL               42 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingBetweenState:(BookmarkBar::State)fromState
BOOL               21 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h   BOOL dropIndicatorShown_;
BOOL               37 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h @property(nonatomic, readonly) BOOL dropIndicatorShown;
BOOL               30 chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h   BOOL alreadyBookmarked_;
BOOL               55 chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.h          alreadyBookmarked:(BOOL)alreadyBookmarked;
BOOL               38 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)dragShouldLockBarVisibility;
BOOL               44 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)canDragBookmarkButtonToTrash:(BookmarkButton*)button;
BOOL               79 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)draggingAllowed:(id<NSDraggingInfo>)info;
BOOL               87 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)dragShouldLockBarVisibility;
BOOL               96 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)dragButton:(BookmarkButton*)sourceButton
BOOL               98 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h               copy:(BOOL)copy;
BOOL              102 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)dragBookmarkData:(id<NSDraggingInfo>)info;
BOOL              113 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)shouldShowIndicatorShownForPoint:(NSPoint)point;
BOOL              171 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)addURLs:(NSArray*)urls withTitles:(NSArray*)titles at:(NSPoint)point;
BOOL              180 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (void)removeButton:(NSInteger)buttonIndex animate:(BOOL)poof;
BOOL              204 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h   BOOL dragPending_;
BOOL              205 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h   BOOL acceptsTrackIn_;
BOOL              210 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h @property(assign, nonatomic) BOOL acceptsTrackIn;
BOOL              216 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)isFolder;
BOOL              220 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)acceptsTrackInFrom:(id)sender;
BOOL              228 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)isEmpty;
BOOL              232 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (void)setIsContinuousPulsing:(BOOL)flag;
BOOL              235 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (BOOL)isContinuousPulsing;
BOOL               23 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h   BOOL empty_;  // is this an "empty" button placeholder button cell?
BOOL               30 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h   BOOL drawFolderArrow_;
BOOL               41 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h @property(nonatomic, readwrite, assign) BOOL drawFolderArrow;
BOOL               69 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h - (BOOL)empty;
BOOL               70 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h - (void)setEmpty:(BOOL)empty;
BOOL               82 chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h - (BOOL)isFolderButtonCell;
BOOL               40 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h   BOOL creatingNewFolders_;  // True while in createNewFolders.
BOOL              112 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (void)modelChangedPreserveSelection:(BOOL)preserve;
BOOL              115 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (BOOL)okEnabled;
BOOL              136 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h   BOOL newFolder_;
BOOL              142 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h @property(nonatomic, assign) BOOL newFolder;
BOOL              158 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h                newFolder:(BOOL)newFolder;
BOOL              171 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h @property(nonatomic, readonly) BOOL okButtonEnabled;
BOOL               35 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h   typedef void(^ChangeCallback)(BOOL nodeWasDeleted);
BOOL               89 chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h   void Notify(BOOL deleted);
BOOL               19 chrome/browser/ui/cocoa/browser/avatar_button_controller.h   BOOL isThemedWindow_;
BOOL               29 chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.h   BOOL expanded_;
BOOL               64 chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.h   BOOL isHighlighted_;
BOOL               81 chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.h @property(assign, nonatomic) BOOL isHighlighted;
BOOL               48 chrome/browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.h - (BOOL)validateFields;
BOOL               62 chrome/browser/ui/cocoa/browser/profile_chooser_controller.h   BOOL tutorialShowing_;
BOOL               73 chrome/browser/ui/cocoa/browser/profile_chooser_controller.h   BOOL isGuestSession_;
BOOL               39 chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h   BOOL autoClose_;
BOOL               45 chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h   BOOL isMouseInside_;
BOOL               59 chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h - (void)showAnchoredAt:(NSPoint)anchorPoint autoClose:(BOOL)autoClose;
BOOL               94 chrome/browser/ui/cocoa/browser_window_controller.h   BOOL initializing_;  // YES while we are currently in initWithBrowser:
BOOL               95 chrome/browser/ui/cocoa/browser_window_controller.h   BOOL ownsBrowser_;  // Only ever NO when testing
BOOL              109 chrome/browser/ui/cocoa/browser_window_controller.h   BOOL isShrinkingFromZoomed_;
BOOL              135 chrome/browser/ui/cocoa/browser_window_controller.h   BOOL enteringFullscreen_;
BOOL              140 chrome/browser/ui/cocoa/browser_window_controller.h   BOOL enteringPresentationMode_;
BOOL              159 chrome/browser/ui/cocoa/browser_window_controller.h   BOOL barVisibilityUpdatesEnabled_;
BOOL              189 chrome/browser/ui/cocoa/browser_window_controller.h               shouldShow:(BOOL)showSigninMenuItem
BOOL              242 chrome/browser/ui/cocoa/browser_window_controller.h - (void)setStarredState:(BOOL)isStarred;
BOOL              245 chrome/browser/ui/cocoa/browser_window_controller.h - (void)setCurrentPageIsTranslated:(BOOL)on;
BOOL              250 chrome/browser/ui/cocoa/browser_window_controller.h - (void)zoomChangedForActiveTab:(BOOL)canShowBubble;
BOOL              259 chrome/browser/ui/cocoa/browser_window_controller.h - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
BOOL              265 chrome/browser/ui/cocoa/browser_window_controller.h - (void)focusLocationBar:(BOOL)selectAll;
BOOL              277 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)shouldShowAvatar;
BOOL              280 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)shouldUseNewAvatarButton;
BOOL              282 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isBookmarkBarVisible;
BOOL              285 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isBookmarkBarAnimating;
BOOL              291 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isDownloadShelfVisible;
BOOL              311 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)handledByExtensionCommand:(NSEvent*)event;
BOOL              318 chrome/browser/ui/cocoa/browser_window_controller.h                alreadyBookmarked:(BOOL)alreadyBookmarked;
BOOL              388 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)supportsWindowFeature:(int)feature;
BOOL              392 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)hasTitleBar;
BOOL              396 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)hasToolbar;
BOOL              401 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)hasLocationBar;
BOOL              405 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)supportsBookmarkBar;
BOOL              411 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isTabbedWindow;
BOOL              435 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isFullscreen;
BOOL              439 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isInImmersiveFullscreen;
BOOL              443 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isInSystemFullscreen;
BOOL              460 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)inPresentationMode;
BOOL              482 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)isBarVisibilityLockedForOwner:(id)owner;
BOOL              484 chrome/browser/ui/cocoa/browser_window_controller.h                     withAnimation:(BOOL)animate
BOOL              485 chrome/browser/ui/cocoa/browser_window_controller.h                             delay:(BOOL)delay;
BOOL              487 chrome/browser/ui/cocoa/browser_window_controller.h                        withAnimation:(BOOL)animate
BOOL              488 chrome/browser/ui/cocoa/browser_window_controller.h                                delay:(BOOL)delay;
BOOL              491 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)floatingBarHasFocus;
BOOL              504 chrome/browser/ui/cocoa/browser_window_controller.h - (id)initWithBrowser:(Browser*)browser takeOwnership:(BOOL)ownIt;
BOOL              515 chrome/browser/ui/cocoa/browser_window_controller.h - (BOOL)adjustWindowHeightBy:(CGFloat)deltaH;
BOOL               49 chrome/browser/ui/cocoa/browser_window_controller_private.h                      fullscreen:(BOOL)fullscreen;
BOOL               60 chrome/browser/ui/cocoa/browser_window_controller_private.h - (BOOL)placeBookmarkBarBelowInfoBar;
BOOL               75 chrome/browser/ui/cocoa/browser_window_controller_private.h                     presentationMode:(BOOL)presentationMode;
BOOL              103 chrome/browser/ui/cocoa/browser_window_controller_private.h - (void)moveViewsForImmersiveFullscreen:(BOOL)fullscreen
BOOL              112 chrome/browser/ui/cocoa/browser_window_controller_private.h - (void)setPresentationModeInternal:(BOOL)presentationMode
BOOL              113 chrome/browser/ui/cocoa/browser_window_controller_private.h                       forceDropdown:(BOOL)forceDropdown;
BOOL              128 chrome/browser/ui/cocoa/browser_window_controller_private.h - (void)adjustUIForPresentationMode:(BOOL)fullscreen;
BOOL              140 chrome/browser/ui/cocoa/browser_window_controller_private.h - (void)updateSubviewZOrder:(BOOL)inPresentationMode;
BOOL              142 chrome/browser/ui/cocoa/browser_window_controller_private.h - (void)updateAllowOverlappingViews:(BOOL)inPresentationMode;
BOOL               21 chrome/browser/ui/cocoa/browser_window_utils.h + (BOOL)shouldHandleKeyboardEvent:(const content::NativeWebKeyboardEvent&)event;
BOOL               28 chrome/browser/ui/cocoa/browser_window_utils.h + (BOOL)handleKeyboardEvent:(NSEvent*)event
BOOL               29 chrome/browser/ui/cocoa/certificate_viewer_mac.h   BOOL closePending_;
BOOL               33 chrome/browser/ui/cocoa/certificate_viewer_mac.h   BOOL oldResizesSubviews_;
BOOL               17 chrome/browser/ui/cocoa/chrome_event_processing_window.h   BOOL redispatchingEvent_;
BOOL               18 chrome/browser/ui/cocoa/chrome_event_processing_window.h   BOOL eventHandled_;
BOOL               27 chrome/browser/ui/cocoa/chrome_event_processing_window.h - (BOOL)redispatchKeyEvent:(NSEvent*)event;
BOOL               33 chrome/browser/ui/cocoa/chrome_event_processing_window.h - (BOOL)handleExtraWindowKeyboardShortcut:(NSEvent*)event;
BOOL               37 chrome/browser/ui/cocoa/chrome_event_processing_window.h - (BOOL)handleDelayedWindowKeyboardShortcut:(NSEvent*)event;
BOOL               41 chrome/browser/ui/cocoa/chrome_event_processing_window.h - (BOOL)handleExtraBrowserKeyboardShortcut:(NSEvent*)event;
BOOL               44 chrome/browser/ui/cocoa/chrome_event_processing_window.h - (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
BOOL               17 chrome/browser/ui/cocoa/clickhold_button_cell.h   BOOL enableClickHold_;
BOOL               21 chrome/browser/ui/cocoa/clickhold_button_cell.h   BOOL trackOnlyInRect_;
BOOL               22 chrome/browser/ui/cocoa/clickhold_button_cell.h   BOOL activateOnDrag_;
BOOL               26 chrome/browser/ui/cocoa/clickhold_button_cell.h @property(assign, nonatomic) BOOL enableClickHold;
BOOL               34 chrome/browser/ui/cocoa/clickhold_button_cell.h @property(assign, nonatomic) BOOL trackOnlyInRect;
BOOL               38 chrome/browser/ui/cocoa/clickhold_button_cell.h @property(assign, nonatomic) BOOL activateOnDrag;
BOOL               47 chrome/browser/ui/cocoa/command_observer_bridge.h - (void)enabledStateChangedForCommand:(NSInteger)command enabled:(BOOL)enabled;
BOOL               40 chrome/browser/ui/cocoa/confirm_bubble_controller.h - (BOOL)hasOkButton;
BOOL               41 chrome/browser/ui/cocoa/confirm_bubble_controller.h - (BOOL)hasCancelButton;
BOOL               29 chrome/browser/ui/cocoa/confirm_quit_panel_controller.h + (BOOL)eventTriggersFeature:(NSEvent*)event;
BOOL               24 chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h   BOOL isMouseInside_;
BOOL               27 chrome/browser/ui/cocoa/constrained_window/constrained_window_button.h @property(nonatomic, assign) BOOL isMouseInside;
BOOL               15 chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet.h - (void)closeSheetWithAnimation:(BOOL)withAnimation;
BOOL               22 chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h   BOOL sheetDidShow_;
BOOL               28 chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_info.h @property(nonatomic, assign) BOOL sheetDidShow;
BOOL               78 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h   BOOL allowedCookiesButtonsEnabled_;
BOOL               79 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h   BOOL blockedCookiesButtonsEnabled_;
BOOL               80 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h   BOOL deleteCookiesButtonEnabled_;  // Only in the allowed pane.
BOOL              102 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h   BOOL infoBarVisible_;
BOOL              104 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h   BOOL contentSettingsChanged_;
BOOL              119 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h @property(assign, nonatomic) BOOL allowedCookiesButtonsEnabled;
BOOL              120 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h @property(assign, nonatomic) BOOL blockedCookiesButtonsEnabled;
BOOL              121 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h @property(assign, nonatomic) BOOL deleteCookiesButtonEnabled;
BOOL               71 chrome/browser/ui/cocoa/content_settings/cookie_details.h   BOOL canEditExpiration_;
BOOL               75 chrome/browser/ui/cocoa/content_settings/cookie_details.h   BOOL hasExpiration_;
BOOL              126 chrome/browser/ui/cocoa/content_settings/cookie_details.h @property(nonatomic, readonly) BOOL canEditExpiration;
BOOL              127 chrome/browser/ui/cocoa/content_settings/cookie_details.h @property(nonatomic) BOOL hasExpiration;
BOOL              139 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldHideCookieDetailsView;
BOOL              140 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowLocalStorageTreeDetailsView;
BOOL              141 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowLocalStoragePromptDetailsView;
BOOL              142 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowDatabaseTreeDetailsView;
BOOL              143 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowDatabasePromptDetailsView;
BOOL              144 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowAppCachePromptDetailsView;
BOOL              145 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowAppCacheTreeDetailsView;
BOOL              146 chrome/browser/ui/cocoa/content_settings/cookie_details.h - (BOOL)shouldShowIndexedDBTreeDetailsView;
BOOL              168 chrome/browser/ui/cocoa/content_settings/cookie_details.h    canEditExpiration:(BOOL)canEditExpiration;
BOOL               28 chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.h @property(nonatomic, readonly) BOOL hasExpiration;
BOOL               33 chrome/browser/ui/cocoa/content_settings/cookie_tree_node.h - (BOOL)isLeaf;
BOOL               21 chrome/browser/ui/cocoa/dock_icon.h   BOOL forceUpdate_;
BOOL               36 chrome/browser/ui/cocoa/dock_icon.h - (void)setIndeterminate:(BOOL)indeterminate;
BOOL               46 chrome/browser/ui/cocoa/download/download_item_cell.h   BOOL isStatusTextVisible_;
BOOL               60 chrome/browser/ui/cocoa/download/download_item_cell.h - (BOOL)isMouseOverButtonPart;
BOOL               65 chrome/browser/ui/cocoa/download/download_item_cell.h - (BOOL)isStatusTextVisible;
BOOL              116 chrome/browser/ui/cocoa/download/download_item_controller.h - (BOOL)isDangerousMode;
BOOL               50 chrome/browser/ui/cocoa/download/download_shelf_controller.h   BOOL barIsVisible_;
BOOL               53 chrome/browser/ui/cocoa/download/download_shelf_controller.h   BOOL isFullscreen_;
BOOL               56 chrome/browser/ui/cocoa/download/download_shelf_controller.h   BOOL shouldCloseOnMouseExit_;
BOOL               59 chrome/browser/ui/cocoa/download/download_shelf_controller.h   BOOL isMouseInsideView_;
BOOL              101 chrome/browser/ui/cocoa/download/download_shelf_controller.h - (void)showDownloadShelf:(BOOL)show
BOOL              102 chrome/browser/ui/cocoa/download/download_shelf_controller.h              isUserAction:(BOOL)isUserAction;
BOOL              108 chrome/browser/ui/cocoa/download/download_shelf_controller.h - (BOOL)isVisible;
BOOL               22 chrome/browser/ui/cocoa/drag_util.h BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info);
BOOL               58 chrome/browser/ui/cocoa/draggable_button_mixin.h - (DraggableButtonResult)secondaryMouseUpAction:(BOOL)wasInside;
BOOL               71 chrome/browser/ui/cocoa/draggable_button_mixin.h     indicates:(BOOL*)result;
BOOL               81 chrome/browser/ui/cocoa/draggable_button_mixin.h     indicates:(BOOL*)result;
BOOL               96 chrome/browser/ui/cocoa/draggable_button_mixin.h   BOOL draggable_;
BOOL               99 chrome/browser/ui/cocoa/draggable_button_mixin.h   BOOL actionHasFired_;
BOOL              102 chrome/browser/ui/cocoa/draggable_button_mixin.h   BOOL actsOnMouseDown_;
BOOL              113 chrome/browser/ui/cocoa/draggable_button_mixin.h @property(nonatomic) BOOL actionHasFired;
BOOL              116 chrome/browser/ui/cocoa/draggable_button_mixin.h @property(nonatomic) BOOL draggable;
BOOL              121 chrome/browser/ui/cocoa/draggable_button_mixin.h @property(nonatomic) BOOL actsOnMouseDown;
BOOL               44 chrome/browser/ui/cocoa/extensions/browser_action_button.h   BOOL isBeingDragged_;
BOOL               49 chrome/browser/ui/cocoa/extensions/browser_action_button.h   BOOL dragCouldStart_;
BOOL               64 chrome/browser/ui/cocoa/extensions/browser_action_button.h - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
BOOL               68 chrome/browser/ui/cocoa/extensions/browser_action_button.h - (BOOL)isAnimating;
BOOL               74 chrome/browser/ui/cocoa/extensions/browser_action_button.h @property(readonly, nonatomic) BOOL isBeingDragged;
BOOL               41 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h   BOOL userIsResizing_;
BOOL               46 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h   BOOL resizable_;
BOOL               51 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h   BOOL canDragLeft_;
BOOL               55 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h   BOOL canDragRight_;
BOOL               61 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h   BOOL grippyPinned_;
BOOL               66 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
BOOL               74 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h @property(nonatomic) BOOL canDragLeft;
BOOL               75 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h @property(nonatomic) BOOL canDragRight;
BOOL               76 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h @property(nonatomic) BOOL grippyPinned;
BOOL               77 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h @property(nonatomic,getter=isResizable) BOOL resizable;
BOOL               79 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h @property(readonly, nonatomic) BOOL userIsResizing;
BOOL               86 chrome/browser/ui/cocoa/extensions/browser_actions_controller.h - (void)resizeContainerAndAnimate:(BOOL)animate;
BOOL              105 chrome/browser/ui/cocoa/extensions/browser_actions_controller.h - (BOOL)chevronIsHidden;
BOOL               50 chrome/browser/ui/cocoa/extensions/extension_install_view_controller.h   BOOL isComputingRowHeight_;
BOOL               70 chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h   BOOL pageActionPreviewShowing_;
BOOL              104 chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h @property(nonatomic) BOOL pageActionPreviewShowing;
BOOL              118 chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h - (BOOL)textView:(NSTextView*)aTextView
BOOL              148 chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h - (BOOL)showSyncPromo;
BOOL               52 chrome/browser/ui/cocoa/extensions/extension_popup_controller.h   BOOL beingInspected_;
BOOL               56 chrome/browser/ui/cocoa/extensions/extension_popup_controller.h   BOOL ignoreWindowDidResignKey_;
BOOL               81 chrome/browser/ui/cocoa/extensions/extension_popup_controller.h                              devMode:(BOOL)devMode;
BOOL               89 chrome/browser/ui/cocoa/extensions/extension_popup_controller.h - (BOOL)isClosing;
BOOL               96 chrome/browser/ui/cocoa/extensions/extension_popup_controller.h - (void)setBeingInspected:(BOOL)beingInspected;
BOOL               18 chrome/browser/ui/cocoa/fast_resize_view.h   BOOL fastResizeMode_;
BOOL               25 chrome/browser/ui/cocoa/fast_resize_view.h - (void)setFastResizeMode:(BOOL)fastResizeMode;
BOOL               51 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h   BOOL suppressPboardUpdateActions_;
BOOL               80 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h - (void)showFindBar:(BOOL)animate;
BOOL               81 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h - (void)hideFindBar:(BOOL)animate;
BOOL               95 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h - (BOOL)isFindBarVisible;
BOOL               96 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h - (BOOL)isFindBarAnimating;
BOOL               19 chrome/browser/ui/cocoa/find_bar/find_bar_view.h - (BOOL)nonWebContentView;
BOOL               15 chrome/browser/ui/cocoa/first_run_dialog.h   BOOL statsEnabled_;
BOOL               16 chrome/browser/ui/cocoa/first_run_dialog.h   BOOL makeDefaultBrowser_;
BOOL               21 chrome/browser/ui/cocoa/first_run_dialog.h   BOOL beenSized_;
BOOL               31 chrome/browser/ui/cocoa/first_run_dialog.h @property(assign, nonatomic) BOOL statsEnabled;
BOOL               32 chrome/browser/ui/cocoa/first_run_dialog.h @property(assign, nonatomic) BOOL makeDefaultBrowser;
BOOL               28 chrome/browser/ui/cocoa/framed_browser_window.h   BOOL shouldHideTitle_;
BOOL               29 chrome/browser/ui/cocoa/framed_browser_window.h   BOOL hasTabStrip_;
BOOL               39 chrome/browser/ui/cocoa/framed_browser_window.h               hasTabStrip:(BOOL)hasTabStrip;
BOOL               42 chrome/browser/ui/cocoa/framed_browser_window.h - (void)setShouldHideTitle:(BOOL)flag;
BOOL               57 chrome/browser/ui/cocoa/framed_browser_window.h + (BOOL)drawWindowThemeInDirtyRect:(NSRect)dirtyRect
BOOL               60 chrome/browser/ui/cocoa/framed_browser_window.h               forceBlackBackground:(BOOL)forceBlackBackground;
BOOL               73 chrome/browser/ui/cocoa/framed_browser_window.h -(BOOL)_isTitleHidden;
BOOL               57 chrome/browser/ui/cocoa/gradient_button_cell.h   BOOL isMouseInside_;
BOOL               59 chrome/browser/ui/cocoa/gradient_button_cell.h   BOOL shouldTheme_;
BOOL               70 chrome/browser/ui/cocoa/gradient_button_cell.h - (void)setShouldTheme:(BOOL)shouldTheme;
BOOL               75 chrome/browser/ui/cocoa/gradient_button_cell.h               showClickedGradient:(BOOL)showClickedGradient
BOOL               76 chrome/browser/ui/cocoa/gradient_button_cell.h             showHighlightGradient:(BOOL)showHighlightGradient
BOOL               78 chrome/browser/ui/cocoa/gradient_button_cell.h                            active:(BOOL)active
BOOL               84 chrome/browser/ui/cocoa/gradient_button_cell.h - (void)setMouseInside:(BOOL)flag animate:(BOOL)animate;
BOOL               96 chrome/browser/ui/cocoa/gradient_button_cell.h - (void)setIsContinuousPulsing:(BOOL)continuous;
BOOL               99 chrome/browser/ui/cocoa/gradient_button_cell.h - (BOOL)isContinuousPulsing;
BOOL              107 chrome/browser/ui/cocoa/gradient_button_cell.h - (BOOL)isMouseReallyInside;
BOOL              122 chrome/browser/ui/cocoa/gradient_button_cell.h - (BOOL)isMouseInside;
BOOL              123 chrome/browser/ui/cocoa/gradient_button_cell.h - (BOOL)pulsing;
BOOL               41 chrome/browser/ui/cocoa/history_overlay_controller.h - (void)setProgress:(CGFloat)gestureAmount finished:(BOOL)finished;
BOOL               14 chrome/browser/ui/cocoa/hyperlink_text_view.h   BOOL acceptsFirstResponder_;
BOOL               15 chrome/browser/ui/cocoa/hyperlink_text_view.h   BOOL drawsBackgroundUsingSuperview_;
BOOL               18 chrome/browser/ui/cocoa/hyperlink_text_view.h @property(nonatomic, assign) BOOL drawsBackgroundUsingSuperview;
BOOL               43 chrome/browser/ui/cocoa/hyperlink_text_view.h - (void)setAcceptsFirstResponder:(BOOL)acceptsFirstResponder;
BOOL               32 chrome/browser/ui/cocoa/image_button_cell.h - (void)mouseInsideStateDidChange:(BOOL)isInside;
BOOL               44 chrome/browser/ui/cocoa/image_button_cell.h   BOOL isMouseInside_;
BOOL               47 chrome/browser/ui/cocoa/image_button_cell.h @property(assign, nonatomic) BOOL isMouseInside;
BOOL               28 chrome/browser/ui/cocoa/info_bubble_window.h   BOOL closing_;
BOOL               34 chrome/browser/ui/cocoa/info_bubble_window.h   BOOL canBecomeKeyWindow_;
BOOL               40 chrome/browser/ui/cocoa/info_bubble_window.h @property(nonatomic) BOOL canBecomeKeyWindow;
BOOL               45 chrome/browser/ui/cocoa/info_bubble_window.h - (BOOL)isClosing;
BOOL               29 chrome/browser/ui/cocoa/infobars/infobar_container_controller.h - (BOOL)shouldSuppressTopInfoBarTip;
BOOL               54 chrome/browser/ui/cocoa/infobars/infobar_container_controller.h   BOOL shouldSuppressTopInfoBarTip_;
BOOL               57 chrome/browser/ui/cocoa/infobars/infobar_container_controller.h   BOOL isAnimating_;
BOOL               65 chrome/browser/ui/cocoa/infobars/infobar_container_controller.h @property(nonatomic, assign) BOOL shouldSuppressTopInfoBarTip;
BOOL               90 chrome/browser/ui/cocoa/infobars/infobar_container_controller.h - (void)positionInfoBarsAndRedraw:(BOOL)isAnimating;
BOOL               52 chrome/browser/ui/cocoa/infobars/infobar_controller.h - (BOOL)isOwned;
BOOL               19 chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h   BOOL hasTip_;
BOOL               25 chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h @property(assign, nonatomic) BOOL hasTip;
BOOL              103 chrome/browser/ui/cocoa/infobars/translate_infobar_base.h - (void)rebuildOptionsMenu:(BOOL)hideTitle;
BOOL              106 chrome/browser/ui/cocoa/infobars/translate_infobar_base.h - (BOOL)shouldShowOptionsPopUp;
BOOL               29 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h   BOOL hideFocusState_;
BOOL               32 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h   BOOL isPopupMode_;
BOOL               38 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h @property(assign, nonatomic) BOOL isPopupMode;
BOOL               78 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h - (BOOL)mouseDown:(NSEvent*)theEvent
BOOL              106 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h - (BOOL)hideFocusState;
BOOL              107 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h - (void)setHideFocusState:(BOOL)hideFocusState
BOOL               36 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h   BOOL interpretingKeyEvents_;
BOOL               39 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h   BOOL textChangedByKeyEvents_;
BOOL               33 chrome/browser/ui/cocoa/location_bar/zoom_decoration.h   void ShowBubble(BOOL auto_close);
BOOL               28 chrome/browser/ui/cocoa/menu_button.h   BOOL openMenuOnClick_;
BOOL               29 chrome/browser/ui/cocoa/menu_button.h   BOOL openMenuOnRightClick_;
BOOL               43 chrome/browser/ui/cocoa/menu_button.h @property(assign, nonatomic) BOOL openMenuOnClick;
BOOL               46 chrome/browser/ui/cocoa/menu_button.h @property(assign, nonatomic) BOOL openMenuOnRightClick;
BOOL               19 chrome/browser/ui/cocoa/new_tab_button.h - (BOOL)pointIsOverButton:(NSPoint)point;
BOOL               55 chrome/browser/ui/cocoa/notifications/balloon_controller.h   BOOL optionMenuIsActive_;
BOOL               56 chrome/browser/ui/cocoa/notifications/balloon_controller.h   BOOL delayedClose_;
BOOL               15 chrome/browser/ui/cocoa/nsmenuitem_additions.h - (BOOL)cr_firesForKeyEvent:(NSEvent*)event;
BOOL               19 chrome/browser/ui/cocoa/nsmenuitem_additions.h - (BOOL)cr_firesForKeyEventIfEnabled:(NSEvent*)event;
BOOL               16 chrome/browser/ui/cocoa/nsview_additions.h - (BOOL)cr_isMouseInView;
BOOL               19 chrome/browser/ui/cocoa/nsview_additions.h - (BOOL)cr_isBelowView:(NSView*)otherView;
BOOL               22 chrome/browser/ui/cocoa/nsview_additions.h - (BOOL)cr_isAboveView:(NSView*)otherView;
BOOL               33 chrome/browser/ui/cocoa/nsview_additions.h - (void)cr_recursivelySetNeedsDisplay:(BOOL)flag;
BOOL               37 chrome/browser/ui/cocoa/nsview_additions.h - (void)cr_setWantsLayer:(BOOL)wantsLayer;
BOOL               30 chrome/browser/ui/cocoa/one_click_signin_view_controller.h   BOOL isSyncDialog_;
BOOL               33 chrome/browser/ui/cocoa/one_click_signin_view_controller.h   BOOL clickedLearnMore_;
BOOL               60 chrome/browser/ui/cocoa/one_click_signin_view_controller.h          isSyncDialog:(BOOL)isSyncDialog
BOOL               35 chrome/browser/ui/cocoa/panels/mouse_drag_controller.h - (void)dragEnded:(BOOL)cancelled;
BOOL               33 chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h   BOOL disableReordering_;
BOOL               61 chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h   BOOL isDrawingAttention_;
BOOL               86 chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h - (void)setMinimizeButtonVisibility:(BOOL)visible;
BOOL               87 chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h - (void)setRestoreButtonVisibility:(BOOL)visible;
BOOL              100 chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.h - (BOOL)isDrawingAttention;
BOOL               36 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h   BOOL animateOnBoundsChange_;
BOOL               37 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h   BOOL throbberShouldSpin_;
BOOL               38 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h   BOOL playingMinimizeAnimation_;
BOOL               40 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h   BOOL canBecomeKeyWindow_;
BOOL               45 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h   BOOL activationRequestedByPanel_;
BOOL               47 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h   BOOL userResizing_;
BOOL               73 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (void)updateThrobber:(BOOL)shouldSpin;
BOOL               92 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h               animate:(BOOL)animate;
BOOL               97 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (void)endDrag:(BOOL)cancelled;
BOOL              118 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (BOOL)isAnimatingBounds;
BOOL              125 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (void)preventBecomingKeyWindow:(BOOL)prevent;
BOOL              132 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (BOOL)canBecomeKeyWindow;
BOOL              135 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (BOOL)activationRequestedByPanel;
BOOL              141 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (void)updateWindowLevel:(BOOL)panelIsMinimized;
BOOL              151 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (void)showShadow:(BOOL)show;
BOOL              156 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (BOOL)isMiniaturized;
BOOL              160 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h - (BOOL)canResizeByMouseAtCurrentLocation;
BOOL               38 chrome/browser/ui/cocoa/presentation_mode_controller.h   BOOL enteringPresentationMode_;
BOOL               41 chrome/browser/ui/cocoa/presentation_mode_controller.h   BOOL inPresentationMode_;
BOOL               76 chrome/browser/ui/cocoa/presentation_mode_controller.h @property(readonly, nonatomic) BOOL inPresentationMode;
BOOL               89 chrome/browser/ui/cocoa/presentation_mode_controller.h                                showDropdown:(BOOL)showDropdown;
BOOL              104 chrome/browser/ui/cocoa/presentation_mode_controller.h - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay;
BOOL              105 chrome/browser/ui/cocoa/presentation_mode_controller.h - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay;
BOOL               47 chrome/browser/ui/cocoa/profile_menu_controller.h - (BOOL)insertItemsIntoMenu:(NSMenu*)menu
BOOL               49 chrome/browser/ui/cocoa/profile_menu_controller.h                    fromDock:(BOOL)dock;
BOOL               30 chrome/browser/ui/cocoa/sprite_view.h - (void)setImage:(NSImage*)image withToastAnimation:(BOOL)animate;
BOOL               35 chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.h   BOOL closePending_;
BOOL               39 chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.h   BOOL oldResizesSubviews_;
BOOL               54 chrome/browser/ui/cocoa/styled_text_field_cell.h - (BOOL)shouldDrawBezel;
BOOL               43 chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h    BOOL isEmbeddingFullscreenWidget_;
BOOL               51 chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h     andAutoEmbedFullscreen:(BOOL)enableEmbeddedFullscreen;
BOOL               84 chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h - (void)toggleFullscreenWidget:(BOOL)enterFullscreen;
BOOL               50 chrome/browser/ui/cocoa/tabs/tab_controller.h   BOOL isIconShowing_;  // last state of iconView_ in updateVisibility
BOOL               52 chrome/browser/ui/cocoa/tabs/tab_controller.h   BOOL app_;
BOOL               53 chrome/browser/ui/cocoa/tabs/tab_controller.h   BOOL mini_;
BOOL               54 chrome/browser/ui/cocoa/tabs/tab_controller.h   BOOL pinned_;
BOOL               55 chrome/browser/ui/cocoa/tabs/tab_controller.h   BOOL active_;
BOOL               56 chrome/browser/ui/cocoa/tabs/tab_controller.h   BOOL selected_;
BOOL               69 chrome/browser/ui/cocoa/tabs/tab_controller.h @property(assign, nonatomic) BOOL app;
BOOL               70 chrome/browser/ui/cocoa/tabs/tab_controller.h @property(assign, nonatomic) BOOL mini;
BOOL               71 chrome/browser/ui/cocoa/tabs/tab_controller.h @property(assign, nonatomic) BOOL pinned;
BOOL               76 chrome/browser/ui/cocoa/tabs/tab_controller.h @property(assign, nonatomic) BOOL active;
BOOL               77 chrome/browser/ui/cocoa/tabs/tab_controller.h @property(assign, nonatomic) BOOL selected;
BOOL              102 chrome/browser/ui/cocoa/tabs/tab_controller.h - (void)setIconImage:(NSImage*)image withToastAnimation:(BOOL)animate;
BOOL              114 chrome/browser/ui/cocoa/tabs/tab_controller.h - (BOOL)inRapidClosureMode;
BOOL              127 chrome/browser/ui/cocoa/tabs/tab_controller.h - (BOOL)shouldShowIcon;
BOOL              128 chrome/browser/ui/cocoa/tabs/tab_controller.h - (BOOL)shouldShowMediaIndicator;
BOOL              129 chrome/browser/ui/cocoa/tabs/tab_controller.h - (BOOL)shouldShowCloseButton;
BOOL               24 chrome/browser/ui/cocoa/tabs/tab_controller_target.h - (BOOL)isCommandEnabled:(TabStripModel::ContextMenuCommand)command
BOOL               80 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h   BOOL newTabButtonShowingHoverImage_;
BOOL              109 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h   BOOL forceNewTabButtonHidden_;
BOOL              113 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h   BOOL initialLayoutComplete_;
BOOL              138 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h   BOOL mouseInside_;
BOOL              192 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h             asPinnedTab:(BOOL)pinned
BOOL              193 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h                activate:(BOOL)activate;
BOOL              217 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h - (BOOL)isDragSessionActive;
BOOL              223 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h - (BOOL)isTabFullyVisible:(TabView*)tab;
BOOL              227 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h - (void)showNewTabButton:(BOOL)show;
BOOL              236 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h - (BOOL)inRapidClosureMode;
BOOL              240 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h - (BOOL)tabDraggingAllowed;
BOOL               22 chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h - (BOOL)tabCanBeDragged:(TabController*)tab;
BOOL               39 chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h   BOOL moveWindowOnDrag_;  // Set if the only tab of a window is dragged.
BOOL               40 chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h   BOOL tabWasDragged_;  // Has the tab been dragged?
BOOL               41 chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h   BOOL draggingWithinTabStrip_;  // Did drag stay in the current tab strip?
BOOL               42 chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h   BOOL chromeIsVisible_;
BOOL               33 chrome/browser/ui/cocoa/tabs/tab_strip_view.h   BOOL dropArrowShown_;
BOOL               37 chrome/browser/ui/cocoa/tabs/tab_strip_view.h @property(assign, nonatomic) BOOL dropArrowShown;
BOOL               55 chrome/browser/ui/cocoa/tabs/tab_strip_view.h - (BOOL)doubleClickMinimizesWindow;
BOOL               55 chrome/browser/ui/cocoa/tabs/tab_view.h   BOOL closing_;
BOOL               57 chrome/browser/ui/cocoa/tabs/tab_view.h   BOOL isMouseInside_;  // Is the mouse hovering over?
BOOL               88 chrome/browser/ui/cocoa/tabs/tab_view.h @property(assign, nonatomic) BOOL titleHidden;
BOOL              103 chrome/browser/ui/cocoa/tabs/tab_view.h @property(assign, nonatomic, getter=isClosing) BOOL closing;
BOOL              114 chrome/browser/ui/cocoa/tabs/tab_view.h - (void)setTrackingEnabled:(BOOL)enabled;
BOOL               37 chrome/browser/ui/cocoa/tabs/tab_window_controller.h   BOOL closeDeferred_;  // If YES, call performClose: in removeOverlay:.
BOOL               43 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (id)initTabWindowControllerWithTabStrip:(BOOL)hasTabStrip;
BOOL               53 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)shouldConstrainFrameRect;
BOOL               79 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)isDragSessionActive;
BOOL               85 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)tabDraggingAllowed;
BOOL               86 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)tabTearingAllowed;
BOOL               87 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)windowMovementAllowed;
BOOL               91 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (void)showNewTabButton:(BOOL)show;
BOOL               97 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)isTabFullyVisible:(TabView*)tab;
BOOL              101 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)canReceiveFrom:(TabWindowController*)source;
BOOL              121 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)hasLiveTabs;
BOOL              134 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)hasTabStrip;
BOOL              137 chrome/browser/ui/cocoa/tabs/tab_window_controller.h - (BOOL)isTabDraggable:(NSView*)tabView;
BOOL               33 chrome/browser/ui/cocoa/toolbar/reload_button.h - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
BOOL               15 chrome/browser/ui/cocoa/toolbar/toolbar_button.h   BOOL handleMiddleClick_;
BOOL               19 chrome/browser/ui/cocoa/toolbar/toolbar_button.h @property(assign, nonatomic) BOOL handleMiddleClick;
BOOL               24 chrome/browser/ui/cocoa/toolbar/toolbar_button.h - (BOOL)shouldHandleEvent:(NSEvent*)theEvent;
BOOL               78 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h   BOOL hasToolbar_;  // If NO, we may have only the location bar.
BOOL               79 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h   BOOL hasLocationBar_;  // If |hasToolbar_| is YES, this must also be YES.
BOOL               80 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h   BOOL locationBarAtMinSize_; // If the location bar is at the minimum size.
BOOL              115 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h - (void)focusLocationBar:(BOOL)selectAll;
BOOL              123 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h - (void)setStarredState:(BOOL)isStarred;
BOOL              126 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h - (void)setTranslateIconLit:(BOOL)on;
BOOL              131 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h - (void)zoomChangedForActiveTab:(BOOL)canShowBubble;
BOOL              137 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
BOOL              142 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h - (void)setHasToolbar:(BOOL)toolbar hasLocationBar:(BOOL)locBar;
BOOL               25 chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.h       shouldAnimate:(BOOL)shouldAnimate;
BOOL               30 chrome/browser/ui/cocoa/translate/translate_bubble_controller.h   BOOL translateExecuted_;
BOOL               33 chrome/browser/ui/cocoa/url_drop_target.h - (BOOL)performDragOperation:(id<NSDraggingInfo>)sender;
BOOL               49 chrome/browser/ui/cocoa/url_drop_target.h - (BOOL)performDragOperation:(id<NSDraggingInfo>)sender;
BOOL               59 chrome/browser/ui/cocoa/url_drop_target.h - (BOOL)isUnsupportedDropData:(id<NSDraggingInfo>)info;
BOOL               24 chrome/browser/ui/cocoa/view_resizer.h - (void)setAnimationInProgress:(BOOL)inProgress;
BOOL               42 chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h     customizationMode:(BOOL)customizationMode;
BOOL               88 chrome/browser/ui/cocoa/website_settings_bubble_controller.h             isInternalPage:(BOOL)isInternalPage;
BOOL               27 chrome/browser/ui/cocoa/wrench_menu/menu_tracked_button.h   BOOL didEnter_;
BOOL               31 chrome/browser/ui/cocoa/wrench_menu/menu_tracked_button.h   BOOL tracking_;
BOOL               38 chrome/browser/ui/cocoa/wrench_menu/menu_tracked_button.h @property(nonatomic, readonly, getter=isTracking) BOOL tracking;
BOOL             1559 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc BOOL CALLBACK EnumerateChildren(HWND hwnd, LPARAM l_param) {
BOOL              348 chrome/browser/ui/metro_pin_tab_helper_win.cc   typedef BOOL (*MetroIsPinnedToStartScreen)(const base::string16&);
BOOL              271 chrome/browser/ui/views/app_list/win/app_list_service_win.cc     BOOL disable_value = TRUE;
BOOL               42 chrome/browser/ui/views/certificate_viewer_win.cc   BOOL properties_changed;
BOOL               51 chrome/browser/ui/views/certificate_viewer_win.cc   BOOL rv = ::CryptUIDlgViewCertificate(&view_info, &properties_changed);
BOOL               81 chrome/browser/ui/views/location_bar/star_view_browsertest.cc BOOL CALLBACK EnumerateChildren(HWND hwnd, LPARAM l_param) {
BOOL              229 chrome/browser/ui/views/panels/panel_frame_view.cc     BOOL shadow_enabled = FALSE;
BOOL               39 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   BOOL enable_value = enable;
BOOL               29 chrome/browser/ui/views/status_icons/status_icon_win.cc   BOOL result = Shell_NotifyIcon(NIM_ADD, &icon_data);
BOOL               85 chrome/browser/ui/views/status_icons/status_icon_win.cc   BOOL result = Shell_NotifyIcon(NIM_ADD, &icon_data);
BOOL               97 chrome/browser/ui/views/status_icons/status_icon_win.cc   BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
BOOL              113 chrome/browser/ui/views/status_icons/status_icon_win.cc   BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
BOOL              142 chrome/browser/ui/views/status_icons/status_icon_win.cc   BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
BOOL               36 chrome/browser/ui/views/tabs/window_finder_win.cc   static BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) {
BOOL              116 chrome/browser/ui/views/tabs/window_finder_win.cc     BOOL is_point_in_region = PtInRegion(tmp_region_.Get(),
BOOL              279 chrome/browser/ui/webui/help/version_updater_win.cc BOOL CALLBACK WindowEnumeration(HWND window, LPARAM param) {
BOOL              120 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc BOOL CALLBACK EnumerateChildren(HWND hwnd, LPARAM l_param) {
BOOL               40 chrome/common/mac/objc_zombie.h - (BOOL)shouldBecomeCrZombie;
BOOL              154 chrome/installer/gcapi/gcapi.cc bool CanReOfferChrome(BOOL set_flag) {
BOOL              259 chrome/installer/gcapi/gcapi.cc   BOOL check = ::AllocateAndInitializeSid(&NtAuthority, 2,
BOOL              360 chrome/installer/gcapi/gcapi.cc BOOL CALLBACK ChromeWindowEnumProc(HWND hwnd, LPARAM lparam) {
BOOL              401 chrome/installer/gcapi/gcapi.cc BOOL __stdcall GoogleChromeCompatibilityCheck(BOOL set_flag,
BOOL              441 chrome/installer/gcapi/gcapi.cc BOOL __stdcall LaunchGoogleChrome() {
BOOL              524 chrome/installer/gcapi/gcapi.cc BOOL __stdcall LaunchGoogleChromeWithDimensions(int x,
BOOL              589 chrome/installer/gcapi/gcapi.cc BOOL __stdcall LaunchGoogleChromeInBackground() {
BOOL              627 chrome/installer/gcapi/gcapi.cc BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
BOOL              668 chrome/installer/gcapi/gcapi.cc BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
BOOL              671 chrome/installer/gcapi/gcapi.cc   BOOL result = FALSE;
BOOL              690 chrome/installer/gcapi/gcapi.cc BOOL __stdcall CanOfferRelaunch(const wchar_t** partner_brandcode_list,
BOOL              764 chrome/installer/gcapi/gcapi.cc BOOL __stdcall SetRelaunchOffered(const wchar_t** partner_brandcode_list,
BOOL               60 chrome/installer/gcapi/gcapi.h BOOL __stdcall GoogleChromeCompatibilityCheck(BOOL set_flag,
BOOL               67 chrome/installer/gcapi/gcapi.h BOOL __stdcall LaunchGoogleChrome();
BOOL               73 chrome/installer/gcapi/gcapi.h BOOL __stdcall LaunchGoogleChromeInBackground();
BOOL               84 chrome/installer/gcapi/gcapi.h BOOL __stdcall LaunchGoogleChromeWithDimensions(int x,
BOOL              106 chrome/installer/gcapi/gcapi.h BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
BOOL              116 chrome/installer/gcapi/gcapi.h BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
BOOL              127 chrome/installer/gcapi/gcapi.h BOOL __stdcall CanOfferRelaunch(const wchar_t** partner_brandcode_list,
BOOL              141 chrome/installer/gcapi/gcapi.h BOOL __stdcall SetRelaunchOffered(const wchar_t** partner_brandcode_list,
BOOL              148 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_CompatibilityCheck)(BOOL, int, DWORD *);
BOOL              149 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_LaunchGC)();
BOOL              150 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_LaunchGoogleChromeInBackground)();
BOOL              151 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_LaunchGCWithDimensions)(int, int, int, int, bool);
BOOL              153 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_CanOfferReactivation)(const wchar_t*,
BOOL              156 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_ReactivateChrome)(const wchar_t*,
BOOL              159 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_CanOfferRelaunch)(const wchar_t**,
BOOL              163 chrome/installer/gcapi/gcapi.h typedef BOOL (__stdcall *GCCC_SetRelaunchOffered)(const wchar_t**,
BOOL               19 chrome/installer/gcapi/gcapi_dll.cc extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
BOOL               14 chrome/installer/gcapi/gcapi_test.cc   BOOL result_flag_on = FALSE;
BOOL               15 chrome/installer/gcapi/gcapi_test.cc   BOOL result_flag_off = FALSE;
BOOL               47 chrome/installer/gcapi/gcapi_test.cc     BOOL result_flag_off = gccfn(FALSE, GCAPI_INVOKED_STANDARD_SHELL, &reason);
BOOL               48 chrome/installer/gcapi/gcapi_test.cc     BOOL result_flag_on = gccfn(TRUE, GCAPI_INVOKED_STANDARD_SHELL, &reason);
BOOL              172 chrome/installer/mini_installer/decompress.cc typedef BOOL (DIAMONDAPI* FDIDestroyFn)(HFDI fdi);
BOOL              173 chrome/installer/mini_installer/decompress.cc typedef BOOL (DIAMONDAPI* FDICopyFn)(HFDI fdi, char* cab, char* cab_path,
BOOL              333 chrome/installer/mini_installer/mini_installer.cc BOOL CALLBACK OnResourceFound(HMODULE module, const wchar_t* type,
BOOL              208 chrome/installer/setup/setup_util.cc   BOOL ok = ::CreateProcess(NULL, rundll32, NULL, NULL, FALSE, CREATE_SUSPENDED,
BOOL              346 chrome/installer/setup/setup_util.cc       BOOL result = ::SetPriorityClass(::GetCurrentProcess(),
BOOL              208 chrome/installer/setup/setup_util_unittest.cc     BOOL result = ::SetPriorityClass(this_process, priority_class);
BOOL              222 chrome/installer/setup/setup_util_unittest.cc   BOOL result = ::SetPriorityClass(::GetCurrentProcess(),
BOOL               57 chrome/installer/test/resource_loader.cc     BOOL result = FreeLibrary(module_);
BOOL               21 chrome/installer/test/resource_updater.cc     BOOL result = EndUpdateResource(handle_, TRUE);
BOOL               29 chrome/installer/util/lzma_util.cc     BOOL res = ReadFile(file, data, maxSize, &processedLoc, NULL);
BOOL             1091 chrome/installer/util/shell_util.cc   BOOL result;
BOOL               39 chrome/test/data/safe_browsing/module_with_exports.cc extern "C" BOOL WINAPI DllMain(HINSTANCE, DWORD, void*) {
BOOL               23 chrome/test/security_tests/security_tests.cc BOOL APIENTRY DllMain(HMODULE module, DWORD ul_reason_for_call,
BOOL               31 chrome/test/security_tests/security_tests.cc BOOL __declspec(dllexport) __cdecl RunRendererTests(int *test_count) {
BOOL               56 chrome/test/security_tests/security_tests.cc BOOL __declspec(dllexport) __cdecl RunPluginTests(int *test_count) {
BOOL              122 chrome/utility/image_writer/image_writer_handler.cc   BOOL status = DeviceIoControl(
BOOL               12 chrome/utility/importer/nss_decryptor_win.cc typedef BOOL (WINAPI* SetDllDirectoryFunc)(LPCTSTR lpPathName);
BOOL              302 chrome_elf/blacklist/blacklist.cc   BOOL page_executable = false;
BOOL                7 chrome_elf/blacklist/test/blacklist_test_dll_1.cc BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
BOOL               14 chrome_elf/blacklist/test/blacklist_test_dll_2.cc BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
BOOL                9 chrome_elf/blacklist/test/blacklist_test_dll_3.cc BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
BOOL               11 chrome_elf/blacklist/test/blacklist_test_main_dll.cc BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
BOOL               17 chrome_elf/chrome_elf_main.cc BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
BOOL                9 chrome_elf/chrome_redirects_main.cc BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
BOOL               21 chrome_elf/create_file/chrome_create_file.cc typedef BOOL (WINAPI *PathIsUNCFunction)(
BOOL               24 chrome_elf/create_file/chrome_create_file.cc typedef BOOL (WINAPI *PathAppendFunction)(
BOOL               28 chrome_elf/create_file/chrome_create_file.cc typedef BOOL (WINAPI *PathIsPrefixFunction)(
BOOL               34 chrome_elf/thunk_getter.cc   typedef BOOL(WINAPI * IsWow64ProcessFunc)(HANDLE, PBOOL);
BOOL               39 chrome_elf/thunk_getter.cc   BOOL is_wow64 = FALSE;
BOOL              263 chromeos/dbus/shill_client_unittest_base.cc       case dbus::Message::BOOL:
BOOL               48 cloud_print/service/win/chrome_launcher.cc BOOL CALLBACK CloseIfPidEqual(HWND wnd, LPARAM lparam) {
BOOL              389 cloud_print/service/win/cloud_print_service.cc   static BOOL WINAPI ConsoleCtrlHandler(DWORD type);
BOOL              400 cloud_print/service/win/cloud_print_service.cc BOOL CloudPrintServiceModule::ConsoleCtrlHandler(DWORD type) {
BOOL               69 cloud_print/service/win/cloud_print_service_config.cc                        BOOL& handled);
BOOL               70 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnCtrColor(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
BOOL               71 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled);
BOOL               72 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnStart(UINT, INT nIdentifier, HWND, BOOL& handled);
BOOL               73 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled);
BOOL               74 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled);
BOOL               75 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
BOOL              209 cloud_print/service/win/cloud_print_service_config.cc                                   BOOL& handled) {
BOOL              236 cloud_print/service/win/cloud_print_service_config.cc                                 BOOL& handled) {
BOOL              244 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnStart(UINT, INT nIdentifier, HWND, BOOL& handled) {
BOOL              254 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled) {
BOOL              265 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled) {
BOOL              270 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled) {
BOOL              276 cloud_print/service/win/cloud_print_service_config.cc                                BOOL& handled) {
BOOL              313 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2EnumPorts(HANDLE,
BOOL              381 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2OpenPort(HANDLE, wchar_t*, HANDLE* handle) {
BOOL              391 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2StartDocPort(HANDLE port_handle,
BOOL              439 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2WritePort(HANDLE port_handle,
BOOL              457 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2ReadPort(HANDLE, BYTE*, DWORD, DWORD* read_bytes) {
BOOL              464 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2EndDocPort(HANDLE port_handle) {
BOOL              512 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2ClosePort(HANDLE port_handle) {
BOOL              531 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2XcvOpenPort(HANDLE,
BOOL              583 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI Monitor2XcvClosePort(HANDLE handle) {
BOOL              589 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI MonitorUiAddPortUi(const wchar_t*,
BOOL              597 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc BOOL WINAPI MonitorUiConfigureOrDeletePortUI(const wchar_t*,
BOOL               26 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2EnumPorts(HANDLE,
BOOL               34 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2OpenPort(HANDLE monitor_data, wchar_t*, HANDLE* handle);
BOOL               36 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2StartDocPort(HANDLE port_handle,
BOOL               42 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2WritePort(HANDLE port,
BOOL               47 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2ReadPort(HANDLE, BYTE*, DWORD, DWORD* bytes_read);
BOOL               49 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2EndDocPort(HANDLE port_handle);
BOOL               51 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2ClosePort(HANDLE port_handle);
BOOL               55 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2XcvOpenPort(HANDLE monitor,
BOOL               68 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI Monitor2XcvClosePort(HANDLE handle);
BOOL               74 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI MonitorUiAddPortUi(const wchar_t*,
BOOL               79 cloud_print/virtual_driver/win/port_monitor/port_monitor.h BOOL WINAPI MonitorUiConfigureOrDeletePortUI(const wchar_t*,
BOOL               16 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnEnumPorts)(HANDLE,
BOOL               24 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnOpenPort)(HANDLE monitor_data, wchar_t*, HANDLE* handle);
BOOL               28 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnStartDocPort)(HANDLE port_handle,
BOOL               34 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnWritePort)(HANDLE port,
BOOL               39 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnReadPort)(HANDLE, BYTE*, DWORD, DWORD* bytes_read);
BOOL               41 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnEndDocPort)(HANDLE port_handle);
BOOL               43 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnClosePort)(HANDLE  port_handle);
BOOL               57 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnXcvOpenPort)(HANDLE monitor,
BOOL               70 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnXcvClosePort)(HANDLE handle);
BOOL               78 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnAddPortUI)(const wchar_t*,
BOOL               83 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnConfigurePortUI)(const wchar_t*,
BOOL               87 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL (WINAPI *pfnDeletePortUI)(const wchar_t*,
BOOL               97 cloud_print/virtual_driver/win/port_monitor/spooler_win.h   BOOL bLocal;
BOOL              473 components/breakpad/tools/crash_service.cc   BOOL sacl_present = FALSE;
BOOL              474 components/breakpad/tools/crash_service.cc   BOOL sacl_defaulted = FALSE;
BOOL               37 components/os_crypt/os_crypt_win.cc   BOOL result = CryptProtectData(&input, L"", NULL, NULL, NULL,
BOOL               58 components/os_crypt/os_crypt_win.cc   BOOL result = CryptUnprotectData(&input, NULL, NULL, NULL, NULL,
BOOL              188 components/policy/core/common/policy_loader_win.cc     BOOL result = 0;
BOOL              203 components/policy/core/common/policy_loader_win.cc   typedef BOOL (WINAPI* IsWow64Process)(HANDLE, PBOOL);
BOOL              204 components/policy/core/common/policy_loader_win.cc   typedef BOOL (WINAPI* Wow64DisableWow64FSRedirection)(PVOID*);
BOOL              205 components/policy/core/common/policy_loader_win.cc   typedef BOOL (WINAPI* Wow64RevertWow64FSRedirection)(PVOID);
BOOL              264 components/policy/core/common/policy_loader_win.cc   virtual BOOL FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) OVERRIDE {
BOOL               42 components/policy/core/common/policy_loader_win.h   virtual BOOL FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) = 0;
BOOL              204 components/policy/core/common/policy_loader_win_unittest.cc   virtual BOOL FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) OVERRIDE;
BOOL              255 components/policy/core/common/policy_loader_win_unittest.cc   virtual BOOL FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) OVERRIDE;
BOOL              448 components/policy/core/common/policy_loader_win_unittest.cc BOOL RegistryTestHarness::FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) {
BOOL              551 components/policy/core/common/policy_loader_win_unittest.cc BOOL PRegTestHarness::FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) {
BOOL              728 components/policy/core/common/policy_loader_win_unittest.cc   virtual BOOL FreeGPOList(PGROUP_POLICY_OBJECT gpo_list) OVERRIDE {
BOOL              255 components/storage_monitor/volume_mount_watcher_win.cc   BOOL locked = DeviceIoControl(volume_handle, FSCTL_LOCK_VOLUME,
BOOL              285 components/storage_monitor/volume_mount_watcher_win.cc   BOOL dismounted = DeviceIoControl(volume_handle, FSCTL_DISMOUNT_VOLUME,
BOOL              101 components/wifi/wifi_service_win.cc     BOOL bSecurityEnabled,
BOOL              132 components/wifi/wifi_service_win.cc     BOOL bIgnoreDuplicate,
BOOL              144 components/wifi/wifi_service_win.cc     BOOL bOverWrite,
BOOL              160 components/wifi/wifi_service_win.cc     BOOL bOverwrite,
BOOL               71 content/browser/accessibility/browser_accessibility_cocoa.h @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
BOOL               22 content/browser/accessibility/browser_accessibility_delegate_mac.h - (void)setAccessibilityFocus:(BOOL)focus
BOOL               27 content/browser/accessibility/browser_accessibility_state_impl_win.cc   BOOL win_screen_reader = FALSE;
BOOL               46 content/browser/gamepad/gamepad_platform_data_fetcher_win.h   typedef void (WINAPI *XInputEnableFunc)(BOOL enable);
BOOL               73 content/browser/geolocation/wifi_data_provider_win.cc     BOOL bSecurityEnabled,
BOOL               22 content/browser/power_save_blocker_win.cc   typedef BOOL (WINAPI* PowerSetRequestPtr)(HANDLE, POWER_REQUEST_TYPE);
BOOL               70 content/browser/power_save_blocker_win.cc   typedef BOOL (WINAPI* PowerClearRequestPtr)(HANDLE, POWER_REQUEST_TYPE);
BOOL               79 content/browser/power_save_blocker_win.cc   BOOL success = PowerClearRequestFn(request_handle, type);
BOOL              303 content/browser/power_save_blocker_x11.cc   BOOL enabled = false;
BOOL               27 content/browser/renderer_host/compositing_iosurface_layer_mac.h   BOOL needsDisplay_;
BOOL              142 content/browser/renderer_host/legacy_render_widget_host_win.cc                                                     BOOL& handled) {
BOOL              153 content/browser/renderer_host/legacy_render_widget_host_win.cc                                                  BOOL& handled) {
BOOL              124 content/browser/renderer_host/legacy_render_widget_host_win.h                           BOOL& handled);
BOOL              127 content/browser/renderer_host/legacy_render_widget_host_win.h                        BOOL& handled);
BOOL              132 content/browser/renderer_host/render_widget_host_view_aura.cc BOOL CALLBACK WindowDestroyingCallback(HWND window, LPARAM param) {
BOOL              143 content/browser/renderer_host/render_widget_host_view_aura.cc BOOL CALLBACK HideWindowsCallback(HWND window, LPARAM param) {
BOOL              151 content/browser/renderer_host/render_widget_host_view_aura.cc BOOL CALLBACK ShowWindowsCallback(HWND window, LPARAM param) {
BOOL              173 content/browser/renderer_host/render_widget_host_view_aura.cc BOOL CALLBACK SetCutoutRectsCallback(HWND window, LPARAM param) {
BOOL              222 content/browser/renderer_host/render_widget_host_view_aura.cc BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) {
BOOL              167 content/browser/renderer_host/render_widget_host_view_base.cc BOOL CALLBACK PaintEnumChildProc(HWND hwnd, LPARAM lparam) {
BOOL              186 content/browser/renderer_host/render_widget_host_view_base.cc BOOL CALLBACK DetachPluginWindowsCallbackInternal(HWND window, LPARAM param) {
BOOL               61 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL canBeKeyView_;
BOOL               62 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL takesFocusOnlyOnMouseDown_;
BOOL               63 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL closeOnDeactivate_;
BOOL               74 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL hasOpenMouseDown_;
BOOL               96 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL handlingKeyDown_;
BOOL               99 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL hasMarkedText_;
BOOL              103 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL unmarkTextCalled_;
BOOL              125 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL hasEditCommands_;
BOOL              136 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL pluginImeActive_;
BOOL              139 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL mouseEventWasIgnored_;
BOOL              147 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL handlingGlobalFrameDidChange_;
BOOL              156 content/browser/renderer_host/render_widget_host_view_mac.h   BOOL suppressNextEscapeKeyUp_;
BOOL              160 content/browser/renderer_host/render_widget_host_view_mac.h @property(nonatomic, readonly) BOOL suppressNextEscapeKeyUp;
BOOL              162 content/browser/renderer_host/render_widget_host_view_mac.h - (void)setCanBeKeyView:(BOOL)can;
BOOL              163 content/browser/renderer_host/render_widget_host_view_mac.h - (void)setTakesFocusOnlyOnMouseDown:(BOOL)b;
BOOL              164 content/browser/renderer_host/render_widget_host_view_mac.h - (void)setCloseOnDeactivate:(BOOL)b;
BOOL              167 content/browser/renderer_host/render_widget_host_view_mac.h - (BOOL)acceptsMouseEventsWhenInactive;
BOOL              173 content/browser/renderer_host/render_widget_host_view_mac.h - (void)setPluginImeActive:(BOOL)active;
BOOL              175 content/browser/renderer_host/render_widget_host_view_mac.h - (void)pluginFocusChanged:(BOOL)focused forPlugin:(int)pluginId;
BOOL              178 content/browser/renderer_host/render_widget_host_view_mac.h - (BOOL)postProcessEventForPluginIme:(NSEvent*)event;
BOOL               29 content/browser/renderer_host/webmenurunner_mac.h   BOOL menuItemWasChosen_;
BOOL               38 content/browser/renderer_host/webmenurunner_mac.h   BOOL rightAligned_;
BOOL               44 content/browser/renderer_host/webmenurunner_mac.h        rightAligned:(BOOL)rightAligned;
BOOL               48 content/browser/renderer_host/webmenurunner_mac.h - (BOOL)menuItemWasChosen;
BOOL               40 content/browser/safe_util_win.cc   BOOL result = WriteFile(file, kIdentifier, kIdentifierSize, &written, NULL);
BOOL               41 content/browser/safe_util_win.cc   BOOL flush_result = FlushFileBuffers(file);
BOOL               44 content/browser/web_contents/web_contents_view_mac.h   BOOL mouseDownCanMoveWindow_;
BOOL               47 content/browser/web_contents/web_contents_view_mac.h - (void)setMouseDownCanMoveWindow:(BOOL)canMove;
BOOL               69 content/browser/web_contents/web_drag_dest_mac.h - (BOOL)performDragOperation:(id<NSDraggingInfo>)info
BOOL               70 content/browser/web_contents/web_drag_source_mac.h - (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal;
BOOL              376 content/child/npapi/webplugin_delegate_impl.h   static BOOL WINAPI TrackPopupMenuPatch(HMENU menu, unsigned int flags, int x,
BOOL              500 content/child/npapi/webplugin_delegate_impl_win.cc   BOOL result = SetProp(windowed_handle_, kWebPluginDelegateProperty, this);
BOOL              717 content/child/npapi/webplugin_delegate_impl_win.cc BOOL CALLBACK EnumFlashWindows(HWND window, LPARAM arg) {
BOOL              764 content/child/npapi/webplugin_delegate_impl_win.cc   BOOL result = SetProp(dummy_window_for_activation_,
BOOL             1395 content/child/npapi/webplugin_delegate_impl_win.cc BOOL WINAPI WebPluginDelegateImpl::TrackPopupMenuPatch(
BOOL             1417 content/child/npapi/webplugin_delegate_impl_win.cc   BOOL result = TrackPopupMenu(menu, flags, x, y, reserved, window, rect);
BOOL              196 content/child/npapi/webplugin_ime_win.cc BOOL WINAPI WebPluginIMEWin::ImmAssociateContextEx(HWND window,
BOOL              286 content/child/npapi/webplugin_ime_win.cc BOOL WINAPI WebPluginIMEWin::ImmReleaseContext(HWND window, HIMC context) {
BOOL              293 content/child/npapi/webplugin_ime_win.cc BOOL WINAPI WebPluginIMEWin::ImmSetCandidateWindow(HIMC context,
BOOL              309 content/child/npapi/webplugin_ime_win.cc BOOL WINAPI WebPluginIMEWin::ImmSetOpenStatus(HIMC context, BOOL open) {
BOOL              126 content/child/npapi/webplugin_ime_win.h   static BOOL WINAPI ImmAssociateContextEx(HWND window,
BOOL              134 content/child/npapi/webplugin_ime_win.h   static BOOL WINAPI ImmReleaseContext(HWND window, HIMC context);
BOOL              135 content/child/npapi/webplugin_ime_win.h   static BOOL WINAPI ImmSetCandidateWindow(HIMC context,
BOOL              137 content/child/npapi/webplugin_ime_win.h   static BOOL WINAPI ImmSetOpenStatus(HIMC context, BOOL open);
BOOL               41 content/common/font_cache_dispatcher_win.cc     BOOL ret = GetTextMetrics(hdc, &tm);
BOOL              252 content/common/sandbox_win.cc   BOOL in_job = true;
BOOL              406 content/common/sandbox_win.cc typedef BOOL (WINAPI *DuplicateHandleFunctionPtr)(HANDLE source_process_handle,
BOOL              411 content/common/sandbox_win.cc                                                   BOOL inherit_handle,
BOOL              452 content/common/sandbox_win.cc BOOL WINAPI DuplicateHandlePatch(HANDLE source_process_handle,
BOOL              457 content/common/sandbox_win.cc                                  BOOL inherit_handle,
BOOL              471 content/common/sandbox_win.cc   BOOL is_in_job = FALSE;
BOOL              537 content/common/sandbox_win.cc   BOOL is_in_job = FALSE;
BOOL               35 content/gpu/gpu_idirect3d9_mock_win.h               D3DFORMAT SurfaceFormat, BOOL Windowed,
BOOL               42 content/gpu/gpu_idirect3d9_mock_win.h               BOOL bWindowed));
BOOL               49 content/gpu/gpu_watchdog_thread.cc   BOOL result = DuplicateHandle(GetCurrentProcess(),
BOOL              296 content/gpu/gpu_watchdog_thread.cc   BOOL result = GetThreadTimes(watched_thread_handle_,
BOOL               64 content/ppapi_plugin/ppapi_thread.cc static BOOL CALLBACK EnumLocalesProc(LPTSTR lpLocaleString) {
BOOL               68 content/ppapi_plugin/ppapi_thread.cc static BOOL CALLBACK EnumLocalesProcEx(
BOOL               82 content/ppapi_plugin/ppapi_thread.cc       typedef BOOL (WINAPI *PfnEnumSystemLocalesEx)
BOOL               28 content/public/browser/render_widget_host_view_mac_delegate.h - (BOOL)handleEvent:(NSEvent*)event;
BOOL               34 content/public/browser/render_widget_host_view_mac_delegate.h - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right;
BOOL               37 content/public/browser/render_widget_host_view_mac_delegate.h - (void)setHasHorizontalScrollbar:(BOOL)has_horizontal_scrollbar;
BOOL               42 content/public/browser/render_widget_host_view_mac_delegate.h - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item
BOOL               43 content/public/browser/render_widget_host_view_mac_delegate.h                       isValidItem:(BOOL*)valid;
BOOL               61 content/public/browser/render_widget_host_view_mac_delegate.h - (BOOL)canRubberbandLeft:(NSView*)view;
BOOL               62 content/public/browser/render_widget_host_view_mac_delegate.h - (BOOL)canRubberbandRight:(NSView*)view;
BOOL               30 content/public/common/injection_test_mac.h + (BOOL)runTests;
BOOL               18 content/public/common/injection_test_win.h BOOL extern __declspec(dllexport) __cdecl RunRendererTests(int* test_count);
BOOL               19 content/public/common/injection_test_win.h BOOL extern __declspec(dllexport) __cdecl RunPluginTests(int* test_count);
BOOL               21 content/public/common/injection_test_win.h typedef BOOL (__cdecl *RunRendererTests)(int* test_count);
BOOL               22 content/public/common/injection_test_win.h typedef BOOL (__cdecl *RunPluginTests)(int* test_count);
BOOL               59 content/renderer/render_process_impl.cc     typedef BOOL (__stdcall *GdiInitializeLanguagePack)(int LoadedShapingDLLs);
BOOL              180 content/renderer/renderer_main_platform_delegate_win.cc       BOOL result = run_security_tests(&test_count);
BOOL               68 content/shell/app/webkit_test_platform_support_win.cc   BOOL font_smoothing_enabled;
BOOL               14 content/shell/browser/shell_application_mac.h   BOOL handlingSendEvent_;
BOOL               18 content/shell/browser/shell_application_mac.h - (BOOL)isHandlingSendEvent;
BOOL               21 content/shell/browser/shell_application_mac.h - (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
BOOL               10 content/shell/renderer/test_runner/helper/layout_test_helper_win.cc static BOOL font_smoothing_enabled = FALSE;
BOOL               59 content/test/plugin/npapi_test.cc BOOL API_CALL DllMain(HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved) {
BOOL               40 crypto/capi_util.cc BOOL CryptAcquireContextLocked(HCRYPTPROV* prov,
BOOL               25 crypto/capi_util.h CRYPTO_EXPORT BOOL CryptAcquireContextLocked(HCRYPTPROV* prov,
BOOL               19 crypto/scoped_capi_types.h template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle)>
BOOL               23 crypto/scoped_capi_types.h       BOOL ok = Destroyer(handle);
BOOL               32 crypto/scoped_capi_types.h template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle, DWORD),
BOOL               37 crypto/scoped_capi_types.h       BOOL ok = Destroyer(handle, flags);
BOOL               82 crypto/symmetric_key_win.cc   BOOL ok =
BOOL              113 crypto/symmetric_key_win.cc   BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL,
BOOL              182 crypto/symmetric_key_win.cc   BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL,
BOOL              215 crypto/symmetric_key_win.cc   BOOL ok = CryptCreateHash(provider, CALG_HMAC, key, 0, safe_hash.receive());
BOOL              255 crypto/symmetric_key_win.cc   BOOL ok = CryptDuplicateHash(hash, NULL, 0, safe_hash.receive());
BOOL              385 crypto/symmetric_key_win.cc   BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
BOOL              485 crypto/symmetric_key_win.cc   BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
BOOL              506 crypto/symmetric_key_win.cc   BOOL ok = CryptExportKey(key_, 0, PLAINTEXTKEYBLOB, 0, NULL, &size);
BOOL              107 dbus/message.cc       case BOOL: {
BOOL              100 dbus/values_util.cc     case Message::BOOL: {
BOOL               39 device/hid/hid_connection_win.cc   void TakeResultFromWindowsAPI(BOOL result);
BOOL               83 device/hid/hid_connection_win.cc void PendingHidTransfer::TakeResultFromWindowsAPI(BOOL result) {
BOOL               53 device/hid/hid_service_win.cc   BOOL res;
BOOL              124 ipc/ipc_channel_win.cc   BOOL ok = ReadFile(pipe_, buffer, buffer_len,
BOOL              331 ipc/ipc_channel_win.cc   BOOL ok = ConnectNamedPipe(pipe_, &input_state_.context.overlapped);
BOOL              390 ipc/ipc_channel_win.cc   BOOL ok = WriteFile(pipe_,
BOOL              186 ipc/sync_socket_unittest.cc   BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(),
BOOL               12 media/audio/win/avrt_wrapper_win.cc typedef BOOL (WINAPI *AvRevertMmThreadCharacteristicsFn)(HANDLE);
BOOL               14 media/audio/win/avrt_wrapper_win.cc typedef BOOL (WINAPI *AvSetMmThreadPriorityFn)(HANDLE, AVRT_PRIORITY);
BOOL               63 media/video/capture/mac/avfoundation_glue.h - (BOOL)hasMediaType:(NSString*)mediaType;
BOOL               66 media/video/capture/mac/avfoundation_glue.h - (BOOL)isSuspended;
BOOL               67 media/video/capture/mac/avfoundation_glue.h - (BOOL)supportsAVCaptureSessionPreset:(NSString*)preset;
BOOL              102 media/video/capture/mac/avfoundation_glue.h - (BOOL)canSetSessionPreset:(NSString*)preset;
BOOL              109 media/video/capture/mac/avfoundation_glue.h - (BOOL)isRunning;
BOOL              119 media/video/capture/mac/avfoundation_glue.h - (BOOL)isVideoMinFrameDurationSupported;
BOOL              121 media/video/capture/mac/avfoundation_glue.h - (BOOL)isVideoMaxFrameDurationSupported;
BOOL               36 media/video/capture/mac/platform_video_capturing_mac.h - (BOOL)setCaptureDevice:(NSString*)deviceId;
BOOL               39 media/video/capture/mac/platform_video_capturing_mac.h - (BOOL)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
BOOL               43 media/video/capture/mac/platform_video_capturing_mac.h - (BOOL)startCapture;
BOOL              103 media/video/capture/mac/video_capture_device_avfoundation_mac.h - (BOOL)setCaptureDevice:(NSString*)deviceId;
BOOL              108 media/video/capture/mac/video_capture_device_avfoundation_mac.h - (BOOL)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
BOOL              113 media/video/capture/mac/video_capture_device_avfoundation_mac.h - (BOOL)startCapture;
BOOL               52 media/video/capture/mac/video_capture_device_qtkit_mac.h - (BOOL)setCaptureDevice:(NSString*)deviceId;
BOOL               55 media/video/capture/mac/video_capture_device_qtkit_mac.h - (BOOL)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
BOOL               58 media/video/capture/mac/video_capture_device_qtkit_mac.h - (BOOL)startCapture;
BOOL              237 media/video/capture/win/pin_base_win.cc                                       BOOL read_only) {
BOOL               81 media/video/capture/win/pin_base_win.h   STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only);
BOOL               32 mojo/system/raw_channel_win.cc   BOOL SetFileCompletionNotificationModes(HANDLE handle, UCHAR flags) {
BOOL               36 mojo/system/raw_channel_win.cc   BOOL CancelIoEx(HANDLE handle, LPOVERLAPPED overlapped) {
BOOL               41 mojo/system/raw_channel_win.cc   typedef BOOL (WINAPI *SetFileCompletionNotificationModesFunc)(HANDLE, UCHAR);
BOOL               42 mojo/system/raw_channel_win.cc   typedef BOOL (WINAPI *CancelIoExFunc)(HANDLE, LPOVERLAPPED);
BOOL              347 mojo/system/raw_channel_win.cc   BOOL result = ReadFile(io_handler_->handle(),
BOOL              418 mojo/system/raw_channel_win.cc   BOOL result = WriteFile(io_handler_->handle(),
BOOL               77 mojo/system/raw_shared_buffer_win.cc   BOOL result = UnmapViewOfFile(real_base_);
BOOL               56 native_client_sdk/src/libraries/third_party/pthreads-win32/dll.c   BOOL WINAPI
BOOL               59 native_client_sdk/src/libraries/third_party/pthreads-win32/dll.c   BOOL result = PTW32_TRUE;
BOOL               78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c   BOOL destroyIt = PTW32_FALSE;
BOOL               45 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c BOOL
BOOL               49 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c   BOOL result = TRUE;
BOOL              114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c       BOOL (*queue_user_apc_ex_init) (VOID);
BOOL              116 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c       queue_user_apc_ex_init = (BOOL (*)(VOID))
BOOL              142 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c BOOL
BOOL              170 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c 	  BOOL (*queue_user_apc_ex_fini) (VOID);
BOOL              172 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c 	  queue_user_apc_ex_fini = (BOOL (*)(VOID))
BOOL              191 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c BOOL
BOOL              197 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c BOOL
BOOL              252 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c BOOL
BOOL               32 net/base/keygen_handler_win.cc   BOOL ok;
BOOL               87 net/base/keygen_handler_win.cc   BOOL ok;
BOOL               47 net/base/winsock_util.cc   BOOL ok = WSAResetEvent(hEvent);
BOOL               47 net/cert/cert_database_win.cc   BOOL added = CertAddCertificateContextToStore(cert_db,
BOOL              192 net/cert/cert_verify_proc_win.cc   BOOL rv;
BOOL              366 net/cert/cert_verify_proc_win.cc   BOOL rv;
BOOL               24 net/cert/test_root_certs_win.cc BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider,
BOOL               57 net/cert/test_root_certs_win.cc     BOOL ok = CryptGetOIDFunctionAddress(
BOOL               95 net/cert/test_root_certs_win.cc BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider,
BOOL              110 net/cert/test_root_certs_win.cc   BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding,
BOOL              148 net/cert/test_root_certs_win.cc   BOOL ok = CertAddCertificateContextToStore(
BOOL              196 net/cert/test_root_certs_win.cc   BOOL ok = CertCreateCertificateChainEngine(&engine_config, &chain_engine);
BOOL               98 net/cert/x509_cert_types_win.cc   BOOL rv;
BOOL               63 net/cert/x509_certificate_win.cc   BOOL rv;
BOOL              137 net/cert/x509_certificate_win.cc     BOOL rb = CertCompareCertificateName(
BOOL              218 net/cert/x509_certificate_win.cc   BOOL ok = CertAddCertificateContextToStore(store.get(), os_cert_handle(),
BOOL              305 net/cert/x509_certificate_win.cc   BOOL rv;
BOOL               44 net/disk_cache/blockfile/mapped_file_win.cc     BOOL ret = UnmapViewOfFile(buffer_);
BOOL              195 net/http/des.cc     BOOL import_ok = CryptImportKey(provider,
BOOL               68 net/proxy/proxy_resolver_winhttp.cc   BOOL ok = WinHttpGetProxyForUrl(session_handle_,
BOOL              161 net/proxy/proxy_resolver_winhttp.cc   BOOL rv = WinHttpSetTimeouts(session_handle_, 10000, 10000, 5000, 5000);
BOOL              239 net/socket/ssl_client_socket_nss.cc BOOL WINAPI ClientCertFindCallback(PCCERT_CONTEXT cert_context,
BOOL             1329 net/socket/ssl_client_socket_nss.cc       BOOL must_free = FALSE;
BOOL             1334 net/socket/ssl_client_socket_nss.cc       BOOL acquired_key = CryptAcquireCertificatePrivateKey(
BOOL             2434 net/socket/ssl_client_socket_nss.cc       BOOL ok = CertSetCertificateContextProperty(
BOOL               70 net/socket/tcp_socket_win.cc   BOOL val = disable ? TRUE : FALSE;
BOOL               80 net/socket/tcp_socket_win.cc bool SetTCPKeepAlive(SOCKET socket, BOOL enable, int delay_secs) {
BOOL              595 net/socket/tcp_socket_win.cc   BOOL true_value = 1;
BOOL              923 net/socket/tcp_socket_win.cc   BOOL ok = WSAGetOverlappedResult(socket_, &core_->write_overlapped_,
BOOL               32 net/ssl/client_cert_store_win.cc static BOOL WINAPI ClientCertFindCallback(PCCERT_CONTEXT cert_context,
BOOL              112 net/ssl/client_cert_store_win.cc     BOOL ok = CertAddCertificateContextToStore(NULL, cert_context,
BOOL              422 net/third_party/nss/ssl/sslmutex.c     BOOL   success = FALSE;
BOOL              470 net/udp/udp_socket_win.cc   BOOL ok = WSAGetOverlappedResult(socket_, &core_->read_overlapped_,
BOOL              508 net/udp/udp_socket_win.cc   BOOL ok = WSAGetOverlappedResult(socket_, &core_->write_overlapped_,
BOOL              624 net/udp/udp_socket_win.cc   BOOL true_value = 1;
BOOL              948 net/url_request/url_request_unittest.cc     BOOL result;
BOOL               39 ppapi/tests/test_flash_file.cc   BOOL result = ::WriteFile(file_handle, contents.c_str(), contents.size(),
BOOL              183 printing/backend/print_backend_win.cc   BOOL ret = EnumPrinters(PRINTER_ENUM_LOCAL|PRINTER_ENUM_CONNECTIONS, NULL,
BOOL              159 printing/emf_win.cc   BOOL supported = FALSE;
BOOL               27 printing/image_win.cc     BOOL enabled;
BOOL               37 printing/image_win.cc       BOOL result = SystemParametersInfo(SPI_SETFONTSMOOTHING, TRUE, NULL, 0);
BOOL               24 printing/printed_document_win.cc   BOOL res = ModifyWorldTransform(context, &xform, MWT_LEFTMULTIPLY);
BOOL               76 printing/printed_document_win.cc     BOOL res = RestoreDC(context, saved_state);
BOOL              261 printing/printing_context_win.cc     BOOL ret = ::EnumPrinters(PRINTER_ENUM_LOCAL|PRINTER_ENUM_CONNECTIONS,
BOOL              522 printing/printing_context_win.cc BOOL PrintingContextWin::AbortProc(HDC hdc, int nCode) {
BOOL               57 printing/printing_context_win.h   static BOOL CALLBACK AbortProc(HDC hdc, int nCode);
BOOL               27 printing/printing_test.h     BOOL result = ::GetDefaultPrinter(printer_name, &size);
BOOL               62 remoting/host/clipboard_win.cc   BOOL Empty() {
BOOL               94 remoting/host/clipboard_win.cc typedef BOOL (WINAPI AddClipboardFormatListenerFn)(HWND);
BOOL               95 remoting/host/clipboard_win.cc typedef BOOL (WINAPI RemoveClipboardFormatListenerFn)(HWND);
BOOL               33 remoting/host/continue_window_win.cc   static BOOL CALLBACK DialogProc(HWND hwmd, UINT msg, WPARAM wParam,
BOOL               36 remoting/host/continue_window_win.cc   BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
BOOL               74 remoting/host/continue_window_win.cc BOOL CALLBACK ContinueWindowWin::DialogProc(HWND hwnd, UINT msg,
BOOL               90 remoting/host/continue_window_win.cc BOOL ContinueWindowWin::OnDialogMessage(HWND hwnd, UINT msg,
BOOL               37 remoting/host/desktop_shape_tracker_win.cc   static BOOL CALLBACK EnumWindowsCallback(HWND window, LPARAM lparam);
BOOL               94 remoting/host/desktop_shape_tracker_win.cc BOOL DesktopShapeTrackerWin::EnumWindowsCallback(HWND window, LPARAM lparam) {
BOOL               49 remoting/host/disconnect_window_win.cc   BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
BOOL              157 remoting/host/disconnect_window_win.cc BOOL DisconnectWindowWin::OnDialogMessage(HWND hwnd,
BOOL               59 remoting/host/mac/me2me_preference_pane.h   BOOL is_service_running_;
BOOL               60 remoting/host/mac/me2me_preference_pane.h   BOOL is_pane_unlocked_;
BOOL               63 remoting/host/mac/me2me_preference_pane.h   BOOL have_new_config_;
BOOL               67 remoting/host/mac/me2me_preference_pane.h   BOOL awaiting_service_stop_;
BOOL               72 remoting/host/mac/me2me_preference_pane.h   BOOL restart_pending_or_canceled_;
BOOL              119 remoting/host/mac/me2me_preference_pane.h - (BOOL)runHelperAsRootWithCommand:(const char*)command
BOOL              121 remoting/host/mac/me2me_preference_pane.h - (BOOL)sendJobControlMessage:(const char*)launch_key;
BOOL               22 remoting/host/mac/me2me_preference_pane_confirm_pin.h - (void)setEnabled:(BOOL)enabled;
BOOL               17 remoting/host/mac/me2me_preference_pane_disable.h - (void)setEnabled:(BOOL)enabled;
BOOL              498 remoting/host/plugin/host_plugin.cc BOOL APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved) {
BOOL               29 remoting/host/sas_injector_win.cc typedef VOID (WINAPI *SendSasFunc)(BOOL);
BOOL              306 remoting/host/setup/daemon_controller_delegate_win.cc   BOOL allowed;
BOOL              307 remoting/host/setup/daemon_controller_delegate_win.cc   BOOL set_by_policy;
BOOL               57 remoting/host/win/chromoting_module.cc   BOOL result = GetTokenInformation(token, TokenIntegrityLevel,
BOOL                8 remoting/host/win/core.cc extern "C" BOOL WINAPI PsDllMain(HINSTANCE instance,
BOOL               12 remoting/host/win/core.cc BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void* reserved) {
BOOL               75 remoting/host/win/elevated_controller.cc   BOOL result = AllocateAndInitializeSid(&nt_authority,
BOOL              486 remoting/host/win/elevated_controller.cc STDMETHODIMP ElevatedController::GetUsageStatsConsent(BOOL* allowed,
BOOL              487 remoting/host/win/elevated_controller.cc                                                          BOOL* set_by_policy) {
BOOL              499 remoting/host/win/elevated_controller.cc STDMETHODIMP ElevatedController::SetUsageStatsConsent(BOOL allowed) {
BOOL               52 remoting/host/win/elevated_controller.h   STDMETHOD(GetUsageStatsConsent)(BOOL* allowed, BOOL* set_by_policy);
BOOL               53 remoting/host/win/elevated_controller.h   STDMETHOD(SetUsageStatsConsent)(BOOL allowed);
BOOL              380 remoting/host/win/host_service.cc BOOL WINAPI HostService::ConsoleControlHandler(DWORD event) {
BOOL               77 remoting/host/win/host_service.h   static BOOL WINAPI ConsoleControlHandler(DWORD event);
BOOL              260 remoting/host/win/launch_process_with_token.cc     BOOL success;
BOOL              303 remoting/host/win/launch_process_with_token.cc     BOOL use_default_token;
BOOL              309 remoting/host/win/launch_process_with_token.cc     BOOL inherit_handles;
BOOL              472 remoting/host/win/launch_process_with_token.cc   BOOL result = CreateProcessAsUser(user_token,
BOOL              509 remoting/host/win/rdp_client_window.cc   BOOL result = UnhookWindowsHookEx(hook_);
BOOL              117 remoting/host/win/wts_session_process_delegate.cc   typedef BOOL (WINAPI * GetNamedPipeClientProcessIdFn)(HANDLE, DWORD*);
BOOL               12 rlz/win/dll/dll_main.cc BOOL APIENTRY DllMain(HANDLE module, DWORD  reason, LPVOID reserved) {
BOOL               37 rlz/win/lib/lib_mutex.cc   BOOL sacl_present = FALSE;
BOOL               38 rlz/win/lib/lib_mutex.cc   BOOL sacl_defaulted = FALSE;
BOOL               49 rlz/win/lib/machine_id_win.cc   BOOL success = ::LookupAccountNameW(NULL, account_name, sid,
BOOL               46 rlz/win/lib/process_info.cc   BOOL result = ::GetTokenInformation(token, TokenUser, NULL, 0,
BOOL              134 rlz/win/lib/process_info.cc       BOOL current_level;
BOOL              165 rlz/win/lib/rlz_lib_win.cc   BOOL ok = SetSecurityDescriptorDacl(new_sd, TRUE, new_dacl, FALSE);
BOOL              241 sandbox/win/sandbox_poc/main_ui_window.cc BOOL MainUIWindow::OnCreate(HWND parent_window, LPCREATESTRUCT) {
BOOL               92 sandbox/win/sandbox_poc/main_ui_window.h   static BOOL OnCreate(HWND parent_window, LPCREATESTRUCT);
BOOL              168 sandbox/win/sandbox_poc/pocdll/invasive.cc BOOL CALLBACK EnumWindowCallback(HWND hwnd, LPARAM output) {
BOOL                9 sandbox/win/sandbox_poc/pocdll/pocdll.cc BOOL APIENTRY DllMain(HMODULE module,
BOOL               27 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc   BOOL result = ::Process32First(snapshot, &process_entry);
BOOL               71 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc   BOOL result = ::Thread32First(snapshot, &thread_entry);
BOOL               36 sandbox/win/sandbox_poc/pocdll/utils.h     BOOL result = ::DuplicateHandle(::GetCurrentProcess(),
BOOL               70 sandbox/win/src/Wow64.cc typedef BOOL (WINAPI* IsWow64ProcessFunction)(HANDLE process, BOOL* wow64);
BOOL               75 sandbox/win/src/acl.cc   BOOL ret = ::SetTokenInformation(token, TokenDefaultDacl, &new_token_dacl,
BOOL              166 sandbox/win/src/broker_services.cc     BOOL res = ::TerminateJobObject(tracker->job, SBOX_ALL_OK);
BOOL              100 sandbox/win/src/handle_closer.cc   BOOL result = ::WriteProcessMemory(child, remote_data, local_buffer.get(),
BOOL               37 sandbox/win/src/integrity_level_test.cc   BOOL is_low_sid = ::EqualSid(label->Label.Sid, sid_low);
BOOL              335 sandbox/win/src/interception.cc   BOOL success = ::WriteProcessMemory(child, remote_data, local_buffer,
BOOL              190 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessW64(
BOOL              193 sandbox/win/src/interceptors_64.cc     LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
BOOL              205 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessA64(
BOOL              208 sandbox/win/src/interceptors_64.cc     LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
BOOL              119 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessW64(
BOOL              122 sandbox/win/src/interceptors_64.h     LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
BOOL              127 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessA64(
BOOL              130 sandbox/win/src/interceptors_64.h     LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
BOOL               47 sandbox/win/src/ipc_unittest.cc       BOOL signaled = (FIX_PONG_READY == mode)? TRUE : FALSE;
BOOL               83 sandbox/win/src/job_unittest.cc     BOOL result = ::QueryInformationJobObject(job_handle,
BOOL              103 sandbox/win/src/job_unittest.cc     BOOL result = ::QueryInformationJobObject(job_handle,
BOOL              163 sandbox/win/src/job_unittest.cc   BOOL result = FALSE;
BOOL               45 sandbox/win/src/named_pipe_policy_test.cc   BOOL result = ::ConnectNamedPipe(pipe, &overlapped);
BOOL              290 sandbox/win/src/policy_engine_opcodes.cc   BOOL case_sensitive = (match_opts & CASE_INSENSITIVE) ? TRUE : FALSE;
BOOL               17 sandbox/win/src/process_mitigations.cc typedef BOOL (WINAPI *SetProcessDEPPolicyFunction)(DWORD dwFlags);
BOOL               19 sandbox/win/src/process_mitigations.cc typedef BOOL (WINAPI *SetProcessMitigationPolicyFunction)(
BOOL               24 sandbox/win/src/process_mitigations.cc typedef BOOL (WINAPI *SetDefaultDllDirectoriesFunction)(
BOOL               21 sandbox/win/src/process_mitigations_test.cc typedef BOOL (WINAPI *GetProcessDEPPolicyFunction)(
BOOL               26 sandbox/win/src/process_mitigations_test.cc typedef BOOL (WINAPI *GetProcessMitigationPolicyFunction)(
BOOL              148 sandbox/win/src/process_mitigations_test.cc     BOOL is_permanent = FALSE;
BOOL              231 sandbox/win/src/process_policy_test.cc   BOOL result =
BOOL              262 sandbox/win/src/process_thread_interception.cc BOOL WINAPI TargetCreateProcessW(CreateProcessWFunction orig_CreateProcessW,
BOOL              266 sandbox/win/src/process_thread_interception.cc                                  BOOL inherit_handles, DWORD flags,
BOOL              321 sandbox/win/src/process_thread_interception.cc BOOL WINAPI TargetCreateProcessA(CreateProcessAFunction orig_CreateProcessA,
BOOL              325 sandbox/win/src/process_thread_interception.cc                                  BOOL inherit_handles, DWORD flags,
BOOL               15 sandbox/win/src/process_thread_interception.h typedef BOOL (WINAPI *CreateProcessWFunction)(
BOOL               20 sandbox/win/src/process_thread_interception.h     BOOL bInheritHandles,
BOOL               27 sandbox/win/src/process_thread_interception.h typedef BOOL (WINAPI *CreateProcessAFunction)(
BOOL               32 sandbox/win/src/process_thread_interception.h     BOOL bInheritHandles,
BOOL               72 sandbox/win/src/process_thread_interception.h SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessW(
BOOL               75 sandbox/win/src/process_thread_interception.h     LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
BOOL               79 sandbox/win/src/process_thread_interception.h SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessA(
BOOL               82 sandbox/win/src/process_thread_interception.h     LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
BOOL               37 sandbox/win/src/process_thread_policy.cc BOOL CreateProcessExWHelper(HANDLE target_process, BOOL give_full_access,
BOOL               41 sandbox/win/src/process_thread_policy.cc                             BOOL bInheritHandles, DWORD dwCreationFlags,
BOOL              233 sandbox/win/src/process_thread_policy.cc   BOOL should_give_full_access = (GIVE_ALLACCESS == eval_result);
BOOL               88 sandbox/win/src/restricted_token.cc   BOOL result = TRUE;
BOOL              136 sandbox/win/src/restricted_token.cc   BOOL status = ::DuplicateHandle(::GetCurrentProcess(),
BOOL              174 sandbox/win/src/restricted_token.cc   BOOL status = ::DuplicateHandle(::GetCurrentProcess(),
BOOL              198 sandbox/win/src/restricted_token.cc   BOOL result = ::GetTokenInformation(effective_token_,
BOOL              260 sandbox/win/src/restricted_token.cc   BOOL result = ::GetTokenInformation(effective_token_,
BOOL              289 sandbox/win/src/restricted_token.cc   BOOL result = ::GetTokenInformation(effective_token_,
BOOL              364 sandbox/win/src/restricted_token.cc   BOOL result = ::GetTokenInformation(effective_token_,
BOOL              407 sandbox/win/src/restricted_token.cc   BOOL result = ::GetTokenInformation(effective_token_,
BOOL              440 sandbox/win/src/restricted_token.cc   BOOL result = ::GetTokenInformation(effective_token_, TokenGroups, NULL, 0,
BOOL              252 sandbox/win/src/restricted_token_utils.cc   BOOL sacl_present = FALSE;
BOOL              253 sandbox/win/src/restricted_token_utils.cc   BOOL sacl_defaulted = FALSE;
BOOL              317 sandbox/win/src/restricted_token_utils.cc   BOOL result = ::SetTokenInformation(token, TokenIntegrityLevel, &label,
BOOL               17 sandbox/win/src/sid.cc   BOOL result = ::CreateWellKnownSid(type, NULL, sid_, &size_sid);
BOOL               18 sandbox/win/src/sid_unittest.cc BOOL EqualSid(const SID *sid1, const SID *sid2) {
BOOL               19 sandbox/win/src/sync_interception.cc                             BOOL initial_state,
BOOL               46 sandbox/win/src/sync_policy_test.cc   BOOL manual_reset = FALSE;
BOOL               47 sandbox/win/src/sync_policy_test.cc   BOOL initial_state = FALSE;
BOOL              288 sandbox/win/tests/validation_tests/commands.cc BOOL CALLBACK DesktopTestEnumProc(LPTSTR desktop_name, LPARAM result) {
BOOL               22 skia/ext/platform_device_win.cc   BOOL res = SetGraphicsMode(context, GM_ADVANCED);
BOOL               85 skia/ext/platform_device_win.cc   BOOL res = BeginPath(context);
BOOL              244 skia/ext/vector_platform_device_emf_win.cc         BOOL res = StrokeAndFillPath(dc);
BOOL              249 skia/ext/vector_platform_device_emf_win.cc         BOOL res = StrokePath(dc);
BOOL              254 skia/ext/vector_platform_device_emf_win.cc         BOOL res = StrokeAndFillPath(dc);
BOOL              790 skia/ext/vector_platform_device_emf_win.cc       BOOL res = DeleteObject(result);
BOOL              798 skia/ext/vector_platform_device_emf_win.cc       BOOL res = DeleteObject(result);
BOOL              966 skia/ext/vector_platform_device_emf_win.cc     BOOL result = SetStretchBltMode(dc, COLORONCOLOR);
BOOL               17 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc typedef BOOL (WINAPI *IsNormalizedStringFunction)(NORM_FORM NormForm,
BOOL               42 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc   BOOL IsNormalizedString(NORM_FORM NormForm, LPCWSTR lpSrcString,
BOOL               89 third_party/libusb/src/libusb/os/poll_windows.c static BOOL (__stdcall *pCancelIoEx)(HANDLE, LPOVERLAPPED) = NULL;
BOOL               96 third_party/libusb/src/libusb/os/poll_windows.c 		pCancelIoEx = (BOOL (__stdcall *)(HANDLE,LPOVERLAPPED))
BOOL              103 third_party/libusb/src/libusb/os/poll_windows.c static inline BOOL cancel_io(int _index)
BOOL              135 third_party/libusb/src/libusb/os/poll_windows.c static __inline BOOL cancel_io(int _index)
BOOL              353 third_party/libusb/src/libusb/os/wince_usb.c 	BOOL success;
BOOL              557 third_party/libusb/src/libusb/os/wince_usb.c 	BOOL result = FALSE;
BOOL              623 third_party/libusb/src/libusb/os/wince_usb.c 	BOOL direction_in, ret;
BOOL              628 third_party/libusb/src/libusb/os/wince_usb.c 	const BOOL control_transfer = transfer->type == LIBUSB_TRANSFER_TYPE_CONTROL;
BOOL              721 third_party/libusb/src/libusb/os/wince_usb.c 		BOOL halted = FALSE;
BOOL              816 third_party/libusb/src/libusb/os/wince_usb.c 	BOOL found = FALSE;
BOOL               91 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwGetDeviceList, (HANDLE, LPUKW_DEVICE, DWORD, LPDWORD));
BOOL               93 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwGetDeviceAddress, (UKW_DEVICE, unsigned char*, unsigned char*, unsigned long*));
BOOL               94 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwGetDeviceDescriptor, (UKW_DEVICE, LPUKW_DEVICE_DESCRIPTOR));
BOOL               95 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwGetConfigDescriptor, (UKW_DEVICE, DWORD, LPVOID, DWORD, LPDWORD));
BOOL               97 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwCancelTransfer, (UKW_DEVICE, LPOVERLAPPED, DWORD));
BOOL               98 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwIssueControlTransfer, (UKW_DEVICE, DWORD, LPUKW_CONTROL_HEADER, LPVOID, DWORD, LPDWORD, LPOVERLAPPED));
BOOL               99 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwClaimInterface, (UKW_DEVICE, DWORD));
BOOL              100 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwReleaseInterface, (UKW_DEVICE, DWORD));
BOOL              101 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwSetInterfaceAlternateSetting, (UKW_DEVICE, DWORD, DWORD));
BOOL              102 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwClearHaltHost, (UKW_DEVICE, UCHAR));
BOOL              103 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwClearHaltDevice, (UKW_DEVICE, UCHAR));
BOOL              104 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwGetConfig, (UKW_DEVICE, PUCHAR));
BOOL              105 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwSetConfig, (UKW_DEVICE, UCHAR));
BOOL              106 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwResetDevice, (UKW_DEVICE));
BOOL              107 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwKernelDriverActive, (UKW_DEVICE, DWORD, PBOOL));
BOOL              108 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwAttachKernelDriver, (UKW_DEVICE, DWORD));
BOOL              109 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwDetachKernelDriver, (UKW_DEVICE, DWORD));
BOOL              110 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwIssueBulkTransfer, (UKW_DEVICE, DWORD, UCHAR, LPVOID, DWORD, LPDWORD, LPOVERLAPPED));
BOOL              111 third_party/libusb/src/libusb/os/wince_usb.h DLL_DECLARE(WINAPI, BOOL, UkwIsPipeHalted, (UKW_DEVICE, UCHAR, LPBOOL));
BOOL               31 third_party/libusb/src/libusb/os/windows_common.h #define bool BOOL
BOOL              310 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiEnumDeviceInfo, (HDEVINFO, DWORD, PSP_DEVINFO_DATA));
BOOL              311 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiEnumDeviceInterfaces, (HDEVINFO, PSP_DEVINFO_DATA,
BOOL              313 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiGetDeviceInterfaceDetailA, (HDEVINFO, PSP_DEVICE_INTERFACE_DATA,
BOOL              315 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
BOOL              317 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiGetDeviceRegistryPropertyA, (HDEVINFO,
BOOL              625 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_AbortPipe_t)(
BOOL              629 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_ControlTransfer_t)(
BOOL              637 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_FlushPipe_t)(
BOOL              641 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_Free_t)(
BOOL              644 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_GetAssociatedInterface_t)(
BOOL              649 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_GetCurrentAlternateSetting_t)(
BOOL              653 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_GetDescriptor_t)(
BOOL              662 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_GetOverlappedResult_t)(
BOOL              666 third_party/libusb/src/libusb/os/windows_usb.h 	BOOL bWait
BOOL              668 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_GetPipePolicy_t)(
BOOL              675 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_GetPowerPolicy_t)(
BOOL              681 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_Initialize_t)(
BOOL              685 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_QueryDeviceInformation_t)(
BOOL              691 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_QueryInterfaceSettings_t)(
BOOL              696 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_QueryPipe_t)(
BOOL              702 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_ReadPipe_t)(
BOOL              710 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_ResetPipe_t)(
BOOL              714 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_SetCurrentAlternateSetting_t)(
BOOL              718 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_SetPipePolicy_t)(
BOOL              725 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_SetPowerPolicy_t)(
BOOL              731 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_WritePipe_t)(
BOOL              739 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *WinUsb_ResetDevice_t)(
BOOL              791 third_party/libusb/src/libusb/os/windows_usb.h typedef BOOL (WINAPI *LibK_GetProcAddress_t)(
BOOL              903 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetAttributes, (HANDLE, PHIDD_ATTRIBUTES));
BOOL              905 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetPreparsedData, (HANDLE, PHIDP_PREPARSED_DATA *));
BOOL              906 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_FreePreparsedData, (PHIDP_PREPARSED_DATA));
BOOL              907 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetManufacturerString, (HANDLE, PVOID, ULONG));
BOOL              908 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetProductString, (HANDLE, PVOID, ULONG));
BOOL              909 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetSerialNumberString, (HANDLE, PVOID, ULONG));
BOOL              911 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_SetNumInputBuffers, (HANDLE, ULONG));
BOOL              912 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_SetFeature, (HANDLE, PVOID, ULONG));
BOOL              913 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetFeature, (HANDLE, PVOID, ULONG));
BOOL              914 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetPhysicalDescriptor, (HANDLE, PVOID, ULONG));
BOOL              915 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_GetInputReport, (HANDLE, PVOID, ULONG));
BOOL              916 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_SetOutputReport, (HANDLE, PVOID, ULONG));
BOOL              917 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidD_FlushQueue, (HANDLE));
BOOL              918 third_party/libusb/src/libusb/os/windows_usb.h DLL_DECLARE(WINAPI, BOOL, HidP_GetValueCaps, (HIDP_REPORT_TYPE, PHIDP_VALUE_CAPS, PULONG, PHIDP_PREPARSED_DATA));
BOOL             4012 third_party/libxml/src/runtest.c     BOOL ret;
BOOL               91 third_party/libxml/src/testThreadsWin32.c 	BOOL ret;
BOOL              995 third_party/libxml/src/threads.c BOOL XMLCALL
BOOL              998 third_party/libxml/src/threads.c BOOL WINAPI
BOOL              447 third_party/libxslt/libxslt/xsltlocale.c BOOL CALLBACK
BOOL              462 third_party/libxslt/libxslt/xsltlocale.c BOOL CALLBACK
BOOL             1816 third_party/libxslt/libxslt/xsltutils.c     BOOL ok;
BOOL              110 third_party/lzma_sdk/7zFile.c     BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL);
BOOL              145 third_party/lzma_sdk/7zFile.c     BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL);
BOOL               46 third_party/mozilla/ComplexTextInputPanel.h - (BOOL)interpretKeyEvent:(NSEvent*)event string:(NSString**)string;
BOOL               48 third_party/mozilla/ComplexTextInputPanel.h - (BOOL)inComposition;
BOOL               58 third_party/mozilla/NSPasteboard+Utils.h     convertingFilenames:(BOOL)convertFilenames;
BOOL               59 third_party/mozilla/NSPasteboard+Utils.h - (BOOL) containsURLData;
BOOL               54 third_party/mozilla/NSString+Utils.h - (BOOL)isEqualToStringIgnoringCase:(NSString*)inString;
BOOL               55 third_party/mozilla/NSString+Utils.h - (BOOL)hasCaseInsensitivePrefix:(NSString*)inString;
BOOL               59 third_party/mozilla/NSString+Utils.h - (BOOL)isLooselyValidatedURI;
BOOL               63 third_party/mozilla/NSString+Utils.h - (BOOL)isPotentiallyDangerousURI;
BOOL               68 third_party/mozilla/NSString+Utils.h - (BOOL)isValidURI;
BOOL               97 third_party/mozilla/NSString+Utils.h - (BOOL)isBlankURL;
BOOL               61 third_party/mozilla/NSWorkspace+Utils.h + (BOOL)isLeopardOrHigher;
BOOL              236 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_Destroy(NPP instance, NPSavedData** save, BOOL * last)
BOOL              240 third_party/npapi/npspy/common/epmanager.cpp   BOOL done = FALSE;
BOOL              335 third_party/npapi/npspy/common/format.cpp BOOL FormatPCHARArgument(char * szBuf, int iLength, LogArgumentStruct * parg)
BOOL              347 third_party/npapi/npspy/common/format.cpp BOOL FormatBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg)
BOOL              356 third_party/npapi/npspy/common/format.cpp BOOL FormatPBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg)
BOOL              402 third_party/npapi/npspy/common/format.cpp                                   DWORD dw5, DWORD dw6, DWORD dw7, BOOL bShort)
BOOL              697 third_party/npapi/npspy/common/format.cpp void formatLogItem(LogItemStruct * plis, std::string* output, BOOL bDOSStyle)
BOOL               55 third_party/npapi/npspy/common/logfile.cpp BOOL CLogFile::create(char * filename, BOOL delete_existing)
BOOL               62 third_party/npapi/npspy/common/logger.cpp   for(int i = 0; i < sizeof(bMutedCalls)/sizeof(BOOL); i++)
BOOL               74 third_party/npapi/npspy/common/logger.cpp BOOL Logger::init()
BOOL              347 third_party/npapi/npspy/common/logger.cpp void Logger::setOnTop(BOOL ontop)
BOOL              352 third_party/npapi/npspy/common/logger.cpp void Logger::setToFile(BOOL tofile, char * filename)
BOOL              361 third_party/npapi/npspy/common/logger.cpp   BOOL samefile = (_stricmp(szFile, filename) == 0);
BOOL              362 third_party/npapi/npspy/common/logger.cpp   BOOL sameaction = (bToFile == tofile);
BOOL              392 third_party/npapi/npspy/common/logger.cpp BOOL Logger::isMuted(NPAPI_Action action)
BOOL              406 third_party/npapi/npspy/common/logger.cpp BOOL * Logger::getMutedCalls()
BOOL              411 third_party/npapi/npspy/common/logger.cpp void Logger::setMutedCalls(BOOL * mutedcalls)
BOOL              413 third_party/npapi/npspy/common/logger.cpp   for(int i = 0; i < sizeof(bMutedCalls)/sizeof(BOOL); i++)
BOOL              188 third_party/npapi/npspy/common/npp_gate.cpp   BOOL last = FALSE;
BOOL               89 third_party/npapi/npspy/common/plugload.cpp   BOOL bDone = FALSE;
BOOL              160 third_party/npapi/npspy/common/plugload.cpp         BOOL more = TRUE;
BOOL               42 third_party/npapi/npspy/common/utils.cpp BOOL XP_IsFile(char * szFileName)
BOOL              404 third_party/npapi/npspy/extern/nspr/md/_winnt.h     BOOL rv = TryEnterCriticalSection(&((lock)->mutex)); \
BOOL              485 third_party/npapi/npspy/extern/nspr/md/_winnt.h extern BOOL _pr_use_static_tls;
BOOL               45 third_party/npapi/npspy/include/dirpick.h BOOL PickupDirectory(HWND hWndOwner, LPSTR lpszString);
BOOL               91 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_Destroy(NPP instance, NPSavedData** save, BOOL * last);
BOOL              147 third_party/npapi/npspy/include/format.h BOOL FormatPCHARArgument(char * szBuf, int iLength, LogArgumentStruct * parg);
BOOL              148 third_party/npapi/npspy/include/format.h BOOL FormatBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg);
BOOL              149 third_party/npapi/npspy/include/format.h BOOL FormatPBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg);
BOOL              152 third_party/npapi/npspy/include/format.h                                   DWORD dw5, DWORD dw6, DWORD dw7, BOOL bShort = FALSE);
BOOL              154 third_party/npapi/npspy/include/format.h void formatLogItem(LogItemStruct * plis, std::string * szOutput, BOOL bDOSStyle = FALSE);
BOOL               53 third_party/npapi/npspy/include/logfile.h   BOOL create(char * filename, BOOL delete_existing = FALSE);
BOOL               51 third_party/npapi/npspy/include/logger.h   BOOL bMutedAll;
BOOL               52 third_party/npapi/npspy/include/logger.h   BOOL bToWindow;
BOOL               53 third_party/npapi/npspy/include/logger.h   BOOL bToConsole;
BOOL               54 third_party/npapi/npspy/include/logger.h   BOOL bToFile;
BOOL               55 third_party/npapi/npspy/include/logger.h   BOOL bOnTop;
BOOL               56 third_party/npapi/npspy/include/logger.h   BOOL bSPALID; //ShutdownPluginAfterLastInstanceDestroyed
BOOL               60 third_party/npapi/npspy/include/logger.h   BOOL bSaveSettings;
BOOL               65 third_party/npapi/npspy/include/logger.h   BOOL bMutedCalls[TOTAL_NUMBER_OF_API_CALLS];
BOOL               71 third_party/npapi/npspy/include/logger.h   BOOL init();
BOOL               75 third_party/npapi/npspy/include/logger.h   virtual BOOL platformInit() = 0;
BOOL               79 third_party/npapi/npspy/include/logger.h   void setOnTop(BOOL ontop);
BOOL               80 third_party/npapi/npspy/include/logger.h   void setToFile(BOOL tofile, char * filename);
BOOL               82 third_party/npapi/npspy/include/logger.h   BOOL * getMutedCalls();
BOOL               83 third_party/npapi/npspy/include/logger.h   void setMutedCalls(BOOL * mutedcalls);
BOOL               85 third_party/npapi/npspy/include/logger.h   BOOL isMuted(NPAPI_Action action);
BOOL               47 third_party/npapi/npspy/include/profile.h   virtual BOOL getBool(char * key, BOOL * value) = 0;
BOOL               48 third_party/npapi/npspy/include/profile.h   virtual BOOL setBool(char * key, BOOL value) = 0;
BOOL               50 third_party/npapi/npspy/include/profile.h   virtual BOOL getString(char * key, char * string, int size) = 0;
BOOL               51 third_party/npapi/npspy/include/profile.h   virtual BOOL setString(char * key, char * string) = 0;
BOOL              124 third_party/npapi/npspy/include/xp.h   #ifndef BOOL
BOOL              159 third_party/npapi/npspy/include/xp.h BOOL XP_IsFile(char * szFileName);
BOOL              136 third_party/npapi/npspy/windows/dirpick.cpp   BOOL bDone = FALSE;
BOOL              197 third_party/npapi/npspy/windows/dirpick.cpp   BOOL bFirst = TRUE;
BOOL              272 third_party/npapi/npspy/windows/dirpick.cpp static void onDrawItem(LPDRAWITEMSTRUCT lpdis, BOOL bDrive) 
BOOL              352 third_party/npapi/npspy/windows/dirpick.cpp     BOOL res = DrawIcon(lpdis->hDC, 
BOOL              520 third_party/npapi/npspy/windows/dirpick.cpp static BOOL CALLBACK DirPickDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) 
BOOL              599 third_party/npapi/npspy/windows/dirpick.cpp BOOL PickupDirectory(HWND hWndOwner, LPSTR lpszString) 
BOOL               68 third_party/npapi/npspy/windows/gui_advanced.cpp static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
BOOL               86 third_party/npapi/npspy/windows/gui_advanced.cpp BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL               91 third_party/npapi/npspy/windows/gui_advanced.cpp       return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
BOOL               73 third_party/npapi/npspy/windows/gui_fiter.cpp   BOOL mutedcalls[TOTAL_NUMBER_OF_API_CALLS];
BOOL               97 third_party/npapi/npspy/windows/gui_fiter.cpp static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
BOOL              107 third_party/npapi/npspy/windows/gui_fiter.cpp   BOOL * mutedcalls = logger->getMutedCalls();
BOOL              124 third_party/npapi/npspy/windows/gui_fiter.cpp BOOL CALLBACK FilterPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL              129 third_party/npapi/npspy/windows/gui_fiter.cpp       return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
BOOL               68 third_party/npapi/npspy/windows/gui_general.cpp static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
BOOL               86 third_party/npapi/npspy/windows/gui_general.cpp BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL               91 third_party/npapi/npspy/windows/gui_general.cpp       return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
BOOL              126 third_party/npapi/npspy/windows/gui_log.cpp static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
BOOL              150 third_party/npapi/npspy/windows/gui_log.cpp BOOL CALLBACK LogPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL              155 third_party/npapi/npspy/windows/gui_log.cpp       return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
BOOL               49 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK GeneralPageProc(HWND, UINT, WPARAM, LPARAM);
BOOL               50 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK LogPageProc(HWND, UINT, WPARAM, LPARAM);
BOOL               51 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK FilterPageProc(HWND, UINT, WPARAM, LPARAM);
BOOL               52 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK AdvancedPageProc(HWND, UINT, WPARAM, LPARAM);
BOOL              167 third_party/npapi/npspy/windows/gui_main.cpp static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
BOOL              259 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL              264 third_party/npapi/npspy/windows/gui_main.cpp       return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
BOOL              299 third_party/npapi/npspy/windows/gui_main.cpp     BOOL selected = TRUE;
BOOL               58 third_party/npapi/npspy/windows/gui_pause.cpp static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
BOOL               64 third_party/npapi/npspy/windows/gui_pause.cpp BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL               69 third_party/npapi/npspy/windows/gui_pause.cpp       return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog);
BOOL               49 third_party/npapi/npspy/windows/loggerw.cpp BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
BOOL               50 third_party/npapi/npspy/windows/loggerw.cpp BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
BOOL               66 third_party/npapi/npspy/windows/loggerw.cpp BOOL LoggerWin::platformInit()
BOOL               96 third_party/npapi/npspy/windows/loggerw.cpp     BOOL selected = TRUE;
BOOL               53 third_party/npapi/npspy/windows/loggerw.h   BOOL bSaveSettings;
BOOL               58 third_party/npapi/npspy/windows/loggerw.h   BOOL platformInit();
BOOL               68 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getBool(char * key, BOOL * value)
BOOL               85 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setBool(char * key, BOOL value)
BOOL               93 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getString(char * key, char * string, int size)
BOOL               99 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setString(char * key, char * string)
BOOL              106 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getSizeAndPosition(int *width, int *height, int *x, int *y)
BOOL              130 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setSizeAndPosition(int width, int height, int x, int y)
BOOL               51 third_party/npapi/npspy/windows/profilew.h   BOOL getBool(char * key, BOOL * value);
BOOL               52 third_party/npapi/npspy/windows/profilew.h   BOOL setBool(char * key, BOOL value);
BOOL               54 third_party/npapi/npspy/windows/profilew.h   BOOL getString(char * key, char * string, int size);
BOOL               55 third_party/npapi/npspy/windows/profilew.h   BOOL setString(char * key, char * string);
BOOL               57 third_party/npapi/npspy/windows/profilew.h   BOOL getSizeAndPosition(int *width, int *height, int *x, int *y);
BOOL               58 third_party/npapi/npspy/windows/profilew.h   BOOL setSizeAndPosition(int width, int height, int x, int y);
BOOL               44 third_party/npapi/npspy/windows/winentry.cpp BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
BOOL               19 third_party/ocmock/OCMock/OCMArg.h + (id)checkWithBlock:(BOOL (^)(id))block;
BOOL               12 third_party/ocmock/OCMock/OCMConstraint.h - (BOOL)evaluate:(id)value;
BOOL               53 third_party/ocmock/OCMock/OCMConstraint.h 	BOOL (^block)(id);
BOOL               56 third_party/ocmock/OCMock/OCMConstraint.h - (id)initWithConstraintBlock:(BOOL (^)(id))block;
BOOL               15 third_party/ocmock/OCMock/OCMObserverRecorder.h - (BOOL)matchesNotification:(NSNotification *)aNotification;
BOOL               17 third_party/ocmock/OCMock/OCMObserverRecorder.h - (BOOL)argument:(id)expectedArg matchesArgument:(id)observedArg;
BOOL               10 third_party/ocmock/OCMock/OCMockObject.h 	BOOL			isNice;
BOOL               11 third_party/ocmock/OCMock/OCMockObject.h 	BOOL			expectationOrderMatters;
BOOL               29 third_party/ocmock/OCMock/OCMockObject.h - (void)setExpectationOrderMatters:(BOOL)flag;
BOOL               40 third_party/ocmock/OCMock/OCMockObject.h - (BOOL)handleInvocation:(NSInvocation *)anInvocation;
BOOL               17 third_party/ocmock/OCMock/OCMockRecorder.h - (BOOL)matchesInvocation:(NSInvocation *)anInvocation;
BOOL               10 third_party/ocmock/OCMock/OCObserverMockObject.h 	BOOL			expectationOrderMatters;
BOOL               14 third_party/ocmock/OCMock/OCObserverMockObject.h - (void)setExpectationOrderMatters:(BOOL)flag;
BOOL               29 third_party/ocmock/ocmock_extensions.h - (id)andReturnBool:(BOOL)value;
BOOL             1077 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java             case BOOL:
BOOL              548 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOL    : return input.readBool    ();
BOOL              662 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOL    : output.writeBoolNoTag    ((Boolean    ) value); break;
BOOL              808 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOL    : return CodedOutputStream.computeBoolSizeNoTag    ((Boolean    )value);
BOOL              362 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         case BOOL:
BOOL             1195 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java         case BOOL:
BOOL               78 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java   private static final Object STATIC_INIT_TEST = FieldDescriptor.Type.BOOL;
BOOL              273 third_party/protobuf/src/google/protobuf/dynamic_message.cc       HANDLE_TYPE(BOOL  , bool  );
BOOL              352 third_party/protobuf/src/google/protobuf/dynamic_message.cc         HANDLE_TYPE(  BOOL,   bool);
BOOL              303 third_party/protobuf/src/google/protobuf/extension_set.cc PRIMITIVE_ACCESSORS(  BOOL,   bool,   Bool)
BOOL              720 third_party/protobuf/src/google/protobuf/extension_set.cc         HANDLE_TYPE(   BOOL,    bool, RepeatedField   <   bool>);
BOOL              762 third_party/protobuf/src/google/protobuf/extension_set.cc           HANDLE_TYPE(  BOOL,   bool,   Bool);
BOOL              922 third_party/protobuf/src/google/protobuf/extension_set.cc       HANDLE_TYPE(    BOOL,   Bool,    bool);
BOOL              976 third_party/protobuf/src/google/protobuf/extension_set.cc       HANDLE_TYPE(    BOOL,   Bool,    bool);
BOOL             1111 third_party/protobuf/src/google/protobuf/extension_set.cc       HANDLE_TYPE(   BOOL,    bool);
BOOL             1174 third_party/protobuf/src/google/protobuf/extension_set.cc         HANDLE_TYPE(    BOOL,     Bool,    bool);
BOOL             1207 third_party/protobuf/src/google/protobuf/extension_set.cc         HANDLE_TYPE(    BOOL,     Bool,    bool);
BOOL             1235 third_party/protobuf/src/google/protobuf/extension_set.cc       HANDLE_TYPE(    BOOL,     Bool,     bool_value);
BOOL             1287 third_party/protobuf/src/google/protobuf/extension_set.cc         HANDLE_TYPE(    BOOL,     Bool,   bool);
BOOL             1343 third_party/protobuf/src/google/protobuf/extension_set.cc         HANDLE_TYPE(    BOOL,     Bool,   bool);
BOOL             1387 third_party/protobuf/src/google/protobuf/extension_set.cc       HANDLE_TYPE(    BOOL,     Bool);
BOOL             1408 third_party/protobuf/src/google/protobuf/extension_set.cc     HANDLE_TYPE(   BOOL,    bool);
BOOL             1433 third_party/protobuf/src/google/protobuf/extension_set.cc       HANDLE_TYPE(   BOOL,    bool);
BOOL              309 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc       HANDLE_TYPE(   BOOL,    bool);
BOOL              400 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc         HANDLE_TYPE(    BOOL,     Bool,    bool);
BOOL              433 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc         HANDLE_TYPE(    BOOL,     Bool,    bool);
BOOL              462 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc       HANDLE_TYPE(    BOOL,     Bool,     bool_value);
BOOL              222 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         HANDLE_TYPE(  BOOL,   bool);
BOOL              342 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc           SWAP_ARRAYS(BOOL  , bool  );
BOOL              369 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc           SWAP_VALUES(BOOL  , bool  );
BOOL              433 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       HANDLE_TYPE(  BOOL,   bool);
BOOL              471 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         CLEAR_TYPE(BOOL  , bool  );
BOOL              515 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       HANDLE_TYPE(  BOOL,   bool);
BOOL              561 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       HANDLE_TYPE(  BOOL,   bool);
BOOL              620 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc       HANDLE_TYPE(  BOOL,   bool);
BOOL              743 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc DEFINE_PRIMITIVE_ACCESSORS(Bool  , bool  , bool  , BOOL  )
BOOL               85 third_party/protobuf/src/google/protobuf/reflection_ops.cc           HANDLE_TYPE(BOOL  , Bool  );
BOOL              110 third_party/protobuf/src/google/protobuf/reflection_ops.cc         HANDLE_TYPE(BOOL  , Bool  );
BOOL               69 third_party/protobuf/src/google/protobuf/stubs/common.h inline BOOL GetMessage_Win32(
BOOL               75 third_party/protobuf/src/google/protobuf/stubs/common.h inline BOOL GetMessage(
BOOL              177 third_party/protobuf/src/google/protobuf/wire_format.cc       HANDLE_PACKED_TYPE(BOOL, bool, Bool)
BOOL              238 third_party/protobuf/src/google/protobuf/wire_format.cc       HANDLE_TYPE(BOOL, bool, Bool)
BOOL              496 third_party/protobuf/src/google/protobuf/wire_format.cc       HANDLE_PRIMITIVE_TYPE(BOOL, bool, Bool, Bool)
BOOL              684 third_party/protobuf/src/google/protobuf/wire_format.cc     HANDLE_FIXED_TYPE(BOOL, Bool)
BOOL             31210 third_party/sqlite/amalgamation/sqlite3.c   BOOL bPending;      /* Indicates a pending lock has been obtained */
BOOL             31211 third_party/sqlite/amalgamation/sqlite3.c   BOOL bReserved;     /* Indicates a reserved lock has been obtained */
BOOL             31212 third_party/sqlite/amalgamation/sqlite3.c   BOOL bExclusive;    /* Indicates an exclusive lock has been obtained */
BOOL             31478 third_party/sqlite/amalgamation/sqlite3.c static BOOL winceCreateLock(const char *zFilename, winFile *pFile){
BOOL             31481 third_party/sqlite/amalgamation/sqlite3.c   BOOL bInit = TRUE;
BOOL             31587 third_party/sqlite/amalgamation/sqlite3.c static BOOL winceLockFile(
BOOL             31595 third_party/sqlite/amalgamation/sqlite3.c   BOOL bReturn = FALSE;
BOOL             31651 third_party/sqlite/amalgamation/sqlite3.c static BOOL winceUnlockFile(
BOOL             31659 third_party/sqlite/amalgamation/sqlite3.c   BOOL bReturn = FALSE;
BOOL             31713 third_party/sqlite/amalgamation/sqlite3.c static BOOL winceLockFileEx(
BOOL             32513 third_party/sqlite/amalgamation/sqlite3.c   BOOL bRc;
BOOL               90 third_party/sqlite/src/src/os_win.c   BOOL bPending;      /* Indicates a pending lock has been obtained */
BOOL               91 third_party/sqlite/src/src/os_win.c   BOOL bReserved;     /* Indicates a reserved lock has been obtained */
BOOL               92 third_party/sqlite/src/src/os_win.c   BOOL bExclusive;    /* Indicates an exclusive lock has been obtained */
BOOL              359 third_party/sqlite/src/src/os_win.c static BOOL winceCreateLock(const char *zFilename, winFile *pFile){
BOOL              362 third_party/sqlite/src/src/os_win.c   BOOL bInit = TRUE;
BOOL              468 third_party/sqlite/src/src/os_win.c static BOOL winceLockFile(
BOOL              476 third_party/sqlite/src/src/os_win.c   BOOL bReturn = FALSE;
BOOL              532 third_party/sqlite/src/src/os_win.c static BOOL winceUnlockFile(
BOOL              540 third_party/sqlite/src/src/os_win.c   BOOL bReturn = FALSE;
BOOL              594 third_party/sqlite/src/src/os_win.c static BOOL winceLockFileEx(
BOOL             1394 third_party/sqlite/src/src/os_win.c   BOOL bRc;
BOOL              124 third_party/sqlite/src/src/shell.c typedef BOOL (WINAPI *GETPROCTIMES)(HANDLE, LPFILETIME, LPFILETIME, LPFILETIME, LPFILETIME);
BOOL               62 third_party/tcmalloc/chromium/src/base/logging.cc     BOOL ok = WriteFile(handle, buf, len, &wrote, NULL);
BOOL             1046 third_party/tcmalloc/chromium/src/base/sysinfo.cc   BOOL ok;
BOOL               86 third_party/tcmalloc/chromium/src/windows/nm-pdb.c static BOOL CALLBACK EnumSymProc(PSYMBOL_INFO symbol_info,
BOOL              112 third_party/tcmalloc/chromium/src/windows/nm-pdb.c static void PrintAvailability(BOOL var, const char *description) {
BOOL              119 third_party/tcmalloc/chromium/src/windows/nm-pdb.c   BOOL getmoduleinfo_rv;
BOOL              353 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags,
BOOL              359 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
BOOL              368 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_UnmapViewOfFile(LPCVOID lpBaseAddress);
BOOL              373 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_FreeLibrary(HMODULE hLibModule);
BOOL              928 third_party/tcmalloc/chromium/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags,
BOOL              931 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   return ((BOOL (WINAPI *)(HANDLE, DWORD, LPVOID))
BOOL              948 third_party/tcmalloc/chromium/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
BOOL              951 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   return ((BOOL (WINAPI *)(HANDLE, LPVOID, SIZE_T, DWORD))
BOOL              970 third_party/tcmalloc/chromium/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_UnmapViewOfFile(LPCVOID lpBaseAddress) {
BOOL              972 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   return ((BOOL (WINAPI *)(LPCVOID))
BOOL             1010 third_party/tcmalloc/chromium/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_FreeLibrary(HMODULE hLibModule) {
BOOL             1011 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   BOOL rv = ((BOOL (WINAPI *)(HMODULE))
BOOL             1019 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   BOOL result = ::GetModuleHandleExW(
BOOL              171 third_party/tcmalloc/chromium/src/windows/port.cc BOOL WINAPI DllMain(HINSTANCE h, DWORD dwReason, PVOID pv) {
BOOL              300 third_party/tcmalloc/chromium/src/windows/port.cc     BOOL success = VirtualFree(ptr, decommitSize, MEM_DECOMMIT);
BOOL              163 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc   BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
BOOL              230 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc   BOOL succeeded = FALSE;
BOOL              324 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc   BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target),
BOOL               62 third_party/tcmalloc/vendor/src/base/logging.cc     BOOL ok = WriteFile(handle, buf, len, &wrote, NULL);
BOOL              888 third_party/tcmalloc/vendor/src/base/sysinfo.cc   BOOL ok;
BOOL               86 third_party/tcmalloc/vendor/src/windows/nm-pdb.c static BOOL CALLBACK EnumSymProc(PSYMBOL_INFO symbol_info,
BOOL              112 third_party/tcmalloc/vendor/src/windows/nm-pdb.c static void PrintAvailability(BOOL var, const char *description) {
BOOL              119 third_party/tcmalloc/vendor/src/windows/nm-pdb.c   BOOL getmoduleinfo_rv;
BOOL              353 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags,
BOOL              359 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
BOOL              368 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_UnmapViewOfFile(LPCVOID lpBaseAddress);
BOOL              373 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   static BOOL WINAPI Perftools_FreeLibrary(HMODULE hLibModule);
BOOL              928 third_party/tcmalloc/vendor/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags,
BOOL              931 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   return ((BOOL (WINAPI *)(HANDLE, DWORD, LPVOID))
BOOL              948 third_party/tcmalloc/vendor/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
BOOL              951 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   return ((BOOL (WINAPI *)(HANDLE, LPVOID, SIZE_T, DWORD))
BOOL              970 third_party/tcmalloc/vendor/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_UnmapViewOfFile(LPCVOID lpBaseAddress) {
BOOL              972 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   return ((BOOL (WINAPI *)(LPCVOID))
BOOL             1010 third_party/tcmalloc/vendor/src/windows/patch_functions.cc BOOL WINAPI WindowsInfo::Perftools_FreeLibrary(HMODULE hLibModule) {
BOOL             1011 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   BOOL rv = ((BOOL (WINAPI *)(HMODULE))
BOOL             1019 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   BOOL result = ::GetModuleHandleExW(
BOOL              169 third_party/tcmalloc/vendor/src/windows/port.cc BOOL WINAPI DllMain(HINSTANCE h, DWORD dwReason, PVOID pv) {
BOOL              163 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc   BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
BOOL              230 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc   BOOL succeeded = FALSE;
BOOL              324 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc   BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target),
BOOL               14 third_party/tlslite/tlslite/utils/entropy.c typedef BOOL (WINAPI *CRYPTACQUIRECONTEXTA)(HCRYPTPROV *phProv,\
BOOL               17 third_party/tlslite/tlslite/utils/entropy.c typedef BOOL (WINAPI *CRYPTGENRANDOM)(HCRYPTPROV hProv, DWORD dwLen,\
BOOL               19 third_party/tlslite/tlslite/utils/entropy.c typedef BOOL (WINAPI *CRYPTRELEASECONTEXT)(HCRYPTPROV hProv,\
BOOL              107 third_party/wtl/include/atlapp.h inline BOOL IsMenu(HMENU hMenu)
BOOL              111 third_party/wtl/include/atlapp.h 	BOOL bRet = ::GetMenuItemInfo(hMenu, 0, TRUE, &mii);
BOOL              486 third_party/wtl/include/atlapp.h 	BOOL bRet = ::GetVersionEx(&ovi);
BOOL              522 third_party/wtl/include/atlapp.h inline BOOL AtlInitCommonControls(DWORD dwFlags)
BOOL              525 third_party/wtl/include/atlapp.h 	BOOL bRet = ::InitCommonControlsEx(&iccx);
BOOL              580 third_party/wtl/include/atlapp.h 		BOOL bRet = ::GetVersionEx(&ovi);
BOOL              888 third_party/wtl/include/atlapp.h 	virtual BOOL PreTranslateMessage(MSG* pMsg) = 0;
BOOL              898 third_party/wtl/include/atlapp.h 	virtual BOOL OnIdle() = 0;
BOOL              919 third_party/wtl/include/atlapp.h 	BOOL AddMessageFilter(CMessageFilter* pMessageFilter)
BOOL              924 third_party/wtl/include/atlapp.h 	BOOL RemoveMessageFilter(CMessageFilter* pMessageFilter)
BOOL              930 third_party/wtl/include/atlapp.h 	BOOL AddIdleHandler(CIdleHandler* pIdleHandler)
BOOL              935 third_party/wtl/include/atlapp.h 	BOOL RemoveIdleHandler(CIdleHandler* pIdleHandler)
BOOL              942 third_party/wtl/include/atlapp.h 	BOOL AddUpdateUI(CIdleHandler* pIdleHandler)
BOOL              948 third_party/wtl/include/atlapp.h 	BOOL RemoveUpdateUI(CIdleHandler* pIdleHandler)
BOOL              958 third_party/wtl/include/atlapp.h 		BOOL bDoIdle = TRUE;
BOOL              960 third_party/wtl/include/atlapp.h 		BOOL bRet;
BOOL              999 third_party/wtl/include/atlapp.h 	static BOOL IsIdleMessage(MSG* pMsg)
BOOL             1018 third_party/wtl/include/atlapp.h 	virtual BOOL PreTranslateMessage(MSG* pMsg)
BOOL             1031 third_party/wtl/include/atlapp.h 	virtual BOOL OnIdle(int /*nIdleCount*/)
BOOL             1226 third_party/wtl/include/atlapp.h 	BOOL AddMessageLoop(CMessageLoop* pMsgLoop)
BOOL             1239 third_party/wtl/include/atlapp.h 		BOOL bRet = m_pMsgLoopMap->Add(::GetCurrentThreadId(), pMsgLoop);
BOOL             1246 third_party/wtl/include/atlapp.h 	BOOL RemoveMessageLoop()
BOOL             1256 third_party/wtl/include/atlapp.h 		BOOL bRet = m_pMsgLoopMap->Remove(::GetCurrentThreadId());
BOOL             1282 third_party/wtl/include/atlapp.h 	BOOL InitSettingChangeNotify(DLGPROC pfnDlgProc = _SettingChangeDlgProc)
BOOL             1299 third_party/wtl/include/atlapp.h 		BOOL bRet = (m_pSettingChangeNotify != NULL);
BOOL             1345 third_party/wtl/include/atlapp.h 	BOOL AddSettingChangeNotify(HWND hWnd)
BOOL             1356 third_party/wtl/include/atlapp.h 		BOOL bRet = FALSE;
BOOL             1365 third_party/wtl/include/atlapp.h 	BOOL RemoveSettingChangeNotify(HWND hWnd)
BOOL             1375 third_party/wtl/include/atlapp.h 		BOOL bRet = FALSE;
BOOL             1398 third_party/wtl/include/atlapp.h 	static BOOL CALLBACK _SettingChangeDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
BOOL               25 third_party/wtl/include/atlcrack.h 	BOOL m_bMsgHandled; \
BOOL               27 third_party/wtl/include/atlcrack.h 	BOOL IsMsgHandled() const \
BOOL               31 third_party/wtl/include/atlcrack.h 	void SetMsgHandled(BOOL bHandled) \
BOOL               35 third_party/wtl/include/atlcrack.h 	BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID = 0) \
BOOL               37 third_party/wtl/include/atlcrack.h 		BOOL bOldMsgHandled = m_bMsgHandled; \
BOOL               38 third_party/wtl/include/atlcrack.h 		BOOL bRet = _ProcessWindowMessage(hWnd, uMsg, wParam, lParam, lResult, dwMsgMapID); \
BOOL               42 third_party/wtl/include/atlcrack.h 	BOOL _ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID) \
BOOL               44 third_party/wtl/include/atlcrack.h 		BOOL bHandled = TRUE; \
BOOL              127 third_party/wtl/include/atlcrack.h 		func((UINT)LOWORD(wParam), (BOOL)HIWORD(wParam), (HWND)lParam); \
BOOL              160 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam); \
BOOL              234 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam, (UINT)lParam); \
BOOL              245 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam, (int)lParam); \
BOOL              338 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam, (DWORD)lParam); \
BOOL              551 third_party/wtl/include/atlcrack.h 		lResult = func((BOOL)wParam, lParam); \
BOOL              582 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((BOOL)wParam); \
BOOL              866 third_party/wtl/include/atlcrack.h 		func((HMENU)wParam, (UINT)LOWORD(lParam), (BOOL)HIWORD(lParam)); \
BOOL             1249 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam); \
BOOL             1260 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam); \
BOOL             1463 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam, (HKL)lParam); \
BOOL             1474 third_party/wtl/include/atlcrack.h 		func((BOOL)LOWORD(lParam), wParam); \
BOOL             1549 third_party/wtl/include/atlcrack.h 		func((HFONT)wParam, (BOOL)LOWORD(lParam)); \
BOOL             1580 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam); \
BOOL              242 third_party/wtl/include/atlctrls.h 	void SetState(BOOL bHighlight)
BOOL              266 third_party/wtl/include/atlctrls.h 	void SetButtonStyle(UINT nStyle, BOOL bRedraw = TRUE)
BOOL              299 third_party/wtl/include/atlctrls.h 	BOOL GetIdealSize(LPSIZE lpSize) const
BOOL              302 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_GETIDEALSIZE, 0, (LPARAM)lpSize);
BOOL              305 third_party/wtl/include/atlctrls.h 	BOOL GetImageList(PBUTTON_IMAGELIST pButtonImagelist) const
BOOL              308 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_GETIMAGELIST, 0, (LPARAM)pButtonImagelist);
BOOL              311 third_party/wtl/include/atlctrls.h 	BOOL SetImageList(PBUTTON_IMAGELIST pButtonImagelist)
BOOL              314 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_SETIMAGELIST, 0, (LPARAM)pButtonImagelist);
BOOL              317 third_party/wtl/include/atlctrls.h 	BOOL GetTextMargin(LPRECT lpRect) const
BOOL              320 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_GETTEXTMARGIN, 0, (LPARAM)lpRect);
BOOL              323 third_party/wtl/include/atlctrls.h 	BOOL SetTextMargin(LPRECT lpRect)
BOOL              326 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_SETTEXTMARGIN, 0, (LPARAM)lpRect);
BOOL              331 third_party/wtl/include/atlctrls.h 	void SetDontClick(BOOL bDontClick)
BOOL              339 third_party/wtl/include/atlctrls.h 	BOOL SetDropDownState(BOOL bDropDown)
BOOL              343 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_SETDROPDOWNSTATE, (WPARAM)bDropDown, 0L);
BOOL              346 third_party/wtl/include/atlctrls.h 	BOOL GetSplitInfo(PBUTTON_SPLITINFO pSplitInfo) const
BOOL              350 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_GETSPLITINFO, 0, (LPARAM)pSplitInfo);
BOOL              353 third_party/wtl/include/atlctrls.h 	BOOL SetSplitInfo(PBUTTON_SPLITINFO pSplitInfo)
BOOL              357 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_SETSPLITINFO, 0, (LPARAM)pSplitInfo);
BOOL              367 third_party/wtl/include/atlctrls.h 	BOOL GetNote(LPWSTR lpstrNoteText, int cchNoteText) const
BOOL              371 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_GETNOTE, cchNoteText, (LPARAM)lpstrNoteText);
BOOL              374 third_party/wtl/include/atlctrls.h 	BOOL SetNote(LPCWSTR lpstrNoteText)
BOOL              378 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, BCM_SETNOTE, 0, (LPARAM)lpstrNoteText);
BOOL              381 third_party/wtl/include/atlctrls.h 	LRESULT SetElevationRequiredState(BOOL bSet)
BOOL              515 third_party/wtl/include/atlctrls.h 	int SetSel(int nIndex, BOOL bSelect = TRUE)
BOOL              556 third_party/wtl/include/atlctrls.h 	int SetCaretIndex(int nIndex, BOOL bScroll = TRUE)
BOOL              601 third_party/wtl/include/atlctrls.h 	BOOL GetTextBSTR(int nIndex, BSTR& bstrText) const
BOOL              668 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops(int nTabStops, LPINT rgTabStops)
BOOL              672 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LB_SETTABSTOPS, nTabStops, (LPARAM)rgTabStops);
BOOL              675 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops()
BOOL              679 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LB_SETTABSTOPS, 0, 0L);
BOOL              682 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops(const int& cxEachStop)    // takes an 'int'
BOOL              686 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LB_SETTABSTOPS, 1, (LPARAM)(LPINT)&cxEachStop);
BOOL              702 third_party/wtl/include/atlctrls.h 	UINT ItemFromPoint(POINT pt, BOOL& bOutside) const
BOOL              706 third_party/wtl/include/atlctrls.h 		bOutside = (BOOL)HIWORD(dw);
BOOL              762 third_party/wtl/include/atlctrls.h 	int SelItemRange(BOOL bSelect, int nFirstItem, int nLastItem)
BOOL              771 third_party/wtl/include/atlctrls.h 	DWORD GetInputMode(BOOL bCurrentMode = TRUE)
BOOL              776 third_party/wtl/include/atlctrls.h 	BOOL SetInputMode(DWORD dwMode)
BOOL              886 third_party/wtl/include/atlctrls.h 	BOOL GetComboBoxInfo(PCOMBOBOXINFO pComboBoxInfo) const
BOOL              890 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_GETCOMBOBOXINFO, 0, (LPARAM)pComboBoxInfo);
BOOL              904 third_party/wtl/include/atlctrls.h 	BOOL SetEditSel(int nStartChar, int nEndChar)
BOOL              907 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_SETEDITSEL, 0, MAKELONG(nStartChar, nEndChar));
BOOL              942 third_party/wtl/include/atlctrls.h 	BOOL GetLBTextBSTR(int nIndex, BSTR& bstrText) const
BOOL             1001 third_party/wtl/include/atlctrls.h 	BOOL GetExtendedUI() const
BOOL             1004 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_GETEXTENDEDUI, 0, 0L);
BOOL             1007 third_party/wtl/include/atlctrls.h 	int SetExtendedUI(BOOL bExtended = TRUE)
BOOL             1019 third_party/wtl/include/atlctrls.h 	BOOL GetDroppedState() const
BOOL             1022 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_GETDROPPEDSTATE, 0, 0L);
BOOL             1032 third_party/wtl/include/atlctrls.h 	BOOL SetMinVisible(int nMinVisible)
BOOL             1035 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_SETMINVISIBLE, nMinVisible, 0L);
BOOL             1039 third_party/wtl/include/atlctrls.h 	BOOL GetCueBannerText(LPWSTR lpwText, int cchText) const
BOOL             1045 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_GETCUEBANNER, (WPARAM)lpwText, cchText);
BOOL             1049 third_party/wtl/include/atlctrls.h 	BOOL SetCueBannerText(LPCWSTR lpcwText)
BOOL             1055 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_SETCUEBANNER, 0, (LPARAM)lpcwText);
BOOL             1073 third_party/wtl/include/atlctrls.h 	BOOL LimitText(int nMaxChars)
BOOL             1076 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CB_LIMITTEXT, nMaxChars, 0L);
BOOL             1080 third_party/wtl/include/atlctrls.h 	void ShowDropDown(BOOL bShowIt = TRUE)
BOOL             1192 third_party/wtl/include/atlctrls.h 	BOOL CanUndo() const
BOOL             1195 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANUNDO, 0, 0L);
BOOL             1204 third_party/wtl/include/atlctrls.h 	BOOL GetModify() const
BOOL             1207 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_GETMODIFY, 0, 0L);
BOOL             1210 third_party/wtl/include/atlctrls.h 	void SetModify(BOOL bModified = TRUE)
BOOL             1344 third_party/wtl/include/atlctrls.h 	BOOL SetReadOnly(BOOL bReadOnly = TRUE)
BOOL             1347 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETREADONLY, bReadOnly, 0L);
BOOL             1365 third_party/wtl/include/atlctrls.h 	BOOL GetCueBannerText(LPCWSTR lpstrText, int cchText) const
BOOL             1368 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_GETCUEBANNER, (WPARAM)lpstrText, cchText);
BOOL             1372 third_party/wtl/include/atlctrls.h 	BOOL SetCueBannerText(LPCWSTR lpstrText, BOOL bKeepWithFocus = FALSE)
BOOL             1375 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCUEBANNER, (WPARAM)bKeepWithFocus, (LPARAM)(lpstrText));
BOOL             1386 third_party/wtl/include/atlctrls.h 	BOOL FmtLines(BOOL bAddEOL)
BOOL             1389 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_FMTLINES, bAddEOL, 0L);
BOOL             1422 third_party/wtl/include/atlctrls.h 	void ReplaceSel(LPCTSTR lpszNewText, BOOL bCanUndo = FALSE)
BOOL             1440 third_party/wtl/include/atlctrls.h 	void SetSel(DWORD dwSelection, BOOL bNoScroll = FALSE)
BOOL             1448 third_party/wtl/include/atlctrls.h 	void SetSel(int nStartChar, int nEndChar, BOOL bNoScroll = FALSE)
BOOL             1456 third_party/wtl/include/atlctrls.h 	void SetSelAll(BOOL bNoScroll = FALSE)
BOOL             1461 third_party/wtl/include/atlctrls.h 	void SetSelNone(BOOL bNoScroll = FALSE)
BOOL             1466 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops(int nTabStops, LPINT rgTabStops)
BOOL             1469 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, nTabStops, (LPARAM)rgTabStops);
BOOL             1472 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops()
BOOL             1475 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 0, 0L);
BOOL             1478 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops(const int& cxEachStop)    // takes an 'int'
BOOL             1481 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 1, (LPARAM)(LPINT)&cxEachStop);
BOOL             1495 third_party/wtl/include/atlctrls.h 		if(!(BOOL)HIWORD(lRet))
BOOL             1501 third_party/wtl/include/atlctrls.h 	void InsertText(int nInsertAfterChar, LPCTSTR lpstrText, BOOL bNoScroll = FALSE, BOOL bCanUndo = FALSE)
BOOL             1507 third_party/wtl/include/atlctrls.h 	void AppendText(LPCTSTR lpstrText, BOOL bNoScroll = FALSE, BOOL bCanUndo = FALSE)
BOOL             1513 third_party/wtl/include/atlctrls.h 	BOOL ShowBalloonTip(PEDITBALLOONTIP pEditBaloonTip)
BOOL             1516 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SHOWBALLOONTIP, 0, (LPARAM)pEditBaloonTip);
BOOL             1519 third_party/wtl/include/atlctrls.h 	BOOL HideBalloonTip()
BOOL             1522 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_HIDEBALLOONTIP, 0, 0L);
BOOL             1549 third_party/wtl/include/atlctrls.h 	BOOL Undo()
BOOL             1552 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_UNDO, 0, 0L);
BOOL             1590 third_party/wtl/include/atlctrls.h 	DWORD GetInputMode(BOOL bCurrentMode = TRUE)
BOOL             1595 third_party/wtl/include/atlctrls.h 	BOOL SetInputMode(DWORD dwMode)
BOOL             1600 third_party/wtl/include/atlctrls.h 	BOOL SetSymbols(LPCTSTR szSymbols)
BOOL             1605 third_party/wtl/include/atlctrls.h 	BOOL ResetSymbols()
BOOL             1646 third_party/wtl/include/atlctrls.h 	LRESULT OnEditClear(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1653 third_party/wtl/include/atlctrls.h 	LRESULT OnEditClearAll(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1661 third_party/wtl/include/atlctrls.h 	LRESULT OnEditCopy(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1668 third_party/wtl/include/atlctrls.h 	LRESULT OnEditCut(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1675 third_party/wtl/include/atlctrls.h 	LRESULT OnEditPaste(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1682 third_party/wtl/include/atlctrls.h 	LRESULT OnEditSelectAll(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1689 third_party/wtl/include/atlctrls.h 	LRESULT OnEditUndo(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             1697 third_party/wtl/include/atlctrls.h 	BOOL CanCut() const
BOOL             1700 third_party/wtl/include/atlctrls.h 	BOOL CanCopy() const
BOOL             1703 third_party/wtl/include/atlctrls.h 	BOOL CanClear() const
BOOL             1706 third_party/wtl/include/atlctrls.h 	BOOL CanSelectAll() const
BOOL             1709 third_party/wtl/include/atlctrls.h 	BOOL CanFind() const
BOOL             1712 third_party/wtl/include/atlctrls.h 	BOOL CanRepeat() const
BOOL             1715 third_party/wtl/include/atlctrls.h 	BOOL CanReplace() const
BOOL             1718 third_party/wtl/include/atlctrls.h 	BOOL CanClearAll() const
BOOL             1722 third_party/wtl/include/atlctrls.h 	BOOL HasSelection() const
BOOL             1730 third_party/wtl/include/atlctrls.h 	BOOL HasText() const
BOOL             1776 third_party/wtl/include/atlctrls.h 	int SetScrollPos(int nPos, BOOL bRedraw = TRUE)
BOOL             1790 third_party/wtl/include/atlctrls.h 	void SetScrollRange(int nMinPos, int nMaxPos, BOOL bRedraw = TRUE)
BOOL             1796 third_party/wtl/include/atlctrls.h 	BOOL GetScrollInfo(LPSCROLLINFO lpScrollInfo) const
BOOL             1802 third_party/wtl/include/atlctrls.h 	int SetScrollInfo(LPSCROLLINFO lpScrollInfo, BOOL bRedraw = TRUE)
BOOL             1823 third_party/wtl/include/atlctrls.h 	BOOL GetScrollBarInfo(PSCROLLBARINFO pScrollBarInfo) const
BOOL             1827 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SBM_GETSCROLLBARINFO, 0, (LPARAM)pScrollBarInfo);
BOOL             1835 third_party/wtl/include/atlctrls.h 	void ShowScrollBar(BOOL bShow = TRUE)
BOOL             1841 third_party/wtl/include/atlctrls.h 	BOOL EnableScrollBar(UINT nArrowFlags = ESB_ENABLE_BOTH)
BOOL             1910 third_party/wtl/include/atlctrls.h 	BOOL GetImageInfo(int nImage, IMAGEINFO* pImageInfo) const
BOOL             1922 third_party/wtl/include/atlctrls.h 	BOOL GetIconSize(int& cx, int& cy) const
BOOL             1928 third_party/wtl/include/atlctrls.h 	BOOL GetIconSize(SIZE& size) const
BOOL             1934 third_party/wtl/include/atlctrls.h 	BOOL SetIconSize(int cx, int cy)
BOOL             1940 third_party/wtl/include/atlctrls.h 	BOOL SetIconSize(SIZE size)
BOOL             1946 third_party/wtl/include/atlctrls.h 	BOOL SetImageCount(UINT uNewCount)
BOOL             1952 third_party/wtl/include/atlctrls.h 	BOOL SetOverlayImage(int nImage, int nOverlay)
BOOL             1959 third_party/wtl/include/atlctrls.h 	BOOL Create(int cx, int cy, UINT nFlags, int nInitial, int nGrow)
BOOL             1966 third_party/wtl/include/atlctrls.h 	BOOL Create(ATL::_U_STRINGorID bitmap, int cx, int nGrow, COLORREF crMask)
BOOL             1973 third_party/wtl/include/atlctrls.h 	BOOL CreateFromImage(ATL::_U_STRINGorID image, int cx, int nGrow, COLORREF crMask, UINT uType, UINT uFlags = LR_DEFAULTCOLOR | LR_DEFAULTSIZE)
BOOL             1980 third_party/wtl/include/atlctrls.h 	BOOL Merge(HIMAGELIST hImageList1, int nImage1, HIMAGELIST hImageList2, int nImage2, int dx, int dy)
BOOL             1989 third_party/wtl/include/atlctrls.h 	BOOL CreateFromStream(LPSTREAM lpStream)
BOOL             1998 third_party/wtl/include/atlctrls.h 	BOOL Destroy()
BOOL             2002 third_party/wtl/include/atlctrls.h 		BOOL bRet = ImageList_Destroy(m_hImageList);
BOOL             2020 third_party/wtl/include/atlctrls.h 	BOOL Remove(int nImage)
BOOL             2026 third_party/wtl/include/atlctrls.h 	BOOL RemoveAll()
BOOL             2032 third_party/wtl/include/atlctrls.h 	BOOL Replace(int nImage, HBITMAP hBitmap, HBITMAP hBitmapMask)
BOOL             2056 third_party/wtl/include/atlctrls.h 	BOOL Draw(HDC hDC, int nImage, int x, int y, UINT nStyle)
BOOL             2063 third_party/wtl/include/atlctrls.h 	BOOL Draw(HDC hDC, int nImage, POINT pt, UINT nStyle)
BOOL             2070 third_party/wtl/include/atlctrls.h 	BOOL DrawEx(int nImage, HDC hDC, int x, int y, int dx, int dy, COLORREF rgbBk, COLORREF rgbFg, UINT fStyle)
BOOL             2077 third_party/wtl/include/atlctrls.h 	BOOL DrawEx(int nImage, HDC hDC, RECT& rect, COLORREF rgbBk, COLORREF rgbFg, UINT fStyle)
BOOL             2084 third_party/wtl/include/atlctrls.h 	static BOOL DrawIndirect(IMAGELISTDRAWPARAMS* pimldp)
BOOL             2089 third_party/wtl/include/atlctrls.h 	BOOL Copy(int nSrc, int nDst, UINT uFlags = ILCF_MOVE)
BOOL             2102 third_party/wtl/include/atlctrls.h 	BOOL Write(LPSTREAM lpStream)
BOOL             2124 third_party/wtl/include/atlctrls.h 	BOOL BeginDrag(int nImage, POINT ptHotSpot)
BOOL             2130 third_party/wtl/include/atlctrls.h 	BOOL BeginDrag(int nImage, int xHotSpot, int yHotSpot)
BOOL             2141 third_party/wtl/include/atlctrls.h 	static BOOL DragMove(POINT pt)
BOOL             2146 third_party/wtl/include/atlctrls.h 	static BOOL DragMove(int x, int y)
BOOL             2151 third_party/wtl/include/atlctrls.h 	BOOL SetDragCursorImage(int nDrag, POINT ptHotSpot)
BOOL             2157 third_party/wtl/include/atlctrls.h 	BOOL SetDragCursorImage(int nDrag, int xHotSpot, int yHotSpot)
BOOL             2163 third_party/wtl/include/atlctrls.h 	static BOOL DragShowNolock(BOOL bShow = TRUE)
BOOL             2173 third_party/wtl/include/atlctrls.h 	static BOOL DragEnter(HWND hWnd, POINT point)
BOOL             2178 third_party/wtl/include/atlctrls.h 	static BOOL DragEnter(HWND hWnd, int x, int y)
BOOL             2183 third_party/wtl/include/atlctrls.h 	static BOOL DragLeave(HWND hWnd)
BOOL             2287 third_party/wtl/include/atlctrls.h 	BOOL GetToolInfo(LPTOOLINFO lpToolInfo) const
BOOL             2290 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_GETTOOLINFO, 0, (LPARAM)lpToolInfo);
BOOL             2293 third_party/wtl/include/atlctrls.h 	BOOL GetToolInfo(HWND hWnd, UINT nIDTool, UINT* puFlags, LPRECT lpRect, LPTSTR lpstrText) const
BOOL             2300 third_party/wtl/include/atlctrls.h 		BOOL bRet = (BOOL)::SendMessage(m_hWnd, TTM_GETTOOLINFO, 0, ti);
BOOL             2397 third_party/wtl/include/atlctrls.h 	BOOL GetCurrentTool(LPTOOLINFO lpToolInfo) const
BOOL             2400 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_GETCURRENTTOOL, 0, (LPARAM)lpToolInfo);
BOOL             2412 third_party/wtl/include/atlctrls.h 	BOOL SetTitle(UINT uIcon, LPCTSTR lpstrTitle)
BOOL             2415 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_SETTITLE, uIcon, (LPARAM)lpstrTitle);
BOOL             2434 third_party/wtl/include/atlctrls.h 	void Activate(BOOL bActivate)
BOOL             2440 third_party/wtl/include/atlctrls.h 	BOOL AddTool(LPTOOLINFO lpToolInfo)
BOOL             2443 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_ADDTOOL, 0, (LPARAM)lpToolInfo);
BOOL             2446 third_party/wtl/include/atlctrls.h 	BOOL AddTool(HWND hWnd, ATL::_U_STRINGorID text = LPSTR_TEXTCALLBACK, LPCRECT lpRectTool = NULL, UINT nIDTool = 0)
BOOL             2454 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_ADDTOOL, 0, ti);
BOOL             2472 third_party/wtl/include/atlctrls.h 	BOOL HitTest(LPTTHITTESTINFO lpHitTestInfo) const
BOOL             2475 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_HITTEST, 0, (LPARAM)lpHitTestInfo);
BOOL             2478 third_party/wtl/include/atlctrls.h 	BOOL HitTest(HWND hWnd, POINT pt, LPTOOLINFO lpToolInfo) const
BOOL             2489 third_party/wtl/include/atlctrls.h 		if((BOOL)::SendMessage(m_hWnd, TTM_HITTEST, 0, (LPARAM)&hti) != FALSE)
BOOL             2518 third_party/wtl/include/atlctrls.h 	BOOL EnumTools(UINT nTool, LPTOOLINFO lpToolInfo) const
BOOL             2521 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_ENUMTOOLS, nTool, (LPARAM)lpToolInfo);
BOOL             2530 third_party/wtl/include/atlctrls.h 	void TrackActivate(LPTOOLINFO lpToolInfo, BOOL bActivate)
BOOL             2551 third_party/wtl/include/atlctrls.h 	BOOL AdjustRect(LPRECT lpRect, BOOL bLarger /*= TRUE*/)
BOOL             2554 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TTM_ADJUSTRECT, bLarger, (LPARAM)lpRect);
BOOL             2608 third_party/wtl/include/atlctrls.h 	BOOL GetItem(int nIndex, LPHDITEM pHeaderItem) const
BOOL             2611 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_GETITEM, nIndex, (LPARAM)pHeaderItem);
BOOL             2614 third_party/wtl/include/atlctrls.h 	BOOL SetItem(int nIndex, LPHDITEM pHeaderItem)
BOOL             2617 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_SETITEM, nIndex, (LPARAM)pHeaderItem);
BOOL             2632 third_party/wtl/include/atlctrls.h 	BOOL GetOrderArray(int nSize, int* lpnArray) const
BOOL             2635 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_GETORDERARRAY, nSize, (LPARAM)lpnArray);
BOOL             2638 third_party/wtl/include/atlctrls.h 	BOOL SetOrderArray(int nSize, int* lpnArray)
BOOL             2641 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_SETORDERARRAY, nSize, (LPARAM)lpnArray);
BOOL             2644 third_party/wtl/include/atlctrls.h 	BOOL GetItemRect(int nIndex, LPRECT lpItemRect) const
BOOL             2647 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_GETITEMRECT, nIndex, (LPARAM)lpItemRect);
BOOL             2650 third_party/wtl/include/atlctrls.h 	int SetHotDivider(BOOL bPos, DWORD dwInputValue)
BOOL             2657 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             2660 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_GETUNICODEFORMAT, 0, 0L);
BOOL             2663 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             2666 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             2691 third_party/wtl/include/atlctrls.h 	BOOL GetItemDropDownRect(int nIndex, LPRECT lpRect) const
BOOL             2694 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_GETITEMDROPDOWNRECT, nIndex, (LPARAM)lpRect);
BOOL             2697 third_party/wtl/include/atlctrls.h 	BOOL GetOverflowRect(LPRECT lpRect) const
BOOL             2700 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_GETOVERFLOWRECT, 0, (LPARAM)lpRect);
BOOL             2709 third_party/wtl/include/atlctrls.h 	BOOL SetFocusedItem(int nIndex)
BOOL             2712 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_SETFOCUSEDITEM, 0, nIndex);
BOOL             2728 third_party/wtl/include/atlctrls.h 	BOOL DeleteItem(int nIndex)
BOOL             2731 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_DELETEITEM, nIndex, 0L);
BOOL             2734 third_party/wtl/include/atlctrls.h 	BOOL Layout(HD_LAYOUT* pHeaderLayout)
BOOL             2737 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, HDM_LAYOUT, 0, (LPARAM)pHeaderLayout);
BOOL             2759 third_party/wtl/include/atlctrls.h 	int EditFilter(int nColumn, BOOL bDiscardChanges)
BOOL             2818 third_party/wtl/include/atlctrls.h 	BOOL SetBkColor(COLORREF cr)
BOOL             2821 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETBKCOLOR, 0, cr);
BOOL             2842 third_party/wtl/include/atlctrls.h 	BOOL SetItemCount(int nItems)
BOOL             2845 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMCOUNT, nItems, 0L);
BOOL             2848 third_party/wtl/include/atlctrls.h 	BOOL GetItem(LPLVITEM pItem) const
BOOL             2851 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETITEM, 0, (LPARAM)pItem);
BOOL             2854 third_party/wtl/include/atlctrls.h 	BOOL SetItem(const LVITEM* pItem)
BOOL             2857 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEM, 0, (LPARAM)pItem);
BOOL             2860 third_party/wtl/include/atlctrls.h 	BOOL SetItem(int nItem, int nSubItem, UINT nMask, LPCTSTR lpszItem,
BOOL             2873 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEM, 0, (LPARAM)&lvi);
BOOL             2882 third_party/wtl/include/atlctrls.h 	BOOL SetItemState(int nItem, UINT nState, UINT nStateMask)
BOOL             2888 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMSTATE, nItem, (LPARAM)&lvi);
BOOL             2891 third_party/wtl/include/atlctrls.h 	BOOL SetItemState(int nItem, LPLVITEM pItem)
BOOL             2894 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMSTATE, nItem, (LPARAM)pItem);
BOOL             2898 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(int nItem, int nSubItem, BSTR& bstrText) const
BOOL             2971 third_party/wtl/include/atlctrls.h 	BOOL SetItemText(int nItem, int nSubItem, LPCTSTR lpszText)
BOOL             2983 third_party/wtl/include/atlctrls.h 		BOOL bRet = (BOOL)::SendMessage(m_hWnd, LVM_GETITEM, 0, (LPARAM)&lvi);
BOOL             2987 third_party/wtl/include/atlctrls.h 	BOOL SetItemData(int nItem, DWORD_PTR dwData)
BOOL             2999 third_party/wtl/include/atlctrls.h 	BOOL SetCallbackMask(UINT nMask)
BOOL             3002 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETCALLBACKMASK, nMask, 0L);
BOOL             3005 third_party/wtl/include/atlctrls.h 	BOOL GetItemPosition(int nItem, LPPOINT lpPoint) const
BOOL             3008 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETITEMPOSITION, nItem, (LPARAM)lpPoint);
BOOL             3011 third_party/wtl/include/atlctrls.h 	BOOL SetItemPosition(int nItem, POINT pt)
BOOL             3015 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMPOSITION32, nItem, (LPARAM)&pt);
BOOL             3018 third_party/wtl/include/atlctrls.h 	BOOL SetItemPosition(int nItem, int x, int y)
BOOL             3023 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMPOSITION32, nItem, (LPARAM)&pt);
BOOL             3038 third_party/wtl/include/atlctrls.h 	BOOL GetColumn(int nCol, LVCOLUMN* pColumn) const
BOOL             3041 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETCOLUMN, nCol, (LPARAM)pColumn);
BOOL             3044 third_party/wtl/include/atlctrls.h 	BOOL SetColumn(int nCol, const LVCOLUMN* pColumn)
BOOL             3047 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMN, nCol, (LPARAM)pColumn);
BOOL             3056 third_party/wtl/include/atlctrls.h 	BOOL SetColumnWidth(int nCol, int cx)
BOOL             3059 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMNWIDTH, nCol, MAKELPARAM(cx, 0));
BOOL             3062 third_party/wtl/include/atlctrls.h 	BOOL GetViewRect(LPRECT lpRect) const
BOOL             3065 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETVIEWRECT, 0, (LPARAM)lpRect);
BOOL             3074 third_party/wtl/include/atlctrls.h 	BOOL SetTextColor(COLORREF cr)
BOOL             3077 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETTEXTCOLOR, 0, cr);
BOOL             3086 third_party/wtl/include/atlctrls.h 	BOOL SetTextBkColor(COLORREF cr)
BOOL             3089 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETTEXTBKCOLOR, 0, cr);
BOOL             3104 third_party/wtl/include/atlctrls.h 	BOOL GetOrigin(LPPOINT lpPoint) const
BOOL             3107 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETORIGIN, 0, (LPARAM)lpPoint);
BOOL             3116 third_party/wtl/include/atlctrls.h 	BOOL GetItemRect(int nItem, LPRECT lpRect, UINT nCode) const
BOOL             3120 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETITEMRECT, (WPARAM)nItem, (LPARAM)lpRect);
BOOL             3149 third_party/wtl/include/atlctrls.h 	BOOL GetColumnOrderArray(int nCount, int* lpnArray) const
BOOL             3152 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETCOLUMNORDERARRAY, nCount, (LPARAM)lpnArray);
BOOL             3155 third_party/wtl/include/atlctrls.h 	BOOL SetColumnOrderArray(int nCount, int* lpnArray)
BOOL             3158 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMNORDERARRAY, nCount, (LPARAM)lpnArray);
BOOL             3167 third_party/wtl/include/atlctrls.h 	BOOL GetSubItemRect(int nItem, int nSubItem, int nFlag, LPRECT lpRect) const
BOOL             3174 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETSUBITEMRECT, nItem, (LPARAM)lpRect);
BOOL             3190 third_party/wtl/include/atlctrls.h 	void GetItemSpacing(SIZE& sizeSpacing, BOOL bSmallIconView = FALSE) const
BOOL             3214 third_party/wtl/include/atlctrls.h 	BOOL GetSelectedItem(LPLVITEM pItem) const
BOOL             3222 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETITEM, 0, (LPARAM)pItem);
BOOL             3240 third_party/wtl/include/atlctrls.h 	BOOL GetCheckState(int nIndex) const
BOOL             3248 third_party/wtl/include/atlctrls.h 	BOOL SetCheckState(int nItem, BOOL bCheck)
BOOL             3273 third_party/wtl/include/atlctrls.h 	BOOL GetBkImage(LPLVBKIMAGE plvbki) const
BOOL             3276 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETBKIMAGE, 0, (LPARAM)plvbki);
BOOL             3279 third_party/wtl/include/atlctrls.h 	BOOL SetBkImage(LPLVBKIMAGE plvbki)
BOOL             3282 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETBKIMAGE, 0, (LPARAM)plvbki);
BOOL             3299 third_party/wtl/include/atlctrls.h 	BOOL GetWorkAreas(int nWorkAreas, LPRECT lpRect) const
BOOL             3302 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETWORKAREAS, nWorkAreas, (LPARAM)lpRect);
BOOL             3305 third_party/wtl/include/atlctrls.h 	BOOL SetWorkAreas(int nWorkAreas, LPRECT lpRect)
BOOL             3308 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETWORKAREAS, nWorkAreas, (LPARAM)lpRect);
BOOL             3325 third_party/wtl/include/atlctrls.h 	BOOL GetNumberOfWorkAreas(int* pnWorkAreas) const
BOOL             3328 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETNUMBEROFWORKAREAS, 0, (LPARAM)pnWorkAreas);
BOOL             3332 third_party/wtl/include/atlctrls.h 	BOOL SetItemCountEx(int nItems, DWORD dwFlags)
BOOL             3336 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMCOUNT, nItems, dwFlags);
BOOL             3352 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             3355 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETUNICODEFORMAT, 0, 0L);
BOOL             3358 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             3361 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             3391 third_party/wtl/include/atlctrls.h 	BOOL IsGroupViewEnabled() const
BOOL             3394 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_ISGROUPVIEWENABLED, 0, 0L);
BOOL             3427 third_party/wtl/include/atlctrls.h 	BOOL SetTileViewInfo(PLVTILEVIEWINFO pTileViewInfo)
BOOL             3430 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETTILEVIEWINFO, 0, (LPARAM)pTileViewInfo);
BOOL             3439 third_party/wtl/include/atlctrls.h 	BOOL SetTileInfo(PLVTILEINFO pTileInfo)
BOOL             3442 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETTILEINFO, 0, (LPARAM)pTileInfo);
BOOL             3445 third_party/wtl/include/atlctrls.h 	BOOL GetInsertMark(LPLVINSERTMARK pInsertMark) const
BOOL             3448 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETINSERTMARK, 0, (LPARAM)pInsertMark);
BOOL             3451 third_party/wtl/include/atlctrls.h 	BOOL SetInsertMark(LPLVINSERTMARK pInsertMark)
BOOL             3454 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETINSERTMARK, 0, (LPARAM)pInsertMark);
BOOL             3495 third_party/wtl/include/atlctrls.h 	BOOL GetGroupInfoByIndex(int nIndex, PLVGROUP pGroup) const
BOOL             3498 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETGROUPINFOBYINDEX, nIndex, (LPARAM)pGroup);
BOOL             3501 third_party/wtl/include/atlctrls.h 	BOOL GetGroupRect(int nGroupID, int nType, LPRECT lpRect) const
BOOL             3507 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETGROUPRECT, nGroupID, (LPARAM)lpRect);
BOOL             3522 third_party/wtl/include/atlctrls.h 	BOOL GetEmptyText(LPWSTR lpstrText, int cchText) const
BOOL             3525 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETEMPTYTEXT, cchText, (LPARAM)lpstrText);
BOOL             3528 third_party/wtl/include/atlctrls.h 	BOOL GetFooterRect(LPRECT lpRect) const
BOOL             3531 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERRECT, 0, (LPARAM)lpRect);
BOOL             3534 third_party/wtl/include/atlctrls.h 	BOOL GetFooterInfo(LPLVFOOTERINFO lpFooterInfo) const
BOOL             3537 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERINFO, 0, (LPARAM)lpFooterInfo);
BOOL             3540 third_party/wtl/include/atlctrls.h 	BOOL GetFooterItemRect(int nItem, LPRECT lpRect) const
BOOL             3543 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERITEMRECT, nItem, (LPARAM)lpRect);
BOOL             3546 third_party/wtl/include/atlctrls.h 	BOOL GetFooterItem(int nItem, LPLVFOOTERITEM lpFooterItem) const
BOOL             3549 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERITEM, nItem, (LPARAM)lpFooterItem);
BOOL             3552 third_party/wtl/include/atlctrls.h 	BOOL GetItemIndexRect(PLVITEMINDEX pItemIndex, int nSubItem, int nType, LPRECT lpRect) const
BOOL             3562 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETITEMINDEXRECT, (WPARAM)pItemIndex, (LPARAM)lpRect);
BOOL             3565 third_party/wtl/include/atlctrls.h 	BOOL SetItemIndexState(PLVITEMINDEX pItemIndex, UINT uState, UINT dwMask)
BOOL             3571 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMINDEXSTATE, (WPARAM)pItemIndex, (LPARAM)&lvi);
BOOL             3574 third_party/wtl/include/atlctrls.h 	BOOL GetNextItemIndex(PLVITEMINDEX pItemIndex, WORD wFlags) const
BOOL             3577 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_GETNEXTITEMINDEX, (WPARAM)pItemIndex, MAKELPARAM(wFlags, 0));
BOOL             3618 third_party/wtl/include/atlctrls.h 	BOOL DeleteColumn(int nCol)
BOOL             3621 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_DELETECOLUMN, nCol, 0L);
BOOL             3663 third_party/wtl/include/atlctrls.h 	BOOL DeleteItem(int nItem)
BOOL             3666 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_DELETEITEM, nItem, 0L);
BOOL             3669 third_party/wtl/include/atlctrls.h 	BOOL DeleteAllItems()
BOOL             3672 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_DELETEALLITEMS, 0, 0L);
BOOL             3698 third_party/wtl/include/atlctrls.h 	BOOL EnsureVisible(int nItem, BOOL bPartialOK)
BOOL             3701 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_ENSUREVISIBLE, nItem, MAKELPARAM(bPartialOK, 0));
BOOL             3704 third_party/wtl/include/atlctrls.h 	BOOL Scroll(SIZE size)
BOOL             3707 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SCROLL, size.cx, size.cy);
BOOL             3710 third_party/wtl/include/atlctrls.h 	BOOL RedrawItems(int nFirst, int nLast)
BOOL             3713 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_REDRAWITEMS, nFirst, nLast);
BOOL             3716 third_party/wtl/include/atlctrls.h 	BOOL Arrange(UINT nCode)
BOOL             3719 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_ARRANGE, nCode, 0L);
BOOL             3728 third_party/wtl/include/atlctrls.h 	BOOL Update(int nItem)
BOOL             3731 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_UPDATE, nItem, 0L);
BOOL             3734 third_party/wtl/include/atlctrls.h 	BOOL SortItems(PFNLVCOMPARE pfnCompare, LPARAM lParamSort)
BOOL             3737 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SORTITEMS, (WPARAM)lParamSort, (LPARAM)pfnCompare);
BOOL             3799 third_party/wtl/include/atlctrls.h 	BOOL SortItemsEx(PFNLVCOMPARE pfnCompare, LPARAM lParamSort)
BOOL             3802 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SORTITEMSEX, (WPARAM)lParamSort, (LPARAM)pfnCompare);
BOOL             3836 third_party/wtl/include/atlctrls.h 	int EnableGroupView(BOOL bEnable)
BOOL             3860 third_party/wtl/include/atlctrls.h 	BOOL HasGroup(int nGroupID)
BOOL             3863 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_HASGROUP, nGroupID, 0L);
BOOL             3866 third_party/wtl/include/atlctrls.h 	BOOL InsertMarkHitTest(LPPOINT lpPoint, LPLVINSERTMARK pInsertMark) const
BOOL             3869 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_INSERTMARKHITTEST, (WPARAM)lpPoint, (LPARAM)pInsertMark);
BOOL             3872 third_party/wtl/include/atlctrls.h 	BOOL SetInfoTip(PLVSETINFOTIP pSetInfoTip)
BOOL             3875 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LVM_SETINFOTIP, 0, (LPARAM)pSetInfoTip);
BOOL             3923 third_party/wtl/include/atlctrls.h 	BOOL SelectItem(int nIndex)
BOOL             3928 third_party/wtl/include/atlctrls.h 		BOOL bRet = SetItemState(nIndex, LVIS_SELECTED | LVIS_FOCUSED, LVIS_SELECTED | LVIS_FOCUSED);
BOOL             3998 third_party/wtl/include/atlctrls.h 	BOOL GetItem(LPTVITEM pItem) const
BOOL             4001 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)pItem);
BOOL             4004 third_party/wtl/include/atlctrls.h 	BOOL SetItem(LPTVITEM pItem)
BOOL             4007 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETITEM, 0, (LPARAM)pItem);
BOOL             4010 third_party/wtl/include/atlctrls.h 	BOOL SetItem(HTREEITEM hItem, UINT nMask, LPCTSTR lpszItem, int nImage,
BOOL             4023 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETITEM, 0, (LPARAM)&item);
BOOL             4026 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(HTREEITEM hItem, LPTSTR lpstrText, int nLen) const
BOOL             4037 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item);
BOOL             4041 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(HTREEITEM hItem, BSTR& bstrText) const
BOOL             4051 third_party/wtl/include/atlctrls.h 		BOOL bRet = FALSE;
BOOL             4060 third_party/wtl/include/atlctrls.h 			bRet = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item);
BOOL             4079 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(HTREEITEM hItem, _CSTRING_NS::CString& strText) const
BOOL             4087 third_party/wtl/include/atlctrls.h 		BOOL bRet = FALSE;
BOOL             4097 third_party/wtl/include/atlctrls.h 			bRet = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item);
BOOL             4106 third_party/wtl/include/atlctrls.h 	BOOL SetItemText(HTREEITEM hItem, LPCTSTR lpszItem)
BOOL             4112 third_party/wtl/include/atlctrls.h 	BOOL GetItemImage(HTREEITEM hItem, int& nImage, int& nSelectedImage) const
BOOL             4118 third_party/wtl/include/atlctrls.h 		BOOL bRes = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item);
BOOL             4127 third_party/wtl/include/atlctrls.h 	BOOL SetItemImage(HTREEITEM hItem, int nImage, int nSelectedImage)
BOOL             4149 third_party/wtl/include/atlctrls.h 	BOOL SetItemState(HTREEITEM hItem, UINT nState, UINT nStateMask)
BOOL             4161 third_party/wtl/include/atlctrls.h 		BOOL bRet = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item);
BOOL             4165 third_party/wtl/include/atlctrls.h 	BOOL SetItemData(HTREEITEM hItem, DWORD_PTR dwData)
BOOL             4183 third_party/wtl/include/atlctrls.h 	BOOL GetItemRect(HTREEITEM hItem, LPRECT lpRect, BOOL bTextOnly) const
BOOL             4187 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_GETITEMRECT, (WPARAM)bTextOnly, (LPARAM)lpRect);
BOOL             4190 third_party/wtl/include/atlctrls.h 	BOOL ItemHasChildren(HTREEITEM hItem) const
BOOL             4221 third_party/wtl/include/atlctrls.h 	BOOL GetCheckState(HTREEITEM hItem) const
BOOL             4229 third_party/wtl/include/atlctrls.h 	BOOL SetCheckState(HTREEITEM hItem, BOOL bCheck)
BOOL             4296 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             4299 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_GETUNICODEFORMAT, 0, 0L);
BOOL             4302 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             4305 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             4324 third_party/wtl/include/atlctrls.h 	BOOL GetItem(LPTVITEMEX pItem) const
BOOL             4327 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)pItem);
BOOL             4330 third_party/wtl/include/atlctrls.h 	BOOL SetItem(LPTVITEMEX pItem)
BOOL             4333 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETITEM, 0, (LPARAM)pItem);
BOOL             4356 third_party/wtl/include/atlctrls.h 	BOOL SetAutoScrollInfo(UINT uPixPerSec, UINT uUpdateTime)
BOOL             4359 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETAUTOSCROLLINFO, (WPARAM)uPixPerSec, (LPARAM)uUpdateTime);
BOOL             4368 third_party/wtl/include/atlctrls.h 	BOOL GetItemPartRect(HTREEITEM hItem, TVITEMPART partID, LPRECT lpRect) const
BOOL             4372 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_GETITEMPARTRECT, 0, (LPARAM)&gipri);
BOOL             4414 third_party/wtl/include/atlctrls.h 	BOOL DeleteItem(HTREEITEM hItem)
BOOL             4417 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_DELETEITEM, 0, (LPARAM)hItem);
BOOL             4420 third_party/wtl/include/atlctrls.h 	BOOL DeleteAllItems()
BOOL             4423 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_DELETEITEM, 0, (LPARAM)TVI_ROOT);
BOOL             4426 third_party/wtl/include/atlctrls.h 	BOOL Expand(HTREEITEM hItem, UINT nCode = TVE_EXPAND)
BOOL             4429 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_EXPAND, nCode, (LPARAM)hItem);
BOOL             4514 third_party/wtl/include/atlctrls.h 	BOOL Select(HTREEITEM hItem, UINT nCode)
BOOL             4517 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, nCode, (LPARAM)hItem);
BOOL             4520 third_party/wtl/include/atlctrls.h 	BOOL SelectItem(HTREEITEM hItem)
BOOL             4523 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, TVGN_CARET, (LPARAM)hItem);
BOOL             4526 third_party/wtl/include/atlctrls.h 	BOOL SelectDropTarget(HTREEITEM hItem)
BOOL             4529 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, TVGN_DROPHILITE, (LPARAM)hItem);
BOOL             4532 third_party/wtl/include/atlctrls.h 	BOOL SelectSetFirstVisible(HTREEITEM hItem)
BOOL             4535 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, TVGN_FIRSTVISIBLE, (LPARAM)hItem);
BOOL             4544 third_party/wtl/include/atlctrls.h 	BOOL EndEditLabelNow(BOOL bCancel)
BOOL             4547 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_ENDEDITLABELNOW, bCancel, 0L);
BOOL             4567 third_party/wtl/include/atlctrls.h 	BOOL SortChildren(HTREEITEM hItem, BOOL bRecurse = FALSE)
BOOL             4570 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SORTCHILDREN, (WPARAM)bRecurse, (LPARAM)hItem);
BOOL             4573 third_party/wtl/include/atlctrls.h 	BOOL EnsureVisible(HTREEITEM hItem)
BOOL             4576 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_ENSUREVISIBLE, 0, (LPARAM)hItem);
BOOL             4579 third_party/wtl/include/atlctrls.h 	BOOL SortChildrenCB(LPTVSORTCB pSort, BOOL bRecurse = FALSE)
BOOL             4582 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SORTCHILDRENCB, (WPARAM)bRecurse, (LPARAM)pSort);
BOOL             4598 third_party/wtl/include/atlctrls.h 	BOOL SetInsertMark(HTREEITEM hTreeItem, BOOL bAfter)
BOOL             4601 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETINSERTMARK, bAfter, (LPARAM)hTreeItem);
BOOL             4604 third_party/wtl/include/atlctrls.h 	BOOL RemoveInsertMark()
BOOL             4607 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TVM_SETINSERTMARK, 0, 0L);
BOOL             4672 third_party/wtl/include/atlctrls.h 	BOOL operator !() const { return m_hTreeItem == NULL; }
BOOL             4674 third_party/wtl/include/atlctrls.h 	BOOL IsNull() const { return m_hTreeItem == NULL; }
BOOL             4676 third_party/wtl/include/atlctrls.h 	BOOL GetRect(LPRECT lpRect, BOOL bTextOnly) const;
BOOL             4677 third_party/wtl/include/atlctrls.h 	BOOL GetText(LPTSTR lpstrText, int nLen) const;
BOOL             4679 third_party/wtl/include/atlctrls.h 	BOOL GetText(BSTR& bstrText) const;
BOOL             4682 third_party/wtl/include/atlctrls.h 	BOOL GetText(_CSTRING_NS::CString& strText) const;
BOOL             4684 third_party/wtl/include/atlctrls.h 	BOOL SetText(LPCTSTR lpszItem);
BOOL             4685 third_party/wtl/include/atlctrls.h 	BOOL GetImage(int& nImage, int& nSelectedImage) const;
BOOL             4686 third_party/wtl/include/atlctrls.h 	BOOL SetImage(int nImage, int nSelectedImage);
BOOL             4688 third_party/wtl/include/atlctrls.h 	BOOL SetState(UINT nState, UINT nStateMask);
BOOL             4690 third_party/wtl/include/atlctrls.h 	BOOL SetData(DWORD_PTR dwData);
BOOL             4691 third_party/wtl/include/atlctrls.h 	BOOL SetItem(UINT nMask, LPCTSTR lpszItem, int nImage, int nSelectedImage, UINT nState, UINT nStateMask, LPARAM lParam);
BOOL             4726 third_party/wtl/include/atlctrls.h 	BOOL HasChildren() const;
BOOL             4727 third_party/wtl/include/atlctrls.h 	BOOL Delete();
BOOL             4728 third_party/wtl/include/atlctrls.h 	BOOL Expand(UINT nCode = TVE_EXPAND);
BOOL             4729 third_party/wtl/include/atlctrls.h 	BOOL Select(UINT nCode);
BOOL             4730 third_party/wtl/include/atlctrls.h 	BOOL Select();
BOOL             4731 third_party/wtl/include/atlctrls.h 	BOOL SelectDropTarget();
BOOL             4732 third_party/wtl/include/atlctrls.h 	BOOL SelectSetFirstVisible();
BOOL             4735 third_party/wtl/include/atlctrls.h 	BOOL SortChildren(BOOL bRecurse = FALSE);
BOOL             4736 third_party/wtl/include/atlctrls.h 	BOOL EnsureVisible();
BOOL             4740 third_party/wtl/include/atlctrls.h 	BOOL SetInsertMark(BOOL bAfter);
BOOL             4747 third_party/wtl/include/atlctrls.h 	BOOL GetPartRect(TVITEMPART partID, LPRECT lpRect) const;
BOOL             4936 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetRect(LPRECT lpRect, BOOL bTextOnly) const
BOOL             5038 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetText(LPTSTR lpstrText, int nLen) const
BOOL             5047 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetText(BSTR& bstrText) const
BOOL             5057 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetText(_CSTRING_NS::CString& strText) const
BOOL             5065 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetImage(int& nImage, int& nSelectedImage) const
BOOL             5086 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetItem(UINT nMask, LPCTSTR lpszItem, int nImage,
BOOL             5094 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetText(LPCTSTR lpszItem)
BOOL             5101 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetImage(int nImage, int nSelectedImage)
BOOL             5108 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetState(UINT nState, UINT nStateMask)
BOOL             5115 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetData(DWORD_PTR dwData)
BOOL             5122 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::HasChildren() const
BOOL             5129 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::Delete()
BOOL             5136 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::Expand(UINT nCode /*= TVE_EXPAND*/)
BOOL             5143 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::Select(UINT nCode)
BOOL             5150 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::Select()
BOOL             5157 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SelectDropTarget()
BOOL             5164 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SelectSetFirstVisible()
BOOL             5185 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SortChildren(BOOL bRecurse /*= FALSE*/)
BOOL             5192 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::EnsureVisible()
BOOL             5229 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetInsertMark(BOOL bAfter)
BOOL             5254 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::GetPartRect(TVITEMPART partID, LPRECT lpRect) const
BOOL             5292 third_party/wtl/include/atlctrls.h 	BOOL IsButtonEnabled(int nID) const
BOOL             5295 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONENABLED, nID, 0L);
BOOL             5298 third_party/wtl/include/atlctrls.h 	BOOL IsButtonChecked(int nID) const
BOOL             5301 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONCHECKED, nID, 0L);
BOOL             5304 third_party/wtl/include/atlctrls.h 	BOOL IsButtonPressed(int nID) const
BOOL             5307 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONPRESSED, nID, 0L);
BOOL             5310 third_party/wtl/include/atlctrls.h 	BOOL IsButtonHidden(int nID) const
BOOL             5313 third_party/wtl/include/atlctrls.h 		return(BOOL) ::SendMessage(m_hWnd, TB_ISBUTTONHIDDEN, nID, 0L);
BOOL             5316 third_party/wtl/include/atlctrls.h 	BOOL IsButtonIndeterminate(int nID) const
BOOL             5319 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONINDETERMINATE, nID, 0L);
BOOL             5328 third_party/wtl/include/atlctrls.h 	BOOL SetState(int nID, UINT nState)
BOOL             5331 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETSTATE, nID, MAKELPARAM(nState, 0));
BOOL             5334 third_party/wtl/include/atlctrls.h 	BOOL GetButton(int nIndex, LPTBBUTTON lpButton) const
BOOL             5337 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETBUTTON, nIndex, (LPARAM)lpButton);
BOOL             5346 third_party/wtl/include/atlctrls.h 	BOOL GetItemRect(int nIndex, LPRECT lpRect) const
BOOL             5349 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETITEMRECT, nIndex, (LPARAM)lpRect);
BOOL             5358 third_party/wtl/include/atlctrls.h 	BOOL SetButtonSize(SIZE size)
BOOL             5361 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(size.cx, size.cy));
BOOL             5364 third_party/wtl/include/atlctrls.h 	BOOL SetButtonSize(int cx, int cy)
BOOL             5367 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(cx, cy));
BOOL             5370 third_party/wtl/include/atlctrls.h 	BOOL SetBitmapSize(SIZE size)
BOOL             5373 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBITMAPSIZE, 0, MAKELPARAM(size.cx, size.cy));
BOOL             5376 third_party/wtl/include/atlctrls.h 	BOOL SetBitmapSize(int cx, int cy)
BOOL             5379 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBITMAPSIZE, 0, MAKELPARAM(cx, cy));
BOOL             5408 third_party/wtl/include/atlctrls.h 	void SetRows(int nRows, BOOL bLarger, LPRECT lpRect)
BOOL             5414 third_party/wtl/include/atlctrls.h 	BOOL SetCmdID(int nIndex, UINT nID)
BOOL             5417 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETCMDID, nIndex, nID);
BOOL             5508 third_party/wtl/include/atlctrls.h 	BOOL GetRect(int nID, LPRECT lpRect) const
BOOL             5511 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETRECT, nID, (LPARAM)lpRect);
BOOL             5520 third_party/wtl/include/atlctrls.h 	BOOL SetButtonWidth(int cxMin, int cxMax)
BOOL             5523 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONWIDTH, 0, MAKELPARAM(cxMin, cxMax));
BOOL             5526 third_party/wtl/include/atlctrls.h 	BOOL SetIndent(int nIndent)
BOOL             5529 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETINDENT, nIndent, 0L);
BOOL             5532 third_party/wtl/include/atlctrls.h 	BOOL SetMaxTextRows(int nMaxTextRows)
BOOL             5535 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETMAXTEXTROWS, nMaxTextRows, 0L);
BOOL             5540 third_party/wtl/include/atlctrls.h 	BOOL GetAnchorHighlight() const
BOOL             5543 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETANCHORHIGHLIGHT, 0, 0L);
BOOL             5546 third_party/wtl/include/atlctrls.h 	BOOL SetAnchorHighlight(BOOL bEnable = TRUE)
BOOL             5549 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETANCHORHIGHLIGHT, bEnable, 0L);
BOOL             5559 third_party/wtl/include/atlctrls.h 	BOOL SetButtonInfo(int nID, LPTBBUTTONINFO lptbbi)
BOOL             5562 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONINFO, nID, (LPARAM)lptbbi);
BOOL             5565 third_party/wtl/include/atlctrls.h 	BOOL SetButtonInfo(int nID, DWORD dwMask, BYTE Style, BYTE State, LPCTSTR lpszItem, 
BOOL             5579 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONINFO, nID, (LPARAM)&tbbi);
BOOL             5596 third_party/wtl/include/atlctrls.h 	BOOL IsButtonHighlighted(int nButtonID) const
BOOL             5599 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONHIGHLIGHTED, nButtonID, 0L);
BOOL             5609 third_party/wtl/include/atlctrls.h 	BOOL GetColorScheme(LPCOLORSCHEME lpcs) const
BOOL             5612 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETCOLORSCHEME, 0, (LPARAM)lpcs);
BOOL             5657 third_party/wtl/include/atlctrls.h 	BOOL GetMaxSize(LPSIZE lpSize) const
BOOL             5660 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETMAXSIZE, 0, (LPARAM)lpSize);
BOOL             5683 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             5686 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_GETUNICODEFORMAT, 0, 0L);
BOOL             5689 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             5692 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             5783 third_party/wtl/include/atlctrls.h 	BOOL EnableButton(int nID, BOOL bEnable = TRUE)
BOOL             5786 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ENABLEBUTTON, nID, MAKELPARAM(bEnable, 0));
BOOL             5789 third_party/wtl/include/atlctrls.h 	BOOL CheckButton(int nID, BOOL bCheck = TRUE)
BOOL             5792 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_CHECKBUTTON, nID, MAKELPARAM(bCheck, 0));
BOOL             5795 third_party/wtl/include/atlctrls.h 	BOOL PressButton(int nID, BOOL bPress = TRUE)
BOOL             5798 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_PRESSBUTTON, nID, MAKELPARAM(bPress, 0));
BOOL             5801 third_party/wtl/include/atlctrls.h 	BOOL HideButton(int nID, BOOL bHide = TRUE)
BOOL             5804 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_HIDEBUTTON, nID, MAKELPARAM(bHide, 0));
BOOL             5807 third_party/wtl/include/atlctrls.h 	BOOL Indeterminate(int nID, BOOL bIndeterminate = TRUE)
BOOL             5810 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_INDETERMINATE, nID, MAKELPARAM(bIndeterminate, 0));
BOOL             5832 third_party/wtl/include/atlctrls.h 	BOOL AddButtons(int nNumButtons, LPTBBUTTON lpButtons)
BOOL             5835 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_ADDBUTTONS, nNumButtons, (LPARAM)lpButtons);
BOOL             5838 third_party/wtl/include/atlctrls.h 	BOOL InsertButton(int nIndex, LPTBBUTTON lpButton)
BOOL             5841 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_INSERTBUTTON, nIndex, (LPARAM)lpButton);
BOOL             5844 third_party/wtl/include/atlctrls.h 	BOOL InsertButton(int nIndex, int iCommand, BYTE Style, BYTE State, int iBitmap, 
BOOL             5855 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_INSERTBUTTON, nIndex, (LPARAM)&tbb);
BOOL             5858 third_party/wtl/include/atlctrls.h 	BOOL InsertButton(int nIndex, int iCommand, BYTE Style, BYTE State, int iBitmap, 
BOOL             5864 third_party/wtl/include/atlctrls.h 	BOOL AddButton(LPTBBUTTON lpButton)
BOOL             5869 third_party/wtl/include/atlctrls.h 	BOOL AddButton(int iCommand, BYTE Style, BYTE State, int iBitmap, INT_PTR iString, DWORD_PTR lParam)
BOOL             5874 third_party/wtl/include/atlctrls.h 	BOOL AddButton(int iCommand, BYTE Style, BYTE State, int iBitmap, LPCTSTR lpszItem, DWORD_PTR lParam)
BOOL             5879 third_party/wtl/include/atlctrls.h 	BOOL DeleteButton(int nIndex)
BOOL             5882 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_DELETEBUTTON, nIndex, 0L);
BOOL             5937 third_party/wtl/include/atlctrls.h 	BOOL ChangeBitmap(int nID, int nBitmap)
BOOL             5940 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_CHANGEBITMAP, nID, MAKELPARAM(nBitmap, 0));
BOOL             5955 third_party/wtl/include/atlctrls.h 	BOOL ReplaceBitmap(LPTBREPLACEBITMAP ptbrb)
BOOL             5958 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_REPLACEBITMAP, 0, (LPARAM)ptbrb);
BOOL             5969 third_party/wtl/include/atlctrls.h 	BOOL InsertMarkHitTest(LPPOINT lpPoint, LPTBINSERTMARK lptbim) const
BOOL             5972 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_INSERTMARKHITTEST, (WPARAM)lpPoint, (LPARAM)lptbim);
BOOL             5975 third_party/wtl/include/atlctrls.h 	BOOL InsertMarkHitTest(int x, int y, LPTBINSERTMARK lptbim) const
BOOL             5979 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_INSERTMARKHITTEST, (WPARAM)&pt, (LPARAM)lptbim);
BOOL             5982 third_party/wtl/include/atlctrls.h 	BOOL MapAccelerator(TCHAR chAccel, int& nID) const
BOOL             5985 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_MAPACCELERATOR, (WPARAM)chAccel, (LPARAM)&nID);
BOOL             5988 third_party/wtl/include/atlctrls.h 	BOOL MarkButton(int nID, BOOL bHighlight = TRUE)
BOOL             5991 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_MARKBUTTON, nID, MAKELPARAM(bHighlight, 0));
BOOL             5994 third_party/wtl/include/atlctrls.h 	BOOL MoveButton(int nOldPos, int nNewPos)
BOOL             5997 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TB_MOVEBUTTON, nOldPos, nNewPos);
BOOL             6048 third_party/wtl/include/atlctrls.h 	BOOL SetParts(int nParts, int* pWidths)
BOOL             6051 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_SETPARTS, nParts, (LPARAM)pWidths);
BOOL             6075 third_party/wtl/include/atlctrls.h 	BOOL GetTextBSTR(int nPane, BSTR& bstrText, int* pType = NULL) const
BOOL             6114 third_party/wtl/include/atlctrls.h 	BOOL SetText(int nPane, LPCTSTR lpszText, int nType = 0)
BOOL             6118 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_SETTEXT, (nPane | nType), (LPARAM)lpszText);
BOOL             6121 third_party/wtl/include/atlctrls.h 	BOOL GetRect(int nPane, LPRECT lpRect) const
BOOL             6125 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_GETRECT, nPane, (LPARAM)lpRect);
BOOL             6128 third_party/wtl/include/atlctrls.h 	BOOL GetBorders(int* pBorders) const
BOOL             6131 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_GETBORDERS, 0, (LPARAM)pBorders);
BOOL             6134 third_party/wtl/include/atlctrls.h 	BOOL GetBorders(int& nHorz, int& nVert, int& nSpacing) const
BOOL             6138 third_party/wtl/include/atlctrls.h 		BOOL bResult = (BOOL)::SendMessage(m_hWnd, SB_GETBORDERS, 0, (LPARAM)&borders);
BOOL             6154 third_party/wtl/include/atlctrls.h 	BOOL SetSimple(BOOL bSimple = TRUE)
BOOL             6157 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_SIMPLE, bSimple, 0L);
BOOL             6160 third_party/wtl/include/atlctrls.h 	BOOL IsSimple() const
BOOL             6163 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_ISSIMPLE, 0, 0L);
BOOL             6167 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             6170 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_GETUNICODEFORMAT, 0, 0L);
BOOL             6173 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             6176 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             6208 third_party/wtl/include/atlctrls.h 	BOOL SetIcon(int nPane, HICON hIcon)
BOOL             6212 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, SB_SETICON, nPane, (LPARAM)hIcon);
BOOL             6268 third_party/wtl/include/atlctrls.h 	BOOL GetItem(int nItem, LPTCITEM pTabCtrlItem) const
BOOL             6271 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_GETITEM, nItem, (LPARAM)pTabCtrlItem);
BOOL             6274 third_party/wtl/include/atlctrls.h 	BOOL SetItem(int nItem, LPTCITEM pTabCtrlItem)
BOOL             6277 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_SETITEM, nItem, (LPARAM)pTabCtrlItem);
BOOL             6293 third_party/wtl/include/atlctrls.h 	BOOL GetItemRect(int nItem, LPRECT lpRect) const
BOOL             6296 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_GETITEMRECT, nItem, (LPARAM)lpRect);
BOOL             6363 third_party/wtl/include/atlctrls.h 	BOOL SetItemExtra(int cbExtra)
BOOL             6367 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_SETITEMEXTRA, cbExtra, 0L);
BOOL             6390 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             6393 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_GETUNICODEFORMAT, 0, 0L);
BOOL             6396 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             6399 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             6446 third_party/wtl/include/atlctrls.h 	BOOL DeleteItem(int nItem)
BOOL             6449 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_DELETEITEM, nItem, 0L);
BOOL             6452 third_party/wtl/include/atlctrls.h 	BOOL DeleteAllItems()
BOOL             6455 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_DELETEALLITEMS, 0, 0L);
BOOL             6458 third_party/wtl/include/atlctrls.h 	void AdjustRect(BOOL bLarger, LPRECT lpRect)
BOOL             6476 third_party/wtl/include/atlctrls.h 	void DeselectAll(BOOL bExcludeFocus = TRUE)
BOOL             6483 third_party/wtl/include/atlctrls.h 	BOOL HighlightItem(int nIndex, BOOL bHighlight = TRUE)
BOOL             6486 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TCM_HIGHLIGHTITEM, nIndex, MAKELPARAM(bHighlight, 0));
BOOL             6554 third_party/wtl/include/atlctrls.h 	void SetRangeMin(int nMin, BOOL bRedraw = FALSE)
BOOL             6566 third_party/wtl/include/atlctrls.h 	void SetRangeMax(int nMax, BOOL bRedraw = FALSE)
BOOL             6578 third_party/wtl/include/atlctrls.h 	void SetRange(int nMin, int nMax, BOOL bRedraw = TRUE)
BOOL             6662 third_party/wtl/include/atlctrls.h 	BOOL SetTic(int nTic)
BOOL             6665 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TBM_SETTIC, 0, nTic);
BOOL             6692 third_party/wtl/include/atlctrls.h 	void SetSel(int nStart, int nEnd, BOOL bRedraw = TRUE)
BOOL             6699 third_party/wtl/include/atlctrls.h 	ATL::CWindow GetBuddy(BOOL bLeft = TRUE) const
BOOL             6705 third_party/wtl/include/atlctrls.h 	ATL::CWindow SetBuddy(HWND hWndBuddy, BOOL bLeft = TRUE)
BOOL             6732 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             6735 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TBM_GETUNICODEFORMAT, 0, 0L);
BOOL             6738 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             6741 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, TBM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             6746 third_party/wtl/include/atlctrls.h 	void ClearSel(BOOL bRedraw = FALSE)
BOOL             6758 third_party/wtl/include/atlctrls.h 	void ClearTics(BOOL bRedraw = FALSE)
BOOL             6804 third_party/wtl/include/atlctrls.h 	BOOL SetAccel(int nAccel, UDACCEL* pAccel)
BOOL             6807 third_party/wtl/include/atlctrls.h 		return (BOOL)LOWORD(::SendMessage(m_hWnd, UDM_SETACCEL, nAccel, (LPARAM)pAccel));
BOOL             6885 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             6888 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, UDM_GETUNICODEFORMAT, 0, 0L);
BOOL             6891 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             6894 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, UDM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             6995 third_party/wtl/include/atlctrls.h 	int GetRangeLimit(BOOL bLowLimit) const
BOOL             7022 third_party/wtl/include/atlctrls.h 	BOOL SetMarquee(BOOL bMarquee, UINT uUpdateTime = 0U)
BOOL             7025 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, PBM_SETMARQUEE, (WPARAM)bMarquee, (LPARAM)uUpdateTime);
BOOL             7169 third_party/wtl/include/atlctrls.h 	BOOL Open(ATL::_U_STRINGorID FileName)
BOOL             7172 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, ACM_OPEN, 0, (LPARAM)FileName.m_lpstr);
BOOL             7175 third_party/wtl/include/atlctrls.h 	BOOL Play(UINT nFrom, UINT nTo, UINT nRep)
BOOL             7178 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, ACM_PLAY, nRep, MAKELPARAM(nFrom, nTo));
BOOL             7181 third_party/wtl/include/atlctrls.h 	BOOL Stop()
BOOL             7184 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, ACM_STOP, 0, 0L);
BOOL             7187 third_party/wtl/include/atlctrls.h 	BOOL Close()
BOOL             7190 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, ACM_OPEN, 0, 0L);
BOOL             7193 third_party/wtl/include/atlctrls.h 	BOOL Seek(UINT nTo)
BOOL             7196 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, ACM_PLAY, 0, MAKELPARAM(nTo, nTo));
BOOL             7200 third_party/wtl/include/atlctrls.h 	BOOL IsPlaying() const
BOOL             7206 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, ACM_ISPLAYING, 0, 0L);
BOOL             7269 third_party/wtl/include/atlctrls.h 	BOOL GetModify() const
BOOL             7272 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_GETMODIFY, 0, 0L);
BOOL             7275 third_party/wtl/include/atlctrls.h 	void SetModify(BOOL bModified = TRUE)
BOOL             7313 third_party/wtl/include/atlctrls.h 	BOOL CanUndo() const
BOOL             7316 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANUNDO, 0, 0L);
BOOL             7319 third_party/wtl/include/atlctrls.h 	BOOL CanPaste(UINT nFormat = 0) const
BOOL             7322 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANPASTE, nFormat, 0L);
BOOL             7412 third_party/wtl/include/atlctrls.h 	BOOL GetSelTextBSTR(BSTR& bstrText) const
BOOL             7496 third_party/wtl/include/atlctrls.h 	BOOL SetCharFormat(CHARFORMAT& cf, WORD wFlags)
BOOL             7500 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, (WPARAM)wFlags, (LPARAM)&cf);
BOOL             7503 third_party/wtl/include/atlctrls.h 	BOOL SetDefaultCharFormat(CHARFORMAT& cf)
BOOL             7507 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, 0, (LPARAM)&cf);
BOOL             7510 third_party/wtl/include/atlctrls.h 	BOOL SetSelectionCharFormat(CHARFORMAT& cf)
BOOL             7514 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM)&cf);
BOOL             7517 third_party/wtl/include/atlctrls.h 	BOOL SetWordCharFormat(CHARFORMAT& cf)
BOOL             7521 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION | SCF_WORD, (LPARAM)&cf);
BOOL             7530 third_party/wtl/include/atlctrls.h 	BOOL SetParaFormat(PARAFORMAT& pf)
BOOL             7534 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETPARAFORMAT, 0, (LPARAM)&pf);
BOOL             7537 third_party/wtl/include/atlctrls.h 	BOOL SetTargetDevice(HDC hDC, int cxLineWidth)
BOOL             7540 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTARGETDEVICE, (WPARAM)hDC, cxLineWidth);
BOOL             7549 third_party/wtl/include/atlctrls.h 	BOOL SetReadOnly(BOOL bReadOnly = TRUE)
BOOL             7552 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETREADONLY, bReadOnly, 0L);
BOOL             7610 third_party/wtl/include/atlctrls.h 	BOOL SetCharFormat(CHARFORMAT2& cf, WORD wFlags)
BOOL             7614 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, (WPARAM)wFlags, (LPARAM)&cf);
BOOL             7617 third_party/wtl/include/atlctrls.h 	BOOL SetDefaultCharFormat(CHARFORMAT2& cf)
BOOL             7621 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, 0, (LPARAM)&cf);
BOOL             7631 third_party/wtl/include/atlctrls.h 	BOOL SetSelectionCharFormat(CHARFORMAT2& cf)
BOOL             7635 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM)&cf);
BOOL             7638 third_party/wtl/include/atlctrls.h 	BOOL SetWordCharFormat(CHARFORMAT2& cf)
BOOL             7642 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION | SCF_WORD, (LPARAM)&cf);
BOOL             7652 third_party/wtl/include/atlctrls.h 	BOOL SetParaFormat(PARAFORMAT2& pf)
BOOL             7656 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETPARAFORMAT, 0, (LPARAM)&pf);
BOOL             7665 third_party/wtl/include/atlctrls.h 	BOOL SetTextMode(TEXTMODE enumTextMode)
BOOL             7668 third_party/wtl/include/atlctrls.h 		return !(BOOL)::SendMessage(m_hWnd, EM_SETTEXTMODE, enumTextMode, 0L);
BOOL             7683 third_party/wtl/include/atlctrls.h 	BOOL CanRedo() const
BOOL             7686 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANREDO, 0, 0L);
BOOL             7689 third_party/wtl/include/atlctrls.h 	BOOL GetAutoURLDetect() const
BOOL             7692 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_GETAUTOURLDETECT, 0, 0L);
BOOL             7695 third_party/wtl/include/atlctrls.h 	BOOL SetAutoURLDetect(BOOL bAutoDetect = TRUE)
BOOL             7698 third_party/wtl/include/atlctrls.h 		return !(BOOL)::SendMessage(m_hWnd, EM_AUTOURLDETECT, bAutoDetect, 0L);
BOOL             7702 third_party/wtl/include/atlctrls.h 	BOOL EnableAutoURLDetect(BOOL bEnable = TRUE) { return SetAutoURLDetect(bEnable); }
BOOL             7780 third_party/wtl/include/atlctrls.h 	BOOL SetFontSize(int nFontSizeDelta)
BOOL             7784 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETFONTSIZE, nFontSizeDelta, 0L);
BOOL             7801 third_party/wtl/include/atlctrls.h 	BOOL GetZoom(int& nNum, int& nDen) const
BOOL             7804 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_GETZOOM, (WPARAM)&nNum, (LPARAM)&nDen);
BOOL             7807 third_party/wtl/include/atlctrls.h 	BOOL SetZoom(int nNum, int nDen)
BOOL             7812 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETZOOM, nNum, nDen);
BOOL             7815 third_party/wtl/include/atlctrls.h 	BOOL SetZoomOff()
BOOL             7818 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETZOOM, 0, 0L);
BOOL             7868 third_party/wtl/include/atlctrls.h 	BOOL LineScroll(int nLines, int nChars = 0)
BOOL             7871 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_LINESCROLL, nChars, nLines);
BOOL             7874 third_party/wtl/include/atlctrls.h 	void ReplaceSel(LPCTSTR lpszNewText, BOOL bCanUndo = FALSE)
BOOL             7886 third_party/wtl/include/atlctrls.h 	BOOL DisplayBand(LPRECT pDisplayRect)
BOOL             7889 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_DISPLAYBAND, 0, (LPARAM)pDisplayRect);
BOOL             7912 third_party/wtl/include/atlctrls.h 	LONG FormatRange(FORMATRANGE& fr, BOOL bDisplay = TRUE)
BOOL             7918 third_party/wtl/include/atlctrls.h 	LONG FormatRange(FORMATRANGE* pFormatRange, BOOL bDisplay = TRUE)
BOOL             7924 third_party/wtl/include/atlctrls.h 	void HideSelection(BOOL bHide = TRUE, BOOL bChangeStyle = FALSE)
BOOL             7968 third_party/wtl/include/atlctrls.h 	int InsertText(long nInsertAfterChar, LPCTSTR lpstrText, BOOL bCanUndo = FALSE)
BOOL             7975 third_party/wtl/include/atlctrls.h 	int AppendText(LPCTSTR lpstrText, BOOL bCanUndo = FALSE)
BOOL             7981 third_party/wtl/include/atlctrls.h 	BOOL Undo()
BOOL             7984 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_UNDO, 0, 0L);
BOOL             8020 third_party/wtl/include/atlctrls.h 	BOOL SetOleCallback(IRichEditOleCallback* pCallback)
BOOL             8023 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETOLECALLBACK, 0, (LPARAM)pCallback);
BOOL             8027 third_party/wtl/include/atlctrls.h 	BOOL Redo()
BOOL             8030 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_REDO, 0, 0L);
BOOL             8039 third_party/wtl/include/atlctrls.h 	void ShowScrollBar(int nBarType, BOOL bVisible = TRUE)
BOOL             8047 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops(int nTabStops, LPINT rgTabStops)
BOOL             8050 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, nTabStops, (LPARAM)rgTabStops);
BOOL             8053 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops()
BOOL             8056 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 0, 0L);
BOOL             8059 third_party/wtl/include/atlctrls.h 	BOOL SetTabStops(const int& cxEachStop)    // takes an 'int'
BOOL             8062 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 1, (LPARAM)(LPINT)&cxEachStop);
BOOL             8109 third_party/wtl/include/atlctrls.h 	LRESULT OnEditRedo(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL             8118 third_party/wtl/include/atlctrls.h 	BOOL CanCut() const
BOOL             8121 third_party/wtl/include/atlctrls.h 	BOOL CanCopy() const
BOOL             8124 third_party/wtl/include/atlctrls.h 	BOOL CanClear() const
BOOL             8128 third_party/wtl/include/atlctrls.h 	BOOL HasSelection() const
BOOL             8168 third_party/wtl/include/atlctrls.h 	BOOL MakeDragList()
BOOL             8175 third_party/wtl/include/atlctrls.h 	int LBItemFromPt(POINT pt, BOOL bAutoScroll = TRUE)
BOOL             8220 third_party/wtl/include/atlctrls.h 	LRESULT OnDragListNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             8250 third_party/wtl/include/atlctrls.h 	BOOL OnBeginDrag(int /*nCtlID*/, HWND /*hWndDragList*/, POINT /*ptCursor*/)
BOOL             8310 third_party/wtl/include/atlctrls.h 	BOOL GetBandInfo(int nBand, LPREBARBANDINFO lprbbi) const
BOOL             8313 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_GETBANDINFO, nBand, (LPARAM)lprbbi);
BOOL             8316 third_party/wtl/include/atlctrls.h 	BOOL SetBandInfo(int nBand, LPREBARBANDINFO lprbbi)
BOOL             8319 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SETBANDINFO, nBand, (LPARAM)lprbbi);
BOOL             8322 third_party/wtl/include/atlctrls.h 	BOOL GetBarInfo(LPREBARINFO lprbi) const
BOOL             8325 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_GETBARINFO, 0, (LPARAM)lprbi);
BOOL             8328 third_party/wtl/include/atlctrls.h 	BOOL SetBarInfo(LPREBARINFO lprbi)
BOOL             8331 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SETBARINFO, 0, (LPARAM)lprbi);
BOOL             8340 third_party/wtl/include/atlctrls.h 		if( (BOOL)::SendMessage(m_hWnd, RB_GETBARINFO, 0, (LPARAM)&rbi) == FALSE ) return CImageList();
BOOL             8344 third_party/wtl/include/atlctrls.h 	BOOL SetImageList(HIMAGELIST hImageList)
BOOL             8351 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SETBARINFO, 0, (LPARAM)&rbi);
BOOL             8397 third_party/wtl/include/atlctrls.h 	BOOL GetRect(int nBand, LPRECT lpRect) const
BOOL             8400 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_GETRECT, nBand, (LPARAM)lpRect);
BOOL             8425 third_party/wtl/include/atlctrls.h 	BOOL GetColorScheme(LPCOLORSCHEME lpColorScheme) const
BOOL             8429 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_GETCOLORSCHEME, 0, (LPARAM)lpColorScheme);
BOOL             8451 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             8454 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_GETUNICODEFORMAT, 0, 0L);
BOOL             8457 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             8460 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             8498 third_party/wtl/include/atlctrls.h 	BOOL InsertBand(int nBand, LPREBARBANDINFO lprbbi)
BOOL             8501 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_INSERTBAND, nBand, (LPARAM)lprbbi);
BOOL             8504 third_party/wtl/include/atlctrls.h 	BOOL AddBand(LPREBARBANDINFO lprbbi)
BOOL             8509 third_party/wtl/include/atlctrls.h 	BOOL DeleteBand(int nBand)
BOOL             8512 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_DELETEBAND, nBand, 0L);
BOOL             8560 third_party/wtl/include/atlctrls.h 	void MaximizeBand(int nBand, BOOL bIdeal = FALSE)
BOOL             8572 third_party/wtl/include/atlctrls.h 	BOOL SizeToRect(LPRECT lpRect)
BOOL             8575 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SIZETORECT, 0, (LPARAM)lpRect);
BOOL             8590 third_party/wtl/include/atlctrls.h 	BOOL ShowBand(int nBand, BOOL bShow)
BOOL             8593 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SHOWBAND, nBand, bShow);
BOOL             8597 third_party/wtl/include/atlctrls.h 	BOOL MoveBand(int nBand, int nNewPos)
BOOL             8601 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_MOVEBAND, nBand, nNewPos);
BOOL             8623 third_party/wtl/include/atlctrls.h 			BOOL bRet = GetBandInfo(i, &rbbi);
BOOL             8646 third_party/wtl/include/atlctrls.h 	BOOL SetBandWidth(int nBand, int cxWidth)
BOOL             8649 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, RB_SETBANDWIDTH, nBand, cxWidth);
BOOL             8714 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             8717 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CBEM_GETUNICODEFORMAT, 0, 0L);
BOOL             8720 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             8723 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CBEM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             8788 third_party/wtl/include/atlctrls.h 	BOOL GetItem(PCOMBOBOXEXITEM pCBItem) const
BOOL             8791 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)pCBItem);
BOOL             8794 third_party/wtl/include/atlctrls.h 	BOOL SetItem(const COMBOBOXEXITEM* lpcCBItem)
BOOL             8797 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CBEM_SETITEM, 0, (LPARAM)lpcCBItem);
BOOL             8816 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(int nIndex, LPTSTR lpszItem, int nLen) const
BOOL             8827 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)&cbex);
BOOL             8831 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(int nIndex, BSTR& bstrText) const
BOOL             8842 third_party/wtl/include/atlctrls.h 		BOOL bRet = FALSE;
BOOL             8851 third_party/wtl/include/atlctrls.h 			bRet = (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)&cbex);
BOOL             8870 third_party/wtl/include/atlctrls.h 	BOOL GetItemText(int nIndex, _CSTRING_NS::CString& strText) const
BOOL             8879 third_party/wtl/include/atlctrls.h 		BOOL bRet = FALSE;
BOOL             8889 third_party/wtl/include/atlctrls.h 			bRet = (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)&cbex);
BOOL             8898 third_party/wtl/include/atlctrls.h 	BOOL SetItemText(int nIndex, LPCTSTR lpszItem)
BOOL             8916 third_party/wtl/include/atlctrls.h 	BOOL HasEditChanged() const
BOOL             8919 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, CBEM_HASEDITCHANGED, 0, 0L);
BOOL             8995 third_party/wtl/include/atlctrls.h 	BOOL GetCurSel(LPSYSTEMTIME lpSysTime) const
BOOL             8998 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_GETCURSEL, 0, (LPARAM)lpSysTime);
BOOL             9001 third_party/wtl/include/atlctrls.h 	BOOL SetCurSel(LPSYSTEMTIME lpSysTime)
BOOL             9004 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETCURSEL, 0, (LPARAM)lpSysTime);
BOOL             9007 third_party/wtl/include/atlctrls.h 	int GetFirstDayOfWeek(BOOL* pbLocaleVal = NULL) const
BOOL             9012 third_party/wtl/include/atlctrls.h 			*pbLocaleVal = (BOOL)HIWORD(dwRet);
BOOL             9016 third_party/wtl/include/atlctrls.h 	int SetFirstDayOfWeek(int nDay, BOOL* pbLocaleVal = NULL)
BOOL             9021 third_party/wtl/include/atlctrls.h 			*pbLocaleVal = (BOOL)HIWORD(dwRet);
BOOL             9031 third_party/wtl/include/atlctrls.h 	BOOL SetMaxSelCount(int nMax)
BOOL             9034 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETMAXSELCOUNT, nMax, 0L);
BOOL             9055 third_party/wtl/include/atlctrls.h 	BOOL SetRange(DWORD dwFlags, LPSYSTEMTIME lprgSysTimeArray)
BOOL             9058 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETRANGE, dwFlags, (LPARAM)lprgSysTimeArray);
BOOL             9061 third_party/wtl/include/atlctrls.h 	BOOL GetSelRange(LPSYSTEMTIME lprgSysTimeArray) const
BOOL             9064 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_GETSELRANGE, 0, (LPARAM)lprgSysTimeArray);
BOOL             9067 third_party/wtl/include/atlctrls.h 	BOOL SetSelRange(LPSYSTEMTIME lprgSysTimeArray)
BOOL             9070 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETSELRANGE, 0, (LPARAM)lprgSysTimeArray);
BOOL             9073 third_party/wtl/include/atlctrls.h 	BOOL GetToday(LPSYSTEMTIME lpSysTime) const
BOOL             9076 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_GETTODAY, 0, (LPARAM)lpSysTime);
BOOL             9085 third_party/wtl/include/atlctrls.h 	BOOL GetMinReqRect(LPRECT lpRectInfo) const
BOOL             9088 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_GETMINREQRECT, 0, (LPARAM)lpRectInfo);
BOOL             9098 third_party/wtl/include/atlctrls.h 	BOOL GetUnicodeFormat() const
BOOL             9101 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_GETUNICODEFORMAT, 0, 0L);
BOOL             9104 third_party/wtl/include/atlctrls.h 	BOOL SetUnicodeFormat(BOOL bUnicode = TRUE)
BOOL             9107 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETUNICODEFORMAT, bUnicode, 0L);
BOOL             9118 third_party/wtl/include/atlctrls.h 	BOOL SetCurrentView(DWORD dwView)
BOOL             9121 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETCURRENTVIEW, 0, dwView);
BOOL             9130 third_party/wtl/include/atlctrls.h 	BOOL GetCalendarGridInfo(PMCGRIDINFO pGridInfo) const
BOOL             9133 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_GETCALENDARGRIDINFO, 0, (LPARAM)pGridInfo);
BOOL             9154 third_party/wtl/include/atlctrls.h 	void SetCalendarBorder(int cxyBorder, BOOL bSet = TRUE)
BOOL             9168 third_party/wtl/include/atlctrls.h 	BOOL SetDayState(int nMonths, LPMONTHDAYSTATE lpDayStateArray)
BOOL             9171 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, MCM_SETDAYSTATE, nMonths, (LPARAM)lpDayStateArray);
BOOL             9222 third_party/wtl/include/atlctrls.h 	BOOL SetFormat(LPCTSTR lpszFormat)
BOOL             9225 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, DTM_SETFORMAT, 0, (LPARAM)lpszFormat);
BOOL             9246 third_party/wtl/include/atlctrls.h 	BOOL SetRange(DWORD dwFlags, LPSYSTEMTIME lpSysTimeArray)
BOOL             9249 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, DTM_SETRANGE, dwFlags, (LPARAM)lpSysTimeArray);
BOOL             9258 third_party/wtl/include/atlctrls.h 	BOOL SetSystemTime(DWORD dwFlags, LPSYSTEMTIME lpSysTime)
BOOL             9261 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, DTM_SETSYSTEMTIME, dwFlags, (LPARAM)lpSysTime);
BOOL             9277 third_party/wtl/include/atlctrls.h 	void SetMonthCalFont(HFONT hFont, BOOL bRedraw = TRUE)
BOOL             9303 third_party/wtl/include/atlctrls.h 	BOOL GetIdealSize(LPSIZE lpSize) const
BOOL             9306 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, DTM_GETIDEALSIZE, 0, (LPARAM)lpSize);
BOOL             9330 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_Initialize()
BOOL             9345 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_GetScrollProp(UINT uIndex, LPINT lpnValue) const
BOOL             9352 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_SetScrollProp(UINT uIndex, int nValue, BOOL bRedraw = TRUE)
BOOL             9367 third_party/wtl/include/atlctrls.h 	int FlatSB_SetScrollPos(int nBar, int nPos, BOOL bRedraw = TRUE)
BOOL             9374 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_GetScrollRange(int nBar, LPINT lpMinPos, LPINT lpMaxPos) const
BOOL             9381 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_SetScrollRange(int nBar, int nMinPos, int nMaxPos, BOOL bRedraw = TRUE)
BOOL             9388 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_GetScrollInfo(int nBar, LPSCROLLINFO lpScrollInfo) const
BOOL             9395 third_party/wtl/include/atlctrls.h 	int FlatSB_SetScrollInfo(int nBar, LPSCROLLINFO lpScrollInfo, BOOL bRedraw = TRUE)
BOOL             9403 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_ShowScrollBar(UINT nBar, BOOL bShow = TRUE)
BOOL             9410 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_EnableScrollBar(UINT uSBFlags, UINT uArrowFlags = ESB_ENABLE_BOTH)
BOOL             9469 third_party/wtl/include/atlctrls.h 	BOOL IsBlank() const
BOOL             9472 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, IPM_ISBLANK, 0, 0L);
BOOL             9611 third_party/wtl/include/atlctrls.h 	void ForwardMouse(BOOL bForward = TRUE)
BOOL             9678 third_party/wtl/include/atlctrls.h 	BOOL GetItem(PLITEM pLItem) const
BOOL             9681 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LM_GETITEM, 0, (LPARAM)pLItem);
BOOL             9684 third_party/wtl/include/atlctrls.h 	BOOL SetItem(PLITEM pLItem)
BOOL             9687 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LM_SETITEM, 0, (LPARAM)pLItem);
BOOL             9701 third_party/wtl/include/atlctrls.h 	BOOL HitTest(PLHITTESTINFO pLHitTestInfo) const
BOOL             9704 third_party/wtl/include/atlctrls.h 		return (BOOL)::SendMessage(m_hWnd, LM_HITTEST, 0, (LPARAM)pLHitTestInfo);
BOOL             9721 third_party/wtl/include/atlctrls.h 	BOOL m_bHandledCD;
BOOL             9723 third_party/wtl/include/atlctrls.h 	BOOL IsMsgHandled() const
BOOL             9728 third_party/wtl/include/atlctrls.h 	void SetMsgHandled(BOOL bHandled)
BOOL             9742 third_party/wtl/include/atlctrls.h 	LRESULT OnCustomDraw(int idCtrl, LPNMHDR pnmh, BOOL& bHandled)
BOOL             9858 third_party/wtl/include/atlctrls.h 	BOOL IsVisible() const
BOOL             9888 third_party/wtl/include/atlctrls.h 	BOOL Show(BOOL bShow = TRUE)
BOOL             9894 third_party/wtl/include/atlctrls.h 	BOOL DrawMenuBar(WORD wButton)
BOOL             9900 third_party/wtl/include/atlctrls.h 	BOOL AddAdornments(DWORD dwFlags = 0)
BOOL             9912 third_party/wtl/include/atlctrls.h 	BOOL AddButtons(UINT uNumButtons, LPTBBUTTON lpButtons)
BOOL             9918 third_party/wtl/include/atlctrls.h 	BOOL AddToolTips(UINT uNumToolTips, LPTSTR lpToolTips)
BOOL             9924 third_party/wtl/include/atlctrls.h 	BOOL InsertButton(int nButton, LPTBBUTTON lpButton)
BOOL             9936 third_party/wtl/include/atlctrls.h 	BOOL InsertMenubar(WORD wMenuID, WORD wButton)
BOOL             9942 third_party/wtl/include/atlctrls.h 	BOOL InsertMenubarEx(ATL::_U_STRINGorID menu, WORD wButton)
BOOL             9948 third_party/wtl/include/atlctrls.h 	BOOL IsCommandBarMessage(LPMSG lpMsg)
BOOL             9978 third_party/wtl/include/atlctrls.h 	BOOL IsVisible() const
BOOL             9997 third_party/wtl/include/atlctrls.h 	BOOL GetRestoreInformation(UINT uBand, LPCOMMANDBANDSRESTOREINFO pcbr) const
BOOL             10011 third_party/wtl/include/atlctrls.h 	BOOL AddAdornments(DWORD dwFlags = 0, LPREBARBANDINFO prbbi = NULL)
BOOL             10017 third_party/wtl/include/atlctrls.h 	BOOL AddBands(UINT uBandCount, LPREBARBANDINFO prbbi)
BOOL             10023 third_party/wtl/include/atlctrls.h 	BOOL Show(BOOL bShow = TRUE)
BOOL               99 third_party/wtl/include/atlctrlw.h 	BOOL Push(T t)
BOOL              469 third_party/wtl/include/atlctrlw.h 	BOOL AttachToWindow(HWND hWnd)
BOOL              473 third_party/wtl/include/atlctrlw.h 		BOOL bRet = SubclassWindow(hWnd);
BOOL              483 third_party/wtl/include/atlctrlw.h 	BOOL LoadMenu(ATL::_U_STRINGorID menu)
BOOL              499 third_party/wtl/include/atlctrlw.h 	BOOL AttachMenu(HMENU hMenu)
BOOL              547 third_party/wtl/include/atlctrlw.h 				BOOL bRet = ::GetMenuItemInfo(m_hMenu, i, TRUE, &mii);
BOOL              588 third_party/wtl/include/atlctrlw.h 	BOOL LoadImages(ATL::_U_STRINGorID image)
BOOL              593 third_party/wtl/include/atlctrlw.h 	BOOL LoadMappedImages(UINT nIDImage, UINT nFlags = 0, LPCOLORMAP lpColorMap = NULL, int nMapSize = 0)
BOOL              598 third_party/wtl/include/atlctrlw.h 	BOOL _LoadImagesHelper(ATL::_U_STRINGorID image, bool bMapped, UINT nFlags = 0, LPCOLORMAP lpColorMap = NULL, int nMapSize = 0)
BOOL              682 third_party/wtl/include/atlctrlw.h 	BOOL AddBitmap(ATL::_U_STRINGorID bitmap, int nCommandID)
BOOL              692 third_party/wtl/include/atlctrlw.h 	BOOL AddBitmap(HBITMAP hBitmap, UINT nCommandID)
BOOL              715 third_party/wtl/include/atlctrlw.h 		BOOL bRet = m_arrCommand.Add((WORD)nCommandID);
BOOL              727 third_party/wtl/include/atlctrlw.h 	BOOL AddIcon(ATL::_U_STRINGorID icon, UINT nCommandID)
BOOL              736 third_party/wtl/include/atlctrlw.h 	BOOL AddIcon(HICON hIcon, UINT nCommandID)
BOOL              750 third_party/wtl/include/atlctrlw.h 		BOOL bRet = m_arrCommand.Add((WORD)nCommandID);
BOOL              762 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceBitmap(ATL::_U_STRINGorID bitmap, int nCommandID)
BOOL              772 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceBitmap(HBITMAP hBitmap, UINT nCommandID)
BOOL              775 third_party/wtl/include/atlctrlw.h 		BOOL bRet = FALSE;
BOOL              801 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceIcon(ATL::_U_STRINGorID icon, UINT nCommandID)
BOOL              810 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceIcon(HICON hIcon, UINT nCommandID)
BOOL              813 third_party/wtl/include/atlctrlw.h 		BOOL bRet = FALSE;
BOOL              832 third_party/wtl/include/atlctrlw.h 	BOOL RemoveImage(int nCommandID)
BOOL              836 third_party/wtl/include/atlctrlw.h 		BOOL bRet = FALSE;
BOOL              860 third_party/wtl/include/atlctrlw.h 	BOOL RemoveAllImages()
BOOL              865 third_party/wtl/include/atlctrlw.h 		BOOL bRet = ::ImageList_RemoveAll(m_hImageList);
BOOL              881 third_party/wtl/include/atlctrlw.h 	BOOL TrackPopupMenu(HMENU hMenu, UINT uFlags, int x, int y, LPTPMPARAMS lpParams = NULL)
BOOL              894 third_party/wtl/include/atlctrlw.h 	BOOL SetMDIClient(HWND /*hWndMDIClient*/)
BOOL              958 third_party/wtl/include/atlctrlw.h 	LRESULT OnForwardMsg(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              970 third_party/wtl/include/atlctrlw.h 	LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1014 third_party/wtl/include/atlctrlw.h 					BOOL bRet = s_pmapMsgHook->Add(dwThreadID, pData);
BOOL             1034 third_party/wtl/include/atlctrlw.h 	LRESULT OnDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1072 third_party/wtl/include/atlctrlw.h 					BOOL bRet = ::UnhookWindowsHookEx(pData->hMsgHook);
BOOL             1093 third_party/wtl/include/atlctrlw.h 	LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1127 third_party/wtl/include/atlctrlw.h 	LRESULT OnKeyUp(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1137 third_party/wtl/include/atlctrlw.h 	LRESULT OnChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1186 third_party/wtl/include/atlctrlw.h 	LRESULT OnSysKeyDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1195 third_party/wtl/include/atlctrlw.h 	LRESULT OnSysKeyUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1204 third_party/wtl/include/atlctrlw.h 	LRESULT OnSysChar(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1213 third_party/wtl/include/atlctrlw.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1229 third_party/wtl/include/atlctrlw.h 	LRESULT OnInitMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1237 third_party/wtl/include/atlctrlw.h 	LRESULT OnInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1239 third_party/wtl/include/atlctrlw.h 		if((BOOL)HIWORD(lParam))   // System menu, do nothing
BOOL             1292 third_party/wtl/include/atlctrlw.h 			BOOL bRet = FALSE;
BOOL             1342 third_party/wtl/include/atlctrlw.h 	LRESULT OnMenuSelect(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1369 third_party/wtl/include/atlctrlw.h 					BOOL bRet = FALSE;
BOOL             1402 third_party/wtl/include/atlctrlw.h 	LRESULT OnInternalAutoPopup(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1410 third_party/wtl/include/atlctrlw.h 	LRESULT OnInternalGetBar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1421 third_party/wtl/include/atlctrlw.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1439 third_party/wtl/include/atlctrlw.h 	LRESULT OnWindowPosChanging(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1451 third_party/wtl/include/atlctrlw.h 	LRESULT OnMenuChar(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1472 third_party/wtl/include/atlctrlw.h 			BOOL bRet = FALSE;
BOOL             1577 third_party/wtl/include/atlctrlw.h 	LRESULT OnDrawItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1593 third_party/wtl/include/atlctrlw.h 	LRESULT OnMeasureItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1610 third_party/wtl/include/atlctrlw.h 	LRESULT OnAPIGetMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1615 third_party/wtl/include/atlctrlw.h 	LRESULT OnAPITrackPopupMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1627 third_party/wtl/include/atlctrlw.h 	LRESULT OnAPIGetCmdBar(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1633 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentHotItemChange(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             1678 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentDropDown(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             1699 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1704 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentInternalGetBar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1709 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentSysCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1740 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentAPIGetMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1745 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentMenuChar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1750 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentAPITrackPopupMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1755 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentAPIGetCmdBar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1760 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentSettingChange(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1767 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentDrawItem(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1772 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentMeasureItem(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1777 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1793 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentCustomDraw(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             1856 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1899 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookSysKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1929 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookSysKeyUp(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1941 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookSysChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1953 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             2079 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookNextMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             2088 third_party/wtl/include/atlctrlw.h  	LRESULT OnHookChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             2124 third_party/wtl/include/atlctrlw.h 			BOOL bDisabled = lpDrawItemStruct->itemState & ODS_GRAYED;
BOOL             2125 third_party/wtl/include/atlctrlw.h 			BOOL bSelected = lpDrawItemStruct->itemState & ODS_SELECTED;
BOOL             2126 third_party/wtl/include/atlctrlw.h 			BOOL bChecked = lpDrawItemStruct->itemState & ODS_CHECKED;
BOOL             2127 third_party/wtl/include/atlctrlw.h 			BOOL bHasImage = FALSE;
BOOL             2190 third_party/wtl/include/atlctrlw.h 					BOOL bRadio = ((info.fType & MFT_RADIOCHECK) != 0);
BOOL             2236 third_party/wtl/include/atlctrlw.h 		BOOL bDisabled = lpDrawItemStruct->itemState & ODS_GRAYED;
BOOL             2237 third_party/wtl/include/atlctrlw.h 		BOOL bSelected = lpDrawItemStruct->itemState & ODS_SELECTED;
BOOL             2238 third_party/wtl/include/atlctrlw.h 		BOOL bChecked = lpDrawItemStruct->itemState & ODS_CHECKED;
BOOL             2307 third_party/wtl/include/atlctrlw.h 					BOOL bRadio = ((info.fType & MFT_RADIOCHECK) != 0);
BOOL             2389 third_party/wtl/include/atlctrlw.h 	BOOL Draw3DCheckmark(CDCHandle& dc, const RECT& rc, BOOL bSelected, BOOL bDisabled, BOOL bRadio, HBITMAP hBmpCheck)
BOOL             2394 third_party/wtl/include/atlctrlw.h 	BOOL DrawCheckmark(CDCHandle& dc, const RECT& rc, BOOL bSelected, BOOL bDisabled, BOOL bRadio, HBITMAP hBmpCheck)
BOOL             2763 third_party/wtl/include/atlctrlw.h 	BOOL DoTrackPopupMenu(HMENU hMenu, UINT uFlags, int x, int y, LPTPMPARAMS lpParams = NULL)
BOOL             2785 third_party/wtl/include/atlctrlw.h 		BOOL bTrackRet = menuPopup.TrackPopupMenuEx(uFlags, x, y, m_hWnd, lpParams);
BOOL             2813 third_party/wtl/include/atlctrlw.h 				BOOL bRet = FALSE;
BOOL             2917 third_party/wtl/include/atlctrlw.h 			BOOL bRetBandInfo = (BOOL)::SendMessage(hWndReBar, RB_GETBANDINFO, i, (LPARAM)&rbbi);
BOOL             2937 third_party/wtl/include/atlctrlw.h 		BOOL bRet = ::SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(info), &info, 0);
BOOL             3000 third_party/wtl/include/atlctrlw.h 			BOOL bRetVal = TRUE;
BOOL             3013 third_party/wtl/include/atlctrlw.h 			BOOL bRetVal = FALSE;
BOOL             3027 third_party/wtl/include/atlctrlw.h 				typedef BOOL (STDAPICALLTYPE *PFN_IsThemeActive)();
BOOL             3032 third_party/wtl/include/atlctrlw.h 				typedef BOOL (STDAPICALLTYPE *PFN_IsAppThemed)();
BOOL             3325 third_party/wtl/include/atlctrlw.h 	BOOL SetMDIClient(HWND hWndMDIClient)
BOOL             3379 third_party/wtl/include/atlctrlw.h 	LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             3410 third_party/wtl/include/atlctrlw.h 	LRESULT OnDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             3428 third_party/wtl/include/atlctrlw.h 	LRESULT OnThemeChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             3440 third_party/wtl/include/atlctrlw.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3448 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcCalcSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3452 third_party/wtl/include/atlctrlw.h 		if(m_bChildMaximized && (BOOL)wParam)
BOOL             3470 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3551 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcHitTest(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3573 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             3654 third_party/wtl/include/atlctrlw.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             3683 third_party/wtl/include/atlctrlw.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             3736 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcLButtonDblClk(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             3770 third_party/wtl/include/atlctrlw.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             3796 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             3805 third_party/wtl/include/atlctrlw.h 	LRESULT OnMDISetMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3809 third_party/wtl/include/atlctrlw.h 		BOOL bRet = AttachMenu((HMENU)wParam);
BOOL             3822 third_party/wtl/include/atlctrlw.h 	LRESULT OnAllHookMessages(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             3865 third_party/wtl/include/atlctrlw.h 		BOOL bMaximized = FALSE;
BOOL             3972 third_party/wtl/include/atlctrlw.h 		BOOL bRet = ::SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(info), &info, 0);
BOOL             4141 third_party/wtl/include/atlctrlw.h 		BOOL bMaximized = FALSE;
BOOL              125 third_party/wtl/include/atlctrlx.h 	BOOL SubclassWindow(HWND hWnd)
BOOL              128 third_party/wtl/include/atlctrlx.h 		BOOL bRet = ATL::CWindowImpl< T, TBase, TWinTraits>::SubclassWindow(hWnd);
BOOL              131 third_party/wtl/include/atlctrlx.h 		BOOL bRet = _baseClass::SubclassWindow(hWnd);
BOOL              227 third_party/wtl/include/atlctrlx.h 	BOOL SizeToImage()
BOOL              303 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              310 third_party/wtl/include/atlctrlx.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              321 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              330 third_party/wtl/include/atlctrlx.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              335 third_party/wtl/include/atlctrlx.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              350 third_party/wtl/include/atlctrlx.h 	LRESULT OnFocus(UINT uMsg, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              359 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDown(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              383 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDblClk(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              399 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonUp(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              414 third_party/wtl/include/atlctrlx.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              426 third_party/wtl/include/atlctrlx.h 	LRESULT OnEnable(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              434 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL              461 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              472 third_party/wtl/include/atlctrlx.h 	LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              486 third_party/wtl/include/atlctrlx.h 	LRESULT OnKeyUp(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              500 third_party/wtl/include/atlctrlx.h 	LRESULT OnTimer(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              529 third_party/wtl/include/atlctrlx.h 	LRESULT OnUpdateUiState(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              555 third_party/wtl/include/atlctrlx.h 	BOOL StartTrackMouseLeave()
BOOL              622 third_party/wtl/include/atlctrlx.h 	BOOL SubclassWindow(HWND hWnd)
BOOL              625 third_party/wtl/include/atlctrlx.h 		BOOL bRet = ATL::CWindowImplBaseT< TBase, TWinTraits>::SubclassWindow(hWnd);
BOOL              628 third_party/wtl/include/atlctrlx.h 		BOOL bRet = _baseClass::SubclassWindow(hWnd);
BOOL              653 third_party/wtl/include/atlctrlx.h 		BOOL bCheck = !GetCheckState(nCurrItem);
BOOL              672 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              683 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL              697 third_party/wtl/include/atlctrlx.h 	LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1047 third_party/wtl/include/atlctrlx.h 	BOOL SubclassWindow(HWND hWnd)
BOOL             1052 third_party/wtl/include/atlctrlx.h 		BOOL bRet = ATL::CWindowImpl< T, TBase, TWinTraits>::SubclassWindow(hWnd);
BOOL             1055 third_party/wtl/include/atlctrlx.h 		BOOL bRet = _baseClass::SubclassWindow(hWnd);
BOOL             1130 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1138 third_party/wtl/include/atlctrlx.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1149 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1159 third_party/wtl/include/atlctrlx.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1164 third_party/wtl/include/atlctrlx.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1188 third_party/wtl/include/atlctrlx.h 	LRESULT OnFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1197 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1233 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1245 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1256 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1271 third_party/wtl/include/atlctrlx.h 	LRESULT OnChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1281 third_party/wtl/include/atlctrlx.h 	LRESULT OnGetDlgCode(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1286 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetCursor(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1299 third_party/wtl/include/atlctrlx.h 	LRESULT OnEnable(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1306 third_party/wtl/include/atlctrlx.h 	LRESULT OnGetFont(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1311 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetFont(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1314 third_party/wtl/include/atlctrlx.h 		if((BOOL)lParam)
BOOL             1322 third_party/wtl/include/atlctrlx.h 	LRESULT OnUpdateUiState(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1329 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1709 third_party/wtl/include/atlctrlx.h 	BOOL StartTrackMouseLeave()
BOOL             1914 third_party/wtl/include/atlctrlx.h 	BOOL SetPanes(int* pPanes, int nPanes, bool bSetText = true)
BOOL             1968 third_party/wtl/include/atlctrlx.h 		BOOL bRet = SetParts(nPanes, pPanesPos);
BOOL             2000 third_party/wtl/include/atlctrlx.h 	BOOL GetPaneText(int nPaneID, LPTSTR lpstrText, int* pcchLength = NULL, int* pnType = NULL) const
BOOL             2014 third_party/wtl/include/atlctrlx.h 	BOOL SetPaneText(int nPaneID, LPCTSTR lpstrText, int nType = 0)
BOOL             2024 third_party/wtl/include/atlctrlx.h 	BOOL GetPaneRect(int nPaneID, LPRECT lpRect) const
BOOL             2034 third_party/wtl/include/atlctrlx.h 	BOOL SetPaneWidth(int nPaneID, int cxWidth)
BOOL             2078 third_party/wtl/include/atlctrlx.h 	BOOL GetPaneTipText(int nPaneID, LPTSTR lpstrText, int nSize) const
BOOL             2089 third_party/wtl/include/atlctrlx.h 	BOOL SetPaneTipText(int nPaneID, LPCTSTR lpstrText)
BOOL             2102 third_party/wtl/include/atlctrlx.h 	BOOL GetPaneIcon(int nPaneID, HICON& hIcon) const
BOOL             2113 third_party/wtl/include/atlctrlx.h 	BOOL SetPaneIcon(int nPaneID, HICON hIcon)
BOOL             2129 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             2141 third_party/wtl/include/atlctrlx.h 	BOOL UpdatePanesLayout()
BOOL             2314 third_party/wtl/include/atlctrlx.h 	BOOL GetTitle(LPTSTR lpstrTitle, int cchLength) const
BOOL             2323 third_party/wtl/include/atlctrlx.h 	BOOL SetTitle(LPCTSTR lpstrTitle)
BOOL             2370 third_party/wtl/include/atlctrlx.h 	BOOL EnableCloseButton(BOOL bEnable)
BOOL             2401 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             2412 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             2419 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             2426 third_party/wtl/include/atlctrlx.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             2431 third_party/wtl/include/atlctrlx.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             2453 third_party/wtl/include/atlctrlx.h 	LRESULT OnNotify(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             2482 third_party/wtl/include/atlctrlx.h 	LRESULT OnCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             2642 third_party/wtl/include/atlctrlx.h 	BOOL GetToolTipText(LPNMHDR /*lpnmh*/)
BOOL             3069 third_party/wtl/include/atlctrlx.h 		bool bRet = ((BOOL)pT->DefWindowProc(LVM_SORTITEMS, (WPARAM)&lvsi, (LPARAM)pFunc) != FALSE);
BOOL             3502 third_party/wtl/include/atlctrlx.h 	LRESULT OnInsertColumn(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)	
BOOL             3524 third_party/wtl/include/atlctrlx.h 	LRESULT OnDeleteColumn(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)	
BOOL             3541 third_party/wtl/include/atlctrlx.h 	LRESULT OnHeaderItemClick(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             3555 third_party/wtl/include/atlctrlx.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             3718 third_party/wtl/include/atlctrlx.h 	BOOL PreTranslateMessage(MSG* pMsg)
BOOL             3723 third_party/wtl/include/atlctrlx.h 		BOOL bRet = FALSE;
BOOL             3764 third_party/wtl/include/atlctrlx.h 				bRet = (BOOL)::SendMessage(GetPageHWND(m_nActivePage), WM_FORWARDMSG, 0, (LPARAM)pMsg);
BOOL             4158 third_party/wtl/include/atlctrlx.h 			BOOL bRet = menu.GetMenuItemInfo(nFirstPos, TRUE, &mii);
BOOL             4167 third_party/wtl/include/atlctrlx.h 		BOOL bRet = TRUE;
BOOL             4273 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             4281 third_party/wtl/include/atlctrlx.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             4295 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             4302 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             4309 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabChanged(int /*idCtrl*/, LPNMHDR /*pnmh*/, BOOL& /*bHandled*/)
BOOL             4318 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabNotification(int /*idCtrl*/, LPNMHDR /*pnmh*/, BOOL& /*bHandled*/)
BOOL             4326 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabGetDispInfo(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             4344 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             4359 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             4380 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             4406 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             4463 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabRButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             4478 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabSysKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             4525 third_party/wtl/include/atlctrlx.h 		BOOL bRet = m_tab.GetItem(nMovePage, tcix);
BOOL               46 third_party/wtl/include/atlddx.h 	BOOL DoDataExchange(BOOL bSaveAndValidate = FALSE, UINT nCtlID = (UINT)-1) \
BOOL              151 third_party/wtl/include/atlddx.h 	BOOL DoDataExchange(BOOL /*bSaveAndValidate*/ = FALSE, UINT /*nCtlID*/ = (UINT)-1)
BOOL              201 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, LPTSTR lpstrText, int cbSize, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
BOOL              204 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              238 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, BSTR& bstrText, int /*cbSize*/, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
BOOL              241 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              274 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, ATL::CComBSTR& bstrText, int /*cbSize*/, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
BOOL              277 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              311 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, _CSTRING_NS::CString& strText, int /*cbSize*/, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
BOOL              314 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              357 third_party/wtl/include/atlddx.h 	BOOL DDX_Int(UINT nID, Type& nVal, BOOL bSigned, BOOL bSave, BOOL bValidate = FALSE, Type nMin = 0, Type nMax = 0)
BOOL              360 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              394 third_party/wtl/include/atlddx.h 	static BOOL _AtlSimpleFloatParse(LPCTSTR lpszText, double& d)
BOOL              413 third_party/wtl/include/atlddx.h 	BOOL DDX_Float(UINT nID, float& nVal, BOOL bSave, BOOL bValidate = FALSE, float nMin = 0.F, float nMax = 0.F, int nPrecision = FLT_DIG)
BOOL              416 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              456 third_party/wtl/include/atlddx.h 	BOOL DDX_Float(UINT nID, double& nVal, BOOL bSave, BOOL bValidate = FALSE, double nMin = 0., double nMax = 0., int nPrecision = DBL_DIG)
BOOL              459 third_party/wtl/include/atlddx.h 		BOOL bSuccess = TRUE;
BOOL              502 third_party/wtl/include/atlddx.h 	void DDX_Control(UINT nID, TControl& ctrl, BOOL bSave)
BOOL              513 third_party/wtl/include/atlddx.h 	void DDX_Control_Handle(UINT nID, TControl& ctrl, BOOL bSave)
BOOL              523 third_party/wtl/include/atlddx.h 	void DDX_Check(UINT nID, int& nValue, BOOL bSave)
BOOL              544 third_party/wtl/include/atlddx.h 	void DDX_Check(UINT nID, bool& bCheck, BOOL bSave)
BOOL              557 third_party/wtl/include/atlddx.h 	void DDX_Radio(UINT nID, int& nValue, BOOL bSave)
BOOL              602 third_party/wtl/include/atlddx.h 	void OnDataExchangeError(UINT nCtrlID, BOOL /*bSave*/)
BOOL              610 third_party/wtl/include/atlddx.h 	void OnDataValidateError(UINT nCtrlID, BOOL /*bSave*/, _XData& /*data*/)
BOOL              134 third_party/wtl/include/atldlgs.h 	BOOL m_bOpenFileDialog;            // TRUE for file open, FALSE for file save
BOOL              138 third_party/wtl/include/atldlgs.h 	CFileDialogImpl(BOOL bOpenFileDialog, // TRUE for FileOpen, FALSE for FileSaveAs
BOOL              193 third_party/wtl/include/atldlgs.h 		BOOL bRet;
BOOL              265 third_party/wtl/include/atldlgs.h 	BOOL GetReadOnlyPref() const	// return TRUE if readonly checked
BOOL              280 third_party/wtl/include/atldlgs.h 	BOOL EndDialog(INT_PTR /*nRetCode*/ = 0)
BOOL              301 third_party/wtl/include/atldlgs.h 	LRESULT _OnFileOK(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              308 third_party/wtl/include/atldlgs.h 	LRESULT _OnFolderChange(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              316 third_party/wtl/include/atldlgs.h 	LRESULT _OnHelp(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              324 third_party/wtl/include/atldlgs.h 	LRESULT _OnInitDone(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              332 third_party/wtl/include/atldlgs.h 	LRESULT _OnSelChange(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              340 third_party/wtl/include/atldlgs.h 	LRESULT _OnShareViolation(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              347 third_party/wtl/include/atldlgs.h 	LRESULT _OnTypeChange(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              356 third_party/wtl/include/atldlgs.h 	LRESULT _OnIncludeItem(int /*idCtrl*/, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              365 third_party/wtl/include/atldlgs.h 	BOOL OnFileOK(LPOFNOTIFY /*lpon*/)
BOOL              396 third_party/wtl/include/atldlgs.h 	BOOL OnIncludeItem(LPOFNOTIFYEX /*lponex*/)
BOOL              406 third_party/wtl/include/atldlgs.h 	CFileDialog(BOOL bOpenFileDialog, // TRUE for FileOpen, FALSE for FileSaveAs
BOOL             1506 third_party/wtl/include/atldlgs.h 	void EnableOK(BOOL bEnable)
BOOL             1601 third_party/wtl/include/atldlgs.h 	BOOL EndDialog(INT_PTR /*nRetCode*/ = 0)
BOOL             1685 third_party/wtl/include/atldlgs.h 		BOOL bRet = ::ChooseFont(&m_cf);
BOOL             1769 third_party/wtl/include/atldlgs.h 	BOOL IsStrikeOut() const      // return TRUE if strikeout
BOOL             1774 third_party/wtl/include/atldlgs.h 	BOOL IsUnderline() const      // return TRUE if underline
BOOL             1779 third_party/wtl/include/atldlgs.h 	BOOL IsBold() const           // return TRUE if bold font
BOOL             1784 third_party/wtl/include/atldlgs.h 	BOOL IsItalic() const         // return TRUE if italic font
BOOL             2008 third_party/wtl/include/atldlgs.h 		BOOL bRet = ::ChooseColor(&m_cc);
BOOL             2132 third_party/wtl/include/atldlgs.h 	LRESULT _OnColorOK(UINT, WPARAM, LPARAM, BOOL&)
BOOL             2139 third_party/wtl/include/atldlgs.h 	BOOL OnColorOK()        // validate color
BOOL             2195 third_party/wtl/include/atldlgs.h 	CPrintDialogImpl(BOOL bPrintSetupOnly = FALSE,	// TRUE for Print Setup, FALSE for Print Dialog
BOOL             2231 third_party/wtl/include/atldlgs.h 		BOOL bRet = ::PrintDlg(&m_pd);
BOOL             2239 third_party/wtl/include/atldlgs.h 	BOOL GetDefaults()
BOOL             2260 third_party/wtl/include/atldlgs.h 	BOOL PrintCollate() const       // TRUE if collate checked
BOOL             2265 third_party/wtl/include/atldlgs.h 	BOOL PrintSelection() const     // TRUE if printing selection
BOOL             2270 third_party/wtl/include/atldlgs.h 	BOOL PrintAll() const           // TRUE if printing all pages
BOOL             2275 third_party/wtl/include/atldlgs.h 	BOOL PrintRange() const         // TRUE if printing page range
BOOL             2280 third_party/wtl/include/atldlgs.h 	BOOL PrintToFile() const        // TRUE if printing to a file
BOOL             2371 third_party/wtl/include/atldlgs.h 	LRESULT OnPrintSetup(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL& /*bHandled*/)
BOOL             2382 third_party/wtl/include/atldlgs.h 	CPrintDialog(BOOL bPrintSetupOnly = FALSE,
BOOL             2454 third_party/wtl/include/atldlgs.h 	BOOL EndDialog(INT_PTR /*nRetCode*/ = 0)
BOOL             2483 third_party/wtl/include/atldlgs.h 	BOOL PrintCollate() const       // TRUE if collate checked
BOOL             2488 third_party/wtl/include/atldlgs.h 	BOOL PrintSelection() const     // TRUE if printing selection
BOOL             2493 third_party/wtl/include/atldlgs.h 	BOOL PrintAll() const           // TRUE if printing all pages
BOOL             2498 third_party/wtl/include/atldlgs.h 	BOOL PrintRange() const         // TRUE if printing page range
BOOL             2503 third_party/wtl/include/atldlgs.h 	BOOL PrintToFile() const        // TRUE if printing to a file
BOOL             2626 third_party/wtl/include/atldlgs.h 		if(uMsg == WM_INITDIALOG && hRet == S_OK && (BOOL)*plResult != FALSE)
BOOL             2750 third_party/wtl/include/atldlgs.h 		BOOL bRet = ::PageSetupDlg(&m_psd);
BOOL             2850 third_party/wtl/include/atldlgs.h 	HWND Create(BOOL bFindDialogOnly, // TRUE for Find, FALSE for FindReplace
BOOL             2912 third_party/wtl/include/atldlgs.h 	BOOL SearchDown() const          // TRUE if search down, FALSE is up
BOOL             2917 third_party/wtl/include/atldlgs.h 	BOOL FindNext() const            // TRUE if command is find next
BOOL             2922 third_party/wtl/include/atldlgs.h 	BOOL MatchCase() const           // TRUE if matching case
BOOL             2927 third_party/wtl/include/atldlgs.h 	BOOL MatchWholeWord() const      // TRUE if matching whole words only
BOOL             2932 third_party/wtl/include/atldlgs.h 	BOOL ReplaceCurrent() const      // TRUE if replacing current string
BOOL             2937 third_party/wtl/include/atldlgs.h 	BOOL ReplaceAll() const          // TRUE if replacing all occurrences
BOOL             2942 third_party/wtl/include/atldlgs.h 	BOOL IsTerminating() const       // TRUE if terminating dialog
BOOL             3370 third_party/wtl/include/atldlgs.h 		BOOL result = m_thunk.Init(NULL, NULL);
BOOL             3397 third_party/wtl/include/atldlgs.h 		BOOL result = m_thunk.Init(NULL, NULL);
BOOL             3473 third_party/wtl/include/atldlgs.h 	BOOL SetActivePage(int nPageIndex)
BOOL             3476 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_SETCURSEL, nPageIndex, 0L);
BOOL             3479 third_party/wtl/include/atldlgs.h 	BOOL SetActivePage(HPROPSHEETPAGE hPage)
BOOL             3483 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_SETCURSEL, 0, (LPARAM)hPage);
BOOL             3486 third_party/wtl/include/atldlgs.h 	BOOL SetActivePageByID(int nPageID)
BOOL             3489 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_SETCURSELID, 0, nPageID);
BOOL             3519 third_party/wtl/include/atldlgs.h 	BOOL AddPage(HPROPSHEETPAGE hPage)
BOOL             3523 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_ADDPAGE, 0, (LPARAM)hPage);
BOOL             3526 third_party/wtl/include/atldlgs.h 	BOOL AddPage(LPCPROPSHEETPAGE pPage)
BOOL             3533 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_ADDPAGE, 0, (LPARAM)hPage);
BOOL             3537 third_party/wtl/include/atldlgs.h 	BOOL InsertPage(int nNewPageIndex, HPROPSHEETPAGE hPage)
BOOL             3541 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, nNewPageIndex, (LPARAM)hPage);
BOOL             3544 third_party/wtl/include/atldlgs.h 	BOOL InsertPage(int nNewPageIndex, LPCPROPSHEETPAGE pPage)
BOOL             3551 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, nNewPageIndex, (LPARAM)hPage);
BOOL             3554 third_party/wtl/include/atldlgs.h 	BOOL InsertPage(HPROPSHEETPAGE hPageInsertAfter, HPROPSHEETPAGE hPage)
BOOL             3558 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, (WPARAM)hPageInsertAfter, (LPARAM)hPage);
BOOL             3561 third_party/wtl/include/atldlgs.h 	BOOL InsertPage(HPROPSHEETPAGE hPageInsertAfter, LPCPROPSHEETPAGE pPage)
BOOL             3568 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, (WPARAM)hPageInsertAfter, (LPARAM)hPage);
BOOL             3585 third_party/wtl/include/atldlgs.h 	BOOL PressButton(int nButton)
BOOL             3588 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_PRESSBUTTON, nButton, 0L);
BOOL             3591 third_party/wtl/include/atldlgs.h 	BOOL Apply()
BOOL             3594 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_APPLY, 0, 0L);
BOOL             3603 third_party/wtl/include/atldlgs.h 	void SetModified(HWND hWndPage, BOOL bChanged = TRUE)
BOOL             3629 third_party/wtl/include/atldlgs.h 	BOOL IsDialogMessage(LPMSG lpMsg)
BOOL             3632 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_ISDIALOGMESSAGE, 0, (LPARAM)lpMsg);
BOOL             3678 third_party/wtl/include/atldlgs.h 	BOOL RecalcPageSizes()
BOOL             3681 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, PSM_RECALCPAGESIZES, 0, 0L);
BOOL             3889 third_party/wtl/include/atldlgs.h 	BOOL SetActivePage(int nPageIndex)
BOOL             3900 third_party/wtl/include/atldlgs.h 	BOOL SetActivePage(HPROPSHEETPAGE hPage)
BOOL             3954 third_party/wtl/include/atldlgs.h 	BOOL AddPage(HPROPSHEETPAGE hPage)
BOOL             3957 third_party/wtl/include/atldlgs.h 		BOOL bRet = FALSE;
BOOL             3965 third_party/wtl/include/atldlgs.h 	BOOL AddPage(LPCPROPSHEETPAGE pPage)
BOOL             3971 third_party/wtl/include/atldlgs.h 		BOOL bRet = AddPage(hPage);
BOOL             3977 third_party/wtl/include/atldlgs.h 	BOOL RemovePage(HPROPSHEETPAGE hPage)
BOOL             3992 third_party/wtl/include/atldlgs.h 	BOOL RemovePage(int nPageIndex)
BOOL             3994 third_party/wtl/include/atldlgs.h 		BOOL bRet = TRUE;
BOOL             4067 third_party/wtl/include/atldlgs.h 	LRESULT OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             4076 third_party/wtl/include/atldlgs.h 	LRESULT OnSysCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             4127 third_party/wtl/include/atldlgs.h 	BOOL Apply()
BOOL             4141 third_party/wtl/include/atldlgs.h 	void SetModified(BOOL bChanged = TRUE)
BOOL             4302 third_party/wtl/include/atldlgs.h 	LRESULT OnNotify(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             4446 third_party/wtl/include/atldlgs.h 	BOOL OnKillActive()
BOOL             4465 third_party/wtl/include/atldlgs.h 	BOOL OnQueryCancel()
BOOL             4502 third_party/wtl/include/atldlgs.h 	BOOL OnGetObject(LPNMOBJECTNOTIFY /*lpObjectNotify*/)
BOOL             4526 third_party/wtl/include/atldlgs.h 	BOOL OnSetActive()
BOOL             4531 third_party/wtl/include/atldlgs.h 	BOOL OnKillActive()
BOOL             4536 third_party/wtl/include/atldlgs.h 	BOOL OnApply()
BOOL             4545 third_party/wtl/include/atldlgs.h 	BOOL OnQueryCancel()
BOOL             4566 third_party/wtl/include/atldlgs.h 	BOOL OnWizardFinish()
BOOL             4577 third_party/wtl/include/atldlgs.h 	BOOL OnGetObject(LPNMOBJECTNOTIFY /*lpObjectNotify*/)
BOOL             4584 third_party/wtl/include/atldlgs.h 	BOOL OnTranslateAccelerator(LPMSG /*lpMsg*/)
BOOL             4696 third_party/wtl/include/atldlgs.h 	BOOL PreTranslateMessage(LPMSG pMsg)
BOOL             4712 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(hWndCtl, WM_FORWARDMSG, 0, (LPARAM)pMsg);
BOOL             4725 third_party/wtl/include/atldlgs.h 	BOOL OnTranslateAccelerator(LPMSG lpMsg)
BOOL             4786 third_party/wtl/include/atldlgs.h 					BOOL bDialogEx = ATL::_DialogSplitHelper::IsDialogEx(pDlg);
BOOL             4933 third_party/wtl/include/atldlgs.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             4942 third_party/wtl/include/atldlgs.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             5204 third_party/wtl/include/atldlgs.h 	LRESULT OnGetExteriorPageTitleFont(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             5209 third_party/wtl/include/atldlgs.h 	LRESULT OnGetBulletFont(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             5214 third_party/wtl/include/atldlgs.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             5866 third_party/wtl/include/atldlgs.h 	HRESULT DoModal(HWND hWndParent = ::GetActiveWindow(), int* pnButton = NULL, int* pnRadioButton = NULL, BOOL* pfVerificationFlagChecked = NULL)
BOOL             5876 third_party/wtl/include/atldlgs.h 		typedef HRESULT (STDAPICALLTYPE *PFN_TaskDialogIndirect)(const TASKDIALOGCONFIG* pTaskConfig, int* pnButton, int* pnRadioButton, BOOL* pfVerificationFlagChecked);
BOOL             5974 third_party/wtl/include/atldlgs.h 		BOOL bRet = FALSE;
BOOL             6029 third_party/wtl/include/atldlgs.h 	BOOL OnButtonClicked(int /*nButton*/)
BOOL             6054 third_party/wtl/include/atldlgs.h 	BOOL OnTimer(DWORD /*dwTickCount*/)
BOOL             6095 third_party/wtl/include/atldlgs.h 	void SetMarqueeProgressBar(BOOL bMarquee)
BOOL             6101 third_party/wtl/include/atldlgs.h 	BOOL SetProgressBarState(int nNewState)
BOOL             6104 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, TDM_SET_PROGRESS_BAR_STATE, nNewState, 0L);
BOOL             6119 third_party/wtl/include/atldlgs.h 	BOOL SetProgressBarMarquee(BOOL bMarquee, UINT uSpeed)
BOOL             6122 third_party/wtl/include/atldlgs.h 		return (BOOL)::SendMessage(m_hWnd, TDM_SET_PROGRESS_BAR_MARQUEE, bMarquee, uSpeed);
BOOL             6137 third_party/wtl/include/atldlgs.h 	void EnableButton(int nButton, BOOL bEnable)
BOOL             6143 third_party/wtl/include/atldlgs.h 	void EnableRadioButton(int nButton, BOOL bEnable)
BOOL             6149 third_party/wtl/include/atldlgs.h 	void ClickVerification(BOOL bCheck, BOOL bFocus)
BOOL             6161 third_party/wtl/include/atldlgs.h 	void SetButtonElevationRequiredState(int nButton, BOOL bElevation)
BOOL               60 third_party/wtl/include/atlfind.h 	BOOL m_bFindOnly, m_bFirstSearch, m_bMatchCase, m_bWholeWord, m_bFindDown;
BOOL               97 third_party/wtl/include/atlfind.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              109 third_party/wtl/include/atlfind.h 	LRESULT OnFindReplaceCmd(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              153 third_party/wtl/include/atlfind.h 	LRESULT OnEditFind(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              161 third_party/wtl/include/atlfind.h 	LRESULT OnEditRepeat(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              184 third_party/wtl/include/atlfind.h 	LRESULT OnEditReplace(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& bHandled)
BOOL              203 third_party/wtl/include/atlfind.h 	TFindReplaceDialog* CreateFindReplaceDialog(BOOL bFindOnly, // TRUE for Find, FALSE for FindReplace
BOOL              279 third_party/wtl/include/atlfind.h 	void FindReplace(BOOL bFindOnly)
BOOL              315 third_party/wtl/include/atlfind.h 	BOOL SameAsSelected(LPCTSTR lpszCompare, BOOL bMatchCase, BOOL /*bWholeWord*/)
BOOL              366 third_party/wtl/include/atlfind.h 	void OnFindNext(LPCTSTR lpszFind, BOOL bFindDown, BOOL bMatchCase, BOOL bWholeWord)
BOOL              381 third_party/wtl/include/atlfind.h 	void OnReplaceSel(LPCTSTR lpszFind, BOOL bFindDown, BOOL bMatchCase, BOOL bWholeWord, LPCTSTR lpszReplace)
BOOL              400 third_party/wtl/include/atlfind.h 	void OnReplaceAll(LPCTSTR lpszFind, LPCTSTR lpszReplace, BOOL bMatchCase, BOOL bWholeWord)
BOOL              558 third_party/wtl/include/atlfind.h 	void HideSelection(BOOL /*bHide*/ = TRUE, BOOL /*bChangeStyle*/ = FALSE)
BOOL              563 third_party/wtl/include/atlfind.h 	BOOL FindTextSimple(LPCTSTR lpszFind, BOOL bMatchCase, BOOL bWholeWord, BOOL bFindDown = TRUE)
BOOL              733 third_party/wtl/include/atlfind.h 		BOOL useShadowBuffer = pT->UseShadowBuffer();
BOOL              774 third_party/wtl/include/atlfind.h 		BOOL useShadowBuffer = pT->UseShadowBuffer();
BOOL              822 third_party/wtl/include/atlfind.h 	BOOL UseShadowBuffer(void) const
BOOL              933 third_party/wtl/include/atlfind.h 	BOOL FindTextSimple(LPCTSTR lpszFind, BOOL bMatchCase, BOOL bWholeWord, BOOL bFindDown = TRUE)
BOOL              992 third_party/wtl/include/atlfind.h 		BOOL bRet = FALSE;
BOOL               65 third_party/wtl/include/atlframe.h 	BOOL m_bSystemCursor;
BOOL              443 third_party/wtl/include/atlframe.h 	static HWND CreateSimpleToolBarCtrl(HWND hWndParent, UINT nResourceID, BOOL bInitialSeparator = FALSE, 
BOOL              590 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleReBar(DWORD dwStyle = ATL_SIMPLE_REBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
BOOL              597 third_party/wtl/include/atlframe.h 	static BOOL AddSimpleReBarBandCtrl(HWND hWndReBar, HWND hWndBand, int nID = 0, LPCTSTR lpstrTitle = NULL, BOOL bNewRow = FALSE, int cxWidth = 0, BOOL bFullWidthAlways = FALSE)
BOOL              637 third_party/wtl/include/atlframe.h 		BOOL bRet = FALSE;
BOOL              641 third_party/wtl/include/atlframe.h 			bRet = (BOOL)::SendMessage(hWndBand, TB_GETITEMRECT, nBtnCount - 1, (LPARAM)&rcTmp);
BOOL              651 third_party/wtl/include/atlframe.h 				bRet = (BOOL)::SendMessage(hWndBand, TB_GETITEMRECT, 0, (LPARAM)&rcTmp);
BOOL              689 third_party/wtl/include/atlframe.h 	BOOL AddSimpleReBarBand(HWND hWndBand, LPCTSTR lpstrTitle = NULL, BOOL bNewRow = FALSE, int cxWidth = 0, BOOL bFullWidthAlways = FALSE)
BOOL              707 third_party/wtl/include/atlframe.h 			BOOL bRet = (BOOL)::SendMessage(m_hWndToolBar, RB_GETBANDINFO, i, (LPARAM)&rbBand);
BOOL              712 third_party/wtl/include/atlframe.h 			bRet = (BOOL)::SendMessage(m_hWndToolBar, RB_SETBANDINFO, i, (LPARAM)&rbBand);
BOOL              720 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(LPCTSTR lpstrText, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | SBARS_SIZEGRIP, UINT nID = ATL_IDW_STATUS_BAR)
BOOL              722 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(LPCTSTR lpstrText, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, UINT nID = ATL_IDW_STATUS_BAR)
BOOL              731 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(UINT nTextID = ATL_IDS_IDLEMESSAGE, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | SBARS_SIZEGRIP, UINT nID = ATL_IDW_STATUS_BAR)
BOOL              733 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(UINT nTextID = ATL_IDS_IDLEMESSAGE, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, UINT nID = ATL_IDW_STATUS_BAR)
BOOL              744 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleCECommandBar(LPTSTR pszMenu = NULL, WORD iButton = 0, DWORD dwFlags = 0, int nCmdBarID = 1)
BOOL              755 third_party/wtl/include/atlframe.h 		BOOL bRet = TRUE;
BOOL              766 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleCEMenuBar(UINT nToolBarId = ATL_IDW_MENU_BAR, DWORD dwFlags = 0, int nBmpId = 0, int cBmpImages = 0)
BOOL              780 third_party/wtl/include/atlframe.h 		BOOL bRet = ::SHCreateMenuBar(&mbi);
BOOL              805 third_party/wtl/include/atlframe.h 	void UpdateLayout(BOOL bResizeBars = TRUE)
BOOL              820 third_party/wtl/include/atlframe.h 	void UpdateBarsPosition(RECT& rect, BOOL bResizeBars = TRUE)
BOOL              846 third_party/wtl/include/atlframe.h 	BOOL PreTranslateMessage(MSG* pMsg)
BOOL              866 third_party/wtl/include/atlframe.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              876 third_party/wtl/include/atlframe.h 	LRESULT OnMenuSelect(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              922 third_party/wtl/include/atlframe.h 	LRESULT OnSetFocus(UINT, WPARAM, LPARAM, BOOL& bHandled)
BOOL              931 third_party/wtl/include/atlframe.h 	LRESULT OnDestroy(UINT, WPARAM, LPARAM, BOOL& bHandled)
BOOL              941 third_party/wtl/include/atlframe.h 	LRESULT OnToolTipTextA(int idCtrl, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL              969 third_party/wtl/include/atlframe.h 	LRESULT OnToolTipTextW(int idCtrl, LPNMHDR pnmh, BOOL& /*bHandled*/)
BOOL             1005 third_party/wtl/include/atlframe.h 		BOOL bRet = (BOOL)::SendMessage(cmi.lpnm->hdr.hwndFrom, RB_GETBANDINFO, cmi.lpnm->uBand, (LPARAM)&rbbi);
BOOL             1028 third_party/wtl/include/atlframe.h 			bRet = (BOOL)wnd.SendMessage(TB_GETBUTTON, i, (LPARAM)&tbb);
BOOL             1034 third_party/wtl/include/atlframe.h 			bRet = (BOOL)wnd.SendMessage(TB_GETITEMRECT, i, (LPARAM)&rcButton);
BOOL             1200 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
BOOL             1241 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1254 third_party/wtl/include/atlframe.h 	LRESULT OnReBarAutoSize(int /*idCtrl*/, LPNMHDR /*pnmh*/, BOOL& /*bHandled*/)
BOOL             1263 third_party/wtl/include/atlframe.h 	LRESULT OnChevronPushed(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             1288 third_party/wtl/include/atlframe.h inline HWND AtlCreateSimpleToolBar(HWND hWndParent, UINT nResourceID, BOOL bInitialSeparator = FALSE, 
BOOL             1324 third_party/wtl/include/atlframe.h 	HWND MDIGetActive(BOOL* lpbMaximized = NULL)
BOOL             1337 third_party/wtl/include/atlframe.h 	void MDINext(HWND hWndChild, BOOL bPrevious = FALSE)
BOOL             1365 third_party/wtl/include/atlframe.h 	BOOL MDICascade(UINT uFlags = 0)
BOOL             1368 third_party/wtl/include/atlframe.h 		return (BOOL)::SendMessage(m_hWndMDIClient, WM_MDICASCADE, (WPARAM)uFlags, 0);
BOOL             1371 third_party/wtl/include/atlframe.h 	BOOL MDITile(UINT uFlags = MDITILE_HORIZONTAL)
BOOL             1374 third_party/wtl/include/atlframe.h 		return (BOOL)::SendMessage(m_hWndMDIClient, WM_MDITILE, (WPARAM)uFlags, 0);
BOOL             1483 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
BOOL             1511 third_party/wtl/include/atlframe.h 		BOOL bRet = pThis->ProcessWindowMessage(pThis->m_hWnd, uMsg, wParam, lParam, lRes, 0);
BOOL             1568 third_party/wtl/include/atlframe.h 	BOOL PreTranslateMessage(MSG* pMsg)
BOOL             1633 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1644 third_party/wtl/include/atlframe.h 	LRESULT OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1650 third_party/wtl/include/atlframe.h 	LRESULT OnMDISetMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1658 third_party/wtl/include/atlframe.h 	LRESULT OnReBarAutoSize(int /*idCtrl*/, LPNMHDR /*pnmh*/, BOOL& /*bHandled*/)
BOOL             1667 third_party/wtl/include/atlframe.h 	LRESULT OnChevronPushed(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             1720 third_party/wtl/include/atlframe.h 		BOOL bMaximized = FALSE;
BOOL             1764 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
BOOL             1773 third_party/wtl/include/atlframe.h 	BOOL UpdateClientEdge(LPRECT lpRect = NULL)
BOOL             1828 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1839 third_party/wtl/include/atlframe.h 	LRESULT OnWindowPosChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1861 third_party/wtl/include/atlframe.h 	LRESULT OnMouseActivate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1875 third_party/wtl/include/atlframe.h 	LRESULT OnMenuSelect(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1880 third_party/wtl/include/atlframe.h 	LRESULT OnMDIActivate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1891 third_party/wtl/include/atlframe.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1905 third_party/wtl/include/atlframe.h 	LRESULT OnReBarAutoSize(int /*idCtrl*/, LPNMHDR /*pnmh*/, BOOL& /*bHandled*/)
BOOL             1914 third_party/wtl/include/atlframe.h 	LRESULT OnChevronPushed(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled)
BOOL             1944 third_party/wtl/include/atlframe.h 	BOOL m_bHandledOD;
BOOL             1946 third_party/wtl/include/atlframe.h 	BOOL IsMsgHandled() const
BOOL             1950 third_party/wtl/include/atlframe.h 	void SetMsgHandled(BOOL bHandled)
BOOL             1969 third_party/wtl/include/atlframe.h 	LRESULT OnDrawItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1978 third_party/wtl/include/atlframe.h 	LRESULT OnMeasureItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1987 third_party/wtl/include/atlframe.h 	LRESULT OnCompareItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1995 third_party/wtl/include/atlframe.h 	LRESULT OnDeleteItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             2164 third_party/wtl/include/atlframe.h 	BOOL UIAddMenuBar(HWND hWnd)                // menu bar (main menu)
BOOL             2174 third_party/wtl/include/atlframe.h 	BOOL UIAddToolBar(HWND hWnd)                // toolbar
BOOL             2184 third_party/wtl/include/atlframe.h 	BOOL UIAddStatusBar(HWND hWnd)              // status bar
BOOL             2194 third_party/wtl/include/atlframe.h 	BOOL UIAddChildWindowContainer(HWND hWnd)   // child window
BOOL             2210 third_party/wtl/include/atlframe.h 	LRESULT OnInitMenuPopup(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             2230 third_party/wtl/include/atlframe.h 	LRESULT OnCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             2246 third_party/wtl/include/atlframe.h 	BOOL UIEnable(int nID, BOOL bEnable, BOOL bForceUpdate = FALSE)
BOOL             2286 third_party/wtl/include/atlframe.h 	BOOL UISetCheck(int nID, int nCheck, BOOL bForceUpdate = FALSE)
BOOL             2337 third_party/wtl/include/atlframe.h 	BOOL UISetCheck(int nID, bool bCheck, BOOL bForceUpdate = FALSE)
BOOL             2342 third_party/wtl/include/atlframe.h 	BOOL UISetRadio(int nID, BOOL bRadio, BOOL bForceUpdate = FALSE)
BOOL             2382 third_party/wtl/include/atlframe.h 	BOOL UISetText(int nID, LPCTSTR lpstrText, BOOL bForceUpdate = FALSE)
BOOL             2422 third_party/wtl/include/atlframe.h 	BOOL UISetDefault(int nID, BOOL bDefault, BOOL bForceUpdate = FALSE)
BOOL             2464 third_party/wtl/include/atlframe.h 	BOOL UISetState(int nID, DWORD dwState)
BOOL             2498 third_party/wtl/include/atlframe.h 	BOOL UIUpdateMenuBar(BOOL bForceUpdate = FALSE, BOOL bMainMenu = FALSE)
BOOL             2537 third_party/wtl/include/atlframe.h 	BOOL UIUpdateToolBar(BOOL bForceUpdate = FALSE)
BOOL             2566 third_party/wtl/include/atlframe.h 	BOOL UIUpdateStatusBar(BOOL bForceUpdate = FALSE)
BOOL             2601 third_party/wtl/include/atlframe.h 	BOOL UIUpdateChildWindows(BOOL bForceUpdate = FALSE)
BOOL             2806 third_party/wtl/include/atlframe.h 			BOOL bRet = m_arrUIMap.Add(*(_AtlUpdateUIMap*)pMap);
BOOL             2871 third_party/wtl/include/atlframe.h 		BOOL bRet = m_arrUIMap.Add(uumEnd);
BOOL             2907 third_party/wtl/include/atlframe.h 				BOOL bRet = m_arrUIMap.RemoveAt(i);
BOOL             3180 third_party/wtl/include/atlframe.h 		BOOL bVisible = pT->IsWindowVisible();
BOOL             3232 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3254 third_party/wtl/include/atlframe.h 	LRESULT OnGetMinMaxInfo(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             3410 third_party/wtl/include/atlframe.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             3415 third_party/wtl/include/atlframe.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              186 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL              189 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteObject(m_hPen);
BOOL              332 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL              335 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteObject(m_hBrush);
BOOL              646 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL              649 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteObject(m_hFont);
BOOL              773 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL              776 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteObject(m_hBitmap);
BOOL              823 third_party/wtl/include/atlgdi.h 	BOOL GetBitmapDimension(LPSIZE lpSize) const
BOOL              829 third_party/wtl/include/atlgdi.h 	BOOL SetBitmapDimension(int nWidth, int nHeight, LPSIZE lpSize = NULL)
BOOL              932 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL              935 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteObject(m_hPalette);
BOOL              970 third_party/wtl/include/atlgdi.h 	BOOL ResizePalette(UINT nNumEntries)
BOOL             1099 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL             1102 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteObject(m_hRgn);
BOOL             1139 third_party/wtl/include/atlgdi.h 	BOOL EqualRgn(HRGN hRgn) const
BOOL             1163 third_party/wtl/include/atlgdi.h 	BOOL PtInRegion(int x, int y) const
BOOL             1169 third_party/wtl/include/atlgdi.h 	BOOL PtInRegion(POINT point) const
BOOL             1175 third_party/wtl/include/atlgdi.h 	BOOL RectInRegion(LPCRECT lpRect) const
BOOL             1290 third_party/wtl/include/atlgdi.h 	BOOL DeleteDC()
BOOL             1294 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteDC(m_hDC);
BOOL             1307 third_party/wtl/include/atlgdi.h 	BOOL RestoreDC(int nSavedDC)
BOOL             1332 third_party/wtl/include/atlgdi.h 	BOOL ResetDC(const DEVMODE* lpDevMode)
BOOL             1339 third_party/wtl/include/atlgdi.h 	BOOL GetBrushOrg(LPPOINT lpPoint) const
BOOL             1346 third_party/wtl/include/atlgdi.h 	BOOL SetBrushOrg(int x, int y, LPPOINT lpPoint = NULL)
BOOL             1352 third_party/wtl/include/atlgdi.h 	BOOL SetBrushOrg(POINT point, LPPOINT lpPointRet = NULL)
BOOL             1442 third_party/wtl/include/atlgdi.h 	HPALETTE SelectStockPalette(int nPalette, BOOL bForceBackground)
BOOL             1455 third_party/wtl/include/atlgdi.h 	HPALETTE SelectPalette(HPALETTE hPalette, BOOL bForceBackground)
BOOL             1556 third_party/wtl/include/atlgdi.h 	BOOL GetColorAdjustment(LPCOLORADJUSTMENT lpColorAdjust) const
BOOL             1562 third_party/wtl/include/atlgdi.h 	BOOL SetColorAdjustment(const COLORADJUSTMENT* lpColorAdjust)
BOOL             1575 third_party/wtl/include/atlgdi.h 	BOOL GetViewportOrg(LPPOINT lpPoint) const
BOOL             1589 third_party/wtl/include/atlgdi.h 	BOOL SetViewportOrg(int x, int y, LPPOINT lpPoint = NULL)
BOOL             1595 third_party/wtl/include/atlgdi.h 	BOOL SetViewportOrg(POINT point, LPPOINT lpPointRet = NULL)
BOOL             1602 third_party/wtl/include/atlgdi.h 	BOOL OffsetViewportOrg(int nWidth, int nHeight, LPPOINT lpPoint = NULL)
BOOL             1609 third_party/wtl/include/atlgdi.h 	BOOL GetViewportExt(LPSIZE lpSize) const
BOOL             1615 third_party/wtl/include/atlgdi.h 	BOOL SetViewportExt(int x, int y, LPSIZE lpSize = NULL)
BOOL             1621 third_party/wtl/include/atlgdi.h 	BOOL SetViewportExt(SIZE size, LPSIZE lpSizeRet = NULL)
BOOL             1627 third_party/wtl/include/atlgdi.h 	BOOL ScaleViewportExt(int xNum, int xDenom, int yNum, int yDenom, LPSIZE lpSize = NULL)
BOOL             1636 third_party/wtl/include/atlgdi.h 	BOOL GetWindowOrg(LPPOINT lpPoint) const
BOOL             1642 third_party/wtl/include/atlgdi.h 	BOOL SetWindowOrg(int x, int y, LPPOINT lpPoint = NULL)
BOOL             1648 third_party/wtl/include/atlgdi.h 	BOOL SetWindowOrg(POINT point, LPPOINT lpPointRet = NULL)
BOOL             1654 third_party/wtl/include/atlgdi.h 	BOOL OffsetWindowOrg(int nWidth, int nHeight, LPPOINT lpPoint = NULL)
BOOL             1661 third_party/wtl/include/atlgdi.h 	BOOL GetWindowExt(LPSIZE lpSize) const
BOOL             1667 third_party/wtl/include/atlgdi.h 	BOOL SetWindowExt(int x, int y, LPSIZE lpSize = NULL)
BOOL             1673 third_party/wtl/include/atlgdi.h 	BOOL SetWindowExt(SIZE size, LPSIZE lpSizeRet = NULL)
BOOL             1679 third_party/wtl/include/atlgdi.h 	BOOL ScaleWindowExt(int xNum, int xDenom, int yNum, int yDenom, LPSIZE lpSize = NULL)
BOOL             1686 third_party/wtl/include/atlgdi.h 	BOOL DPtoLP(LPPOINT lpPoints, int nCount = 1) const
BOOL             1692 third_party/wtl/include/atlgdi.h 	BOOL DPtoLP(LPRECT lpRect) const
BOOL             1698 third_party/wtl/include/atlgdi.h 	BOOL DPtoLP(LPSIZE lpSize) const
BOOL             1711 third_party/wtl/include/atlgdi.h 	BOOL LPtoDP(LPPOINT lpPoints, int nCount = 1) const
BOOL             1717 third_party/wtl/include/atlgdi.h 	BOOL LPtoDP(LPRECT lpRect) const
BOOL             1723 third_party/wtl/include/atlgdi.h 	BOOL LPtoDP(LPSIZE lpSize) const
BOOL             1797 third_party/wtl/include/atlgdi.h 	BOOL FillRgn(HRGN hRgn, HBRUSH hBrush)
BOOL             1804 third_party/wtl/include/atlgdi.h 	BOOL FrameRgn(HRGN hRgn, HBRUSH hBrush, int nWidth, int nHeight)
BOOL             1810 third_party/wtl/include/atlgdi.h 	BOOL InvertRgn(HRGN hRgn)
BOOL             1816 third_party/wtl/include/atlgdi.h 	BOOL PaintRgn(HRGN hRgn)
BOOL             1844 third_party/wtl/include/atlgdi.h 	BOOL PtVisible(int x, int y) const
BOOL             1850 third_party/wtl/include/atlgdi.h 	BOOL PtVisible(POINT point) const
BOOL             1857 third_party/wtl/include/atlgdi.h 	BOOL RectVisible(LPCRECT lpRect) const
BOOL             1923 third_party/wtl/include/atlgdi.h 	BOOL GetCurrentPosition(LPPOINT lpPoint) const
BOOL             1929 third_party/wtl/include/atlgdi.h 	BOOL MoveTo(int x, int y, LPPOINT lpPoint = NULL)
BOOL             1935 third_party/wtl/include/atlgdi.h 	BOOL MoveTo(POINT point, LPPOINT lpPointRet = NULL)
BOOL             1941 third_party/wtl/include/atlgdi.h 	BOOL LineTo(int x, int y)
BOOL             1947 third_party/wtl/include/atlgdi.h 	BOOL LineTo(POINT point)
BOOL             1955 third_party/wtl/include/atlgdi.h 	BOOL Arc(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
BOOL             1961 third_party/wtl/include/atlgdi.h 	BOOL Arc(LPCRECT lpRect, POINT ptStart, POINT ptEnd)
BOOL             1970 third_party/wtl/include/atlgdi.h 	BOOL Polyline(LPPOINT lpPoints, int nCount)
BOOL             1977 third_party/wtl/include/atlgdi.h 	BOOL AngleArc(int x, int y, int nRadius, float fStartAngle, float fSweepAngle)
BOOL             1983 third_party/wtl/include/atlgdi.h 	BOOL ArcTo(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
BOOL             1989 third_party/wtl/include/atlgdi.h 	BOOL ArcTo(LPCRECT lpRect, POINT ptStart, POINT ptEnd)
BOOL             2008 third_party/wtl/include/atlgdi.h 	BOOL PolyDraw(const POINT* lpPoints, const BYTE* lpTypes, int nCount)
BOOL             2014 third_party/wtl/include/atlgdi.h 	BOOL PolylineTo(const POINT* lpPoints, int nCount)
BOOL             2020 third_party/wtl/include/atlgdi.h 	BOOL PolyPolyline(const POINT* lpPoints,
BOOL             2027 third_party/wtl/include/atlgdi.h 	BOOL PolyBezier(const POINT* lpPoints, int nCount)
BOOL             2033 third_party/wtl/include/atlgdi.h 	BOOL PolyBezierTo(const POINT* lpPoints, int nCount)
BOOL             2041 third_party/wtl/include/atlgdi.h 	BOOL FillRect(LPCRECT lpRect, HBRUSH hBrush)
BOOL             2047 third_party/wtl/include/atlgdi.h 	BOOL FillRect(LPCRECT lpRect, int nColorIndex)
BOOL             2058 third_party/wtl/include/atlgdi.h 	BOOL FrameRect(LPCRECT lpRect, HBRUSH hBrush)
BOOL             2066 third_party/wtl/include/atlgdi.h 	BOOL InvertRect(LPCRECT lpRect)
BOOL             2073 third_party/wtl/include/atlgdi.h 	BOOL DrawIcon(int x, int y, HICON hIcon)
BOOL             2083 third_party/wtl/include/atlgdi.h 	BOOL DrawIcon(POINT point, HICON hIcon)
BOOL             2093 third_party/wtl/include/atlgdi.h 	BOOL DrawIconEx(int x, int y, HICON hIcon, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
BOOL             2099 third_party/wtl/include/atlgdi.h 	BOOL DrawIconEx(POINT point, HICON hIcon, SIZE size, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
BOOL             2106 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, HBITMAP hBitmap, UINT nFlags, HBRUSH hBrush = NULL)
BOOL             2112 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, HICON hIcon, UINT nFlags, HBRUSH hBrush = NULL)
BOOL             2118 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, LPCTSTR lpszText, UINT nFlags, BOOL bPrefixText = TRUE, int nTextLen = 0, HBRUSH hBrush = NULL)
BOOL             2124 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, DRAWSTATEPROC lpDrawProc, LPARAM lData, UINT nFlags, HBRUSH hBrush = NULL)
BOOL             2133 third_party/wtl/include/atlgdi.h 	BOOL Chord(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
BOOL             2139 third_party/wtl/include/atlgdi.h 	BOOL Chord(LPCRECT lpRect, POINT ptStart, POINT ptEnd)
BOOL             2152 third_party/wtl/include/atlgdi.h 	BOOL Ellipse(int x1, int y1, int x2, int y2)
BOOL             2158 third_party/wtl/include/atlgdi.h 	BOOL Ellipse(LPCRECT lpRect)
BOOL             2165 third_party/wtl/include/atlgdi.h 	BOOL Pie(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
BOOL             2171 third_party/wtl/include/atlgdi.h 	BOOL Pie(LPCRECT lpRect, POINT ptStart, POINT ptEnd)
BOOL             2178 third_party/wtl/include/atlgdi.h 	BOOL Polygon(LPPOINT lpPoints, int nCount)
BOOL             2185 third_party/wtl/include/atlgdi.h 	BOOL PolyPolygon(LPPOINT lpPoints, LPINT lpPolyCounts, int nCount)
BOOL             2192 third_party/wtl/include/atlgdi.h 	BOOL Rectangle(int x1, int y1, int x2, int y2)
BOOL             2198 third_party/wtl/include/atlgdi.h 	BOOL Rectangle(LPCRECT lpRect)
BOOL             2204 third_party/wtl/include/atlgdi.h 	BOOL RoundRect(int x1, int y1, int x2, int y2, int x3, int y3)
BOOL             2210 third_party/wtl/include/atlgdi.h 	BOOL RoundRect(LPCRECT lpRect, POINT point)
BOOL             2217 third_party/wtl/include/atlgdi.h 	BOOL PatBlt(int x, int y, int nWidth, int nHeight, DWORD dwRop)
BOOL             2223 third_party/wtl/include/atlgdi.h 	BOOL BitBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC,
BOOL             2230 third_party/wtl/include/atlgdi.h 	BOOL StretchBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, DWORD dwRop)
BOOL             2261 third_party/wtl/include/atlgdi.h 	BOOL FloodFill(int x, int y, COLORREF crColor)
BOOL             2267 third_party/wtl/include/atlgdi.h 	BOOL ExtFloodFill(int x, int y, COLORREF crColor, UINT nFillType)
BOOL             2274 third_party/wtl/include/atlgdi.h 	BOOL MaskBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, HBITMAP hMaskBitmap, int xMask, int yMask, DWORD dwRop)
BOOL             2281 third_party/wtl/include/atlgdi.h 	BOOL PlgBlt(LPPOINT lpPoint, HDC hSrcDC, int xSrc, int ySrc, int nWidth, int nHeight, HBITMAP hMaskBitmap, int xMask, int yMask)
BOOL             2287 third_party/wtl/include/atlgdi.h 	BOOL SetPixelV(int x, int y, COLORREF crColor)
BOOL             2293 third_party/wtl/include/atlgdi.h 	BOOL SetPixelV(POINT point, COLORREF crColor)
BOOL             2302 third_party/wtl/include/atlgdi.h 	BOOL TransparentBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, UINT crTransparent)
BOOL             2308 third_party/wtl/include/atlgdi.h 	BOOL TransparentImage(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, UINT crTransparent)
BOOL             2316 third_party/wtl/include/atlgdi.h 	BOOL GradientFill(const PTRIVERTEX pVertices, DWORD nVertices, void* pMeshElements, DWORD nMeshElements, DWORD dwMode)
BOOL             2324 third_party/wtl/include/atlgdi.h 	BOOL AlphaBlend(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, BLENDFUNCTION bf)
BOOL             2336 third_party/wtl/include/atlgdi.h 	BOOL DitherBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, HBITMAP hBitmap, int xSrc, int ySrc,
BOOL             2446 third_party/wtl/include/atlgdi.h 	BOOL TextOut(int x, int y, LPCTSTR lpszString, int nCount = -1)
BOOL             2455 third_party/wtl/include/atlgdi.h 	BOOL ExtTextOut(int x, int y, UINT nOptions, LPCRECT lpRect, LPCTSTR lpszString, UINT nCount = -1, LPINT lpDxWidths = NULL)
BOOL             2521 third_party/wtl/include/atlgdi.h 	BOOL GetTextExtent(LPCTSTR lpszString, int nCount, LPSIZE lpSize) const
BOOL             2529 third_party/wtl/include/atlgdi.h 	BOOL GetTextExtentExPoint(LPCTSTR lpszString, int cchString, LPSIZE lpSize, int nMaxExtent, LPINT lpnFit = NULL, LPINT alpDx = NULL)
BOOL             2544 third_party/wtl/include/atlgdi.h 	BOOL GrayString(HBRUSH hBrush, BOOL (CALLBACK* lpfnOutput)(HDC, LPARAM, int), LPARAM lpData, int nCount, int x, int y, int nWidth, int nHeight)
BOOL             2579 third_party/wtl/include/atlgdi.h 	BOOL GetTextFace(BSTR& bstrFace) const
BOOL             2621 third_party/wtl/include/atlgdi.h 	BOOL GetTextMetrics(LPTEXTMETRIC lpMetrics) const
BOOL             2648 third_party/wtl/include/atlgdi.h 	BOOL DrawEdge(LPRECT lpRect, UINT nEdge, UINT nFlags)
BOOL             2654 third_party/wtl/include/atlgdi.h 	BOOL DrawFrameControl(LPRECT lpRect, UINT nType, UINT nState)
BOOL             2661 third_party/wtl/include/atlgdi.h 	BOOL ScrollDC(int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, HRGN hRgnUpdate, LPRECT lpRectUpdate)
BOOL             2669 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidth(UINT nFirstChar, UINT nLastChar, LPINT lpBuffer) const
BOOL             2676 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidth32(UINT nFirstChar, UINT nLastChar, LPINT lpBuffer) const
BOOL             2688 third_party/wtl/include/atlgdi.h 	BOOL GetAspectRatioFilter(LPSIZE lpSize) const
BOOL             2694 third_party/wtl/include/atlgdi.h 	BOOL GetCharABCWidths(UINT nFirstChar, UINT nLastChar, LPABC lpabc) const
BOOL             2724 third_party/wtl/include/atlgdi.h 	BOOL GetCharABCWidths(UINT nFirstChar, UINT nLastChar, LPABCFLOAT lpABCF) const
BOOL             2730 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidth(UINT nFirstChar, UINT nLastChar, float* lpFloatBuffer) const
BOOL             2789 third_party/wtl/include/atlgdi.h 	int SetAbortProc(BOOL (CALLBACK* lpfn)(HDC, int))
BOOL             2810 third_party/wtl/include/atlgdi.h 	BOOL PlayMetaFile(HMETAFILE hMF)
BOOL             2823 third_party/wtl/include/atlgdi.h 	BOOL PlayMetaFile(HENHMETAFILE hEnhMetaFile, LPCRECT lpBounds)
BOOL             2829 third_party/wtl/include/atlgdi.h 	BOOL AddMetaFileComment(UINT nDataSize, const BYTE* pCommentData) // can be used for enhanced metafiles only
BOOL             2926 third_party/wtl/include/atlgdi.h 	BOOL AbortPath()
BOOL             2932 third_party/wtl/include/atlgdi.h 	BOOL BeginPath()
BOOL             2938 third_party/wtl/include/atlgdi.h 	BOOL CloseFigure()
BOOL             2944 third_party/wtl/include/atlgdi.h 	BOOL EndPath()
BOOL             2950 third_party/wtl/include/atlgdi.h 	BOOL FillPath()
BOOL             2956 third_party/wtl/include/atlgdi.h 	BOOL FlattenPath()
BOOL             2962 third_party/wtl/include/atlgdi.h 	BOOL StrokeAndFillPath()
BOOL             2968 third_party/wtl/include/atlgdi.h 	BOOL StrokePath()
BOOL             2974 third_party/wtl/include/atlgdi.h 	BOOL WidenPath()
BOOL             2980 third_party/wtl/include/atlgdi.h 	BOOL GetMiterLimit(PFLOAT pfMiterLimit) const
BOOL             2986 third_party/wtl/include/atlgdi.h 	BOOL SetMiterLimit(float fMiterLimit)
BOOL             2998 third_party/wtl/include/atlgdi.h 	BOOL SelectClipPath(int nMode)
BOOL             3169 third_party/wtl/include/atlgdi.h 	BOOL SetPixelFormat(int iPixelFormat, CONST PIXELFORMATDESCRIPTOR* ppfd)
BOOL             3175 third_party/wtl/include/atlgdi.h 	BOOL SwapBuffers()
BOOL             3193 third_party/wtl/include/atlgdi.h 	BOOL wglMakeCurrent(HGLRC hglrc)
BOOL             3199 third_party/wtl/include/atlgdi.h 	BOOL wglUseFontBitmaps(DWORD dwFirst, DWORD dwCount, DWORD listBase)
BOOL             3205 third_party/wtl/include/atlgdi.h 	BOOL wglUseFontOutlines(DWORD dwFirst, DWORD dwCount, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf)
BOOL             3211 third_party/wtl/include/atlgdi.h 	BOOL wglDescribeLayerPlane(int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd)
BOOL             3229 third_party/wtl/include/atlgdi.h 	BOOL wglRealizeLayerPalette(int iLayerPlane, BOOL bRealize)
BOOL             3235 third_party/wtl/include/atlgdi.h 	BOOL wglSwapLayerBuffers(UINT uPlanes)
BOOL             3282 third_party/wtl/include/atlgdi.h 	BOOL GetTextExtentPointI(LPWORD pgiIn, int cgi, LPSIZE lpSize) const
BOOL             3288 third_party/wtl/include/atlgdi.h 	BOOL GetTextExtentExPointI(LPWORD pgiIn, int cgi, int nMaxExtent, LPINT lpnFit, LPINT alpDx, LPSIZE lpSize) const
BOOL             3294 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidthI(UINT giFirst, UINT cgi, LPWORD pgi, LPINT lpBuffer) const
BOOL             3300 third_party/wtl/include/atlgdi.h 	BOOL GetCharABCWidthsI(UINT giFirst, UINT cgi, LPWORD pgi, LPABC lpabc) const
BOOL             3309 third_party/wtl/include/atlgdi.h 	BOOL ColorCorrectPalette(HPALETTE hPalette, DWORD dwFirstEntry, DWORD dwNumOfEntries)
BOOL             3532 third_party/wtl/include/atlgdi.h 	BOOL DeleteObject()
BOOL             3535 third_party/wtl/include/atlgdi.h 		BOOL bRet = ::DeleteEnhMetaFile(m_hEMF);
BOOL             3749 third_party/wtl/include/atlgdi.h 	BOOL bOK = FALSE;
BOOL             3805 third_party/wtl/include/atlgdi.h 	BOOL bOK = OpenClipboard(hWnd);
BOOL              125 third_party/wtl/include/atlmisc.h 	BOOL operator ==(SIZE size) const
BOOL              130 third_party/wtl/include/atlmisc.h 	BOOL operator !=(SIZE size) const
BOOL              233 third_party/wtl/include/atlmisc.h 	BOOL operator ==(POINT point) const
BOOL              238 third_party/wtl/include/atlmisc.h 	BOOL operator !=(POINT point) const
BOOL              405 third_party/wtl/include/atlmisc.h 	BOOL IsRectEmpty() const
BOOL              410 third_party/wtl/include/atlmisc.h 	BOOL IsRectNull() const
BOOL              415 third_party/wtl/include/atlmisc.h 	BOOL PtInRect(POINT point) const
BOOL              441 third_party/wtl/include/atlmisc.h 	BOOL EqualRect(LPCRECT lpRect) const
BOOL              555 third_party/wtl/include/atlmisc.h 	BOOL IntersectRect(LPCRECT lpRect1, LPCRECT lpRect2)
BOOL              560 third_party/wtl/include/atlmisc.h 	BOOL UnionRect(LPCRECT lpRect1, LPCRECT lpRect2)
BOOL              565 third_party/wtl/include/atlmisc.h 	BOOL SubtractRect(LPCRECT lpRectSrc1, LPCRECT lpRectSrc2)
BOOL              576 third_party/wtl/include/atlmisc.h 	BOOL operator ==(const RECT& rect) const
BOOL              581 third_party/wtl/include/atlmisc.h 	BOOL operator !=(const RECT& rect) const
BOOL              924 third_party/wtl/include/atlmisc.h 	BOOL IsEmpty() const
BOOL             1647 third_party/wtl/include/atlmisc.h 	BOOL __cdecl Format(LPCTSTR lpszFormat, ...)
BOOL             1653 third_party/wtl/include/atlmisc.h 		BOOL bRet = FormatV(lpszFormat, argList);
BOOL             1658 third_party/wtl/include/atlmisc.h 	BOOL __cdecl Format(UINT nFormatID, ...)
BOOL             1661 third_party/wtl/include/atlmisc.h 		BOOL bRet = strFormat.LoadString(nFormatID);
BOOL             1671 third_party/wtl/include/atlmisc.h 	BOOL FormatV(LPCTSTR lpszFormat, va_list argList)
BOOL             1988 third_party/wtl/include/atlmisc.h 	BOOL __cdecl FormatMessage(LPCTSTR lpszFormat, ...)
BOOL             1994 third_party/wtl/include/atlmisc.h 		BOOL bRet = TRUE;
BOOL             2007 third_party/wtl/include/atlmisc.h 	BOOL __cdecl FormatMessage(UINT nFormatID, ...)
BOOL             2011 third_party/wtl/include/atlmisc.h 		BOOL bRetTmp = strFormat.LoadString(nFormatID);
BOOL             2019 third_party/wtl/include/atlmisc.h 		BOOL bRet = TRUE;
BOOL             2033 third_party/wtl/include/atlmisc.h 	BOOL LoadString(UINT nID)   // load from string resource (255 chars max.)
BOOL             2214 third_party/wtl/include/atlmisc.h 	static BOOL __stdcall _IsValidString(LPCTSTR lpsz, int /*nLength*/ = -1)
BOOL             2234 third_party/wtl/include/atlmisc.h 	BOOL AllocCopy(CString& dest, int nCopyLen, int nCopyIndex, int nExtraLen) const
BOOL             2241 third_party/wtl/include/atlmisc.h 		BOOL bRet = FALSE;
BOOL             2262 third_party/wtl/include/atlmisc.h 	BOOL AllocBuffer(int nLen)
BOOL             2314 third_party/wtl/include/atlmisc.h 	BOOL ConcatCopy(int nSrc1Len, LPCTSTR lpszSrc1Data, int nSrc2Len, LPCTSTR lpszSrc2Data)
BOOL             2320 third_party/wtl/include/atlmisc.h 		BOOL bRet = TRUE;
BOOL             2380 third_party/wtl/include/atlmisc.h 	BOOL AllocBeforeWrite(int nLen)
BOOL             2382 third_party/wtl/include/atlmisc.h 		BOOL bRet = TRUE;
BOOL             2972 third_party/wtl/include/atlmisc.h 	BOOL AddToList(LPCTSTR lpstrDocName)
BOOL             2991 third_party/wtl/include/atlmisc.h 		BOOL bRet = m_arrDocs.Add(de);
BOOL             3005 third_party/wtl/include/atlmisc.h 	BOOL GetFromList(int /*nItemID*/, LPTSTR /*lpstrDocName*/)
BOOL             3011 third_party/wtl/include/atlmisc.h 	BOOL GetFromList(int nItemID, LPTSTR lpstrDocName, int cchLength)
BOOL             3024 third_party/wtl/include/atlmisc.h 	BOOL GetFromList(int nItemID, _CSTRING_NS::CString& strDocName)
BOOL             3034 third_party/wtl/include/atlmisc.h 	BOOL RemoveFromList(int nItemID)
BOOL             3037 third_party/wtl/include/atlmisc.h 		BOOL bRet = m_arrDocs.RemoveAt(nIndex);
BOOL             3046 third_party/wtl/include/atlmisc.h 	BOOL MoveToTop(int nItemID)
BOOL             3054 third_party/wtl/include/atlmisc.h 		BOOL bRet = m_arrDocs.Add(de);
BOOL             3063 third_party/wtl/include/atlmisc.h 	BOOL ReadFromRegistry(LPCTSTR lpstrRegKey)
BOOL             3115 third_party/wtl/include/atlmisc.h 	BOOL WriteToRegistry(LPCTSTR lpstrRegKey)
BOOL             3167 third_party/wtl/include/atlmisc.h 	BOOL UpdateMenu()
BOOL             3279 third_party/wtl/include/atlmisc.h 	BOOL m_bFound;
BOOL             3310 third_party/wtl/include/atlmisc.h 	BOOL GetFileName(LPTSTR lpstrFileName, int cchLength) const
BOOL             3322 third_party/wtl/include/atlmisc.h 	BOOL GetFilePath(LPTSTR lpstrFilePath, int cchLength) const
BOOL             3355 third_party/wtl/include/atlmisc.h 	BOOL GetFileTitle(LPTSTR lpstrFileTitle, int cchLength) const
BOOL             3377 third_party/wtl/include/atlmisc.h 	BOOL GetFileURL(LPTSTR lpstrFileURL, int cchLength) const
BOOL             3393 third_party/wtl/include/atlmisc.h 	BOOL GetRoot(LPTSTR lpstrRoot, int cchLength) const
BOOL             3468 third_party/wtl/include/atlmisc.h 	BOOL GetLastWriteTime(FILETIME* pTimeStamp) const
BOOL             3482 third_party/wtl/include/atlmisc.h 	BOOL GetLastAccessTime(FILETIME* pTimeStamp) const
BOOL             3496 third_party/wtl/include/atlmisc.h 	BOOL GetCreationTime(FILETIME* pTimeStamp) const
BOOL             3509 third_party/wtl/include/atlmisc.h 	BOOL MatchesMask(DWORD dwMask) const
BOOL             3519 third_party/wtl/include/atlmisc.h 	BOOL IsDots() const
BOOL             3526 third_party/wtl/include/atlmisc.h 		BOOL bResult = FALSE;
BOOL             3536 third_party/wtl/include/atlmisc.h 	BOOL IsReadOnly() const
BOOL             3541 third_party/wtl/include/atlmisc.h 	BOOL IsDirectory() const
BOOL             3546 third_party/wtl/include/atlmisc.h 	BOOL IsCompressed() const
BOOL             3551 third_party/wtl/include/atlmisc.h 	BOOL IsSystem() const
BOOL             3556 third_party/wtl/include/atlmisc.h 	BOOL IsHidden() const
BOOL             3561 third_party/wtl/include/atlmisc.h 	BOOL IsTemporary() const
BOOL             3566 third_party/wtl/include/atlmisc.h 	BOOL IsNormal() const
BOOL             3571 third_party/wtl/include/atlmisc.h 	BOOL IsArchived() const
BOOL             3577 third_party/wtl/include/atlmisc.h 	BOOL FindFile(LPCTSTR pstrName = NULL)
BOOL             3640 third_party/wtl/include/atlmisc.h 	BOOL FindNextFile()
BOOL              873 third_party/wtl/include/atlprint.h 	LRESULT OnEraseBkgnd(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              878 third_party/wtl/include/atlprint.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              993 third_party/wtl/include/atlprint.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1015 third_party/wtl/include/atlprint.h 	LRESULT OnEraseBkgnd(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1020 third_party/wtl/include/atlprint.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              138 third_party/wtl/include/atlscrl.h 	void SetScrollOffset(int x, int y, BOOL bRedraw = TRUE)
BOOL              186 third_party/wtl/include/atlscrl.h 	void SetScrollOffset(POINT ptOffset, BOOL bRedraw = TRUE)
BOOL              197 third_party/wtl/include/atlscrl.h 	void SetScrollSize(int cx, int cy, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL              264 third_party/wtl/include/atlscrl.h 	void SetScrollSize(SIZE size, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL              473 third_party/wtl/include/atlscrl.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              480 third_party/wtl/include/atlscrl.h 	LRESULT OnVScroll(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              488 third_party/wtl/include/atlscrl.h 	LRESULT OnHScroll(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              496 third_party/wtl/include/atlscrl.h 	LRESULT OnMouseWheel(UINT uMsg, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              531 third_party/wtl/include/atlscrl.h 	LRESULT OnMouseHWheel(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              553 third_party/wtl/include/atlscrl.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              559 third_party/wtl/include/atlscrl.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL              606 third_party/wtl/include/atlscrl.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              628 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollUp(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              634 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollDown(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              640 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageUp(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              646 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageDown(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              652 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollTop(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              658 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollBottom(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              664 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollLeft(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              670 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollRight(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              676 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageLeft(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              682 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollPageRight(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              688 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollAllLeft(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              694 third_party/wtl/include/atlscrl.h 	LRESULT OnScrollAllRight(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              975 third_party/wtl/include/atlscrl.h 	void SetScrollOffset(int x, int y, BOOL bRedraw = TRUE)
BOOL              988 third_party/wtl/include/atlscrl.h 	void SetScrollOffset(POINT ptOffset, BOOL bRedraw = TRUE)
BOOL             1006 third_party/wtl/include/atlscrl.h 	void SetScrollSize(int xMin, int yMin, int xMax, int yMax, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL             1027 third_party/wtl/include/atlscrl.h 	void SetScrollSize(RECT& rcScroll, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL             1032 third_party/wtl/include/atlscrl.h 	void SetScrollSize(int cx, int cy, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL             1037 third_party/wtl/include/atlscrl.h 	void SetScrollSize(SIZE size, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL             1133 third_party/wtl/include/atlscrl.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1235 third_party/wtl/include/atlscrl.h 	int SetScrollPos(int nBar, int nPos, BOOL bRedraw = TRUE)
BOOL             1241 third_party/wtl/include/atlscrl.h 	BOOL GetScrollInfo(int nBar, LPSCROLLINFO lpScrollInfo)
BOOL             1247 third_party/wtl/include/atlscrl.h 	BOOL SetScrollInfo(int nBar, LPSCROLLINFO lpScrollInfo, BOOL bRedraw = TRUE)
BOOL             1312 third_party/wtl/include/atlscrl.h 	void SetScrollSize(int cxLog, int cyLog, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL             1332 third_party/wtl/include/atlscrl.h 	void SetScrollSize(SIZE sizeLog, BOOL bRedraw = TRUE, bool bResetOffset = true)
BOOL             1598 third_party/wtl/include/atlscrl.h 	BOOL PtInDevRect(POINT pt)
BOOL             1675 third_party/wtl/include/atlscrl.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1710 third_party/wtl/include/atlscrl.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1727 third_party/wtl/include/atlscrl.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1745 third_party/wtl/include/atlscrl.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL             1758 third_party/wtl/include/atlscrl.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1773 third_party/wtl/include/atlscrl.h 	LRESULT OnSetCursor(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1910 third_party/wtl/include/atlscrl.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1918 third_party/wtl/include/atlscrl.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1923 third_party/wtl/include/atlscrl.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1925 third_party/wtl/include/atlscrl.h 		BOOL bTmp = TRUE;
BOOL              433 third_party/wtl/include/atlsplit.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              440 third_party/wtl/include/atlsplit.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              452 third_party/wtl/include/atlsplit.h 	LRESULT OnSetCursor(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              468 third_party/wtl/include/atlsplit.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              509 third_party/wtl/include/atlsplit.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
BOOL              529 third_party/wtl/include/atlsplit.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              536 third_party/wtl/include/atlsplit.h 	LRESULT OnLButtonDoubleClick(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              543 third_party/wtl/include/atlsplit.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              555 third_party/wtl/include/atlsplit.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM, BOOL& bHandled)
BOOL              571 third_party/wtl/include/atlsplit.h 	LRESULT OnMouseActivate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              594 third_party/wtl/include/atlsplit.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              857 third_party/wtl/include/atlsplit.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              863 third_party/wtl/include/atlsplit.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              268 third_party/wtl/include/atltheme.h 	BOOL IsThemePartDefined(int nPartID, int nStateID) const
BOOL              274 third_party/wtl/include/atltheme.h 	BOOL IsThemeBackgroundPartiallyTransparent(int nPartID, int nStateID) const
BOOL              298 third_party/wtl/include/atltheme.h 	HRESULT GetThemeBool(int nPartID, int nStateID, int nPropID, BOOL* pfVal) const
BOOL              393 third_party/wtl/include/atltheme.h 	BOOL GetThemeSysBool(int nBoolID) const
BOOL              665 third_party/wtl/include/atltheme.h 	BOOL IsThemeDialogTextureEnabled() const
BOOL              732 third_party/wtl/include/atltheme.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              740 third_party/wtl/include/atltheme.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              747 third_party/wtl/include/atltheme.h 	LRESULT OnThemeChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              756 third_party/wtl/include/atltheme.h 	LRESULT OnNcPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              866 third_party/wtl/include/atltheme.h 	HRESULT End(BOOL bUpdate = TRUE)
BOOL              945 third_party/wtl/include/atltheme.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              950 third_party/wtl/include/atltheme.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1036 third_party/wtl/include/atltheme.h 	HRESULT End(BOOL bUpdate = TRUE)
BOOL             1115 third_party/wtl/include/atltheme.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1120 third_party/wtl/include/atltheme.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL              181 third_party/wtl/include/atluser.h 	BOOL IsMenu() const
BOOL              187 third_party/wtl/include/atluser.h 	BOOL CreateMenu()
BOOL              194 third_party/wtl/include/atluser.h 	BOOL CreatePopupMenu()
BOOL              201 third_party/wtl/include/atluser.h 	BOOL LoadMenu(ATL::_U_STRINGorID menu)
BOOL              209 third_party/wtl/include/atluser.h 	BOOL LoadMenuIndirect(const void* lpMenuTemplate)
BOOL              217 third_party/wtl/include/atluser.h 	BOOL DestroyMenu()
BOOL              221 third_party/wtl/include/atluser.h 		BOOL bRet = ::DestroyMenu(m_hMenu);
BOOL              228 third_party/wtl/include/atluser.h 	BOOL DeleteMenu(UINT nPosition, UINT nFlags)
BOOL              234 third_party/wtl/include/atluser.h 	BOOL TrackPopupMenu(UINT nFlags, int x, int y, HWND hWnd, LPCRECT lpRect = NULL)
BOOL              248 third_party/wtl/include/atluser.h 	BOOL TrackPopupMenuEx(UINT uFlags, int x, int y, HWND hWnd, LPTPMPARAMS lptpm = NULL)
BOOL              283 third_party/wtl/include/atluser.h 	BOOL GetMenuInfo(LPMENUINFO lpMenuInfo) const
BOOL              289 third_party/wtl/include/atluser.h 	BOOL SetMenuInfo(LPCMENUINFO lpMenuInfo)
BOOL              297 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, UINT_PTR nIDNewItem = 0, LPCTSTR lpszNewItem = NULL)
BOOL              303 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, HMENU hSubMenu, LPCTSTR lpszNewItem)
BOOL              311 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, UINT_PTR nIDNewItem, HBITMAP hBmp)
BOOL              317 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, HMENU hSubMenu, HBITMAP hBmp)
BOOL              338 third_party/wtl/include/atluser.h 	BOOL HiliteMenuItem(HWND hWnd, UINT uIDHiliteItem, UINT uHilite)
BOOL              375 third_party/wtl/include/atluser.h 	BOOL GetMenuString(UINT nIDItem, BSTR& bstrText, UINT nFlags) const
BOOL              428 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem = 0, LPCTSTR lpszNewItem = NULL)
BOOL              434 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, LPCTSTR lpszNewItem)
BOOL              442 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem, HBITMAP hBmp)
BOOL              448 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, HBITMAP hBmp)
BOOL              455 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem = 0, LPCTSTR lpszNewItem = NULL)
BOOL              461 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, LPCTSTR lpszNewItem)
BOOL              468 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem, HBITMAP hBmp)
BOOL              474 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, HBITMAP hBmp)
BOOL              482 third_party/wtl/include/atluser.h 	BOOL RemoveMenu(UINT nPosition, UINT nFlags)
BOOL              489 third_party/wtl/include/atluser.h 	BOOL SetMenuItemBitmaps(UINT nPosition, UINT nFlags, HBITMAP hBmpUnchecked, HBITMAP hBmpChecked)
BOOL              496 third_party/wtl/include/atluser.h 	BOOL CheckMenuRadioItem(UINT nIDFirst, UINT nIDLast, UINT nIDItem, UINT nFlags)
BOOL              502 third_party/wtl/include/atluser.h 	BOOL GetMenuItemInfo(UINT uItem, BOOL bByPosition, LPMENUITEMINFO lpmii) const
BOOL              505 third_party/wtl/include/atluser.h 		return (BOOL)::GetMenuItemInfo(m_hMenu, uItem, bByPosition, lpmii);
BOOL              508 third_party/wtl/include/atluser.h 	BOOL SetMenuItemInfo(UINT uItem, BOOL bByPosition, LPMENUITEMINFO lpmii)
BOOL              511 third_party/wtl/include/atluser.h 		return (BOOL)::SetMenuItemInfo(m_hMenu, uItem, bByPosition, lpmii);
BOOL              515 third_party/wtl/include/atluser.h 	BOOL InsertMenuItem(UINT uItem, BOOL bByPosition, LPMENUITEMINFO lpmii)
BOOL              518 third_party/wtl/include/atluser.h 		return (BOOL)::InsertMenuItem(m_hMenu, uItem, bByPosition, lpmii);
BOOL              521 third_party/wtl/include/atluser.h 	UINT GetMenuDefaultItem(BOOL bByPosition = FALSE, UINT uFlags = 0U) const
BOOL              527 third_party/wtl/include/atluser.h 	BOOL SetMenuDefaultItem(UINT uItem = (UINT)-1,  BOOL bByPosition = FALSE)
BOOL              533 third_party/wtl/include/atluser.h 	BOOL GetMenuItemRect(HWND hWnd, UINT uItem, LPRECT lprcItem) const
BOOL              546 third_party/wtl/include/atluser.h 	BOOL SetMenuContextHelpId(DWORD dwContextHelpId)
BOOL              645 third_party/wtl/include/atluser.h 	BOOL TranslateAccelerator(HWND hWnd, LPMSG pMsg)
BOOL              779 third_party/wtl/include/atluser.h 	BOOL DestroyIcon()
BOOL              782 third_party/wtl/include/atluser.h 		BOOL bRet = ::DestroyIcon(m_hIcon);
BOOL              803 third_party/wtl/include/atluser.h 	BOOL DrawIcon(HDC hDC, int x, int y)
BOOL              813 third_party/wtl/include/atluser.h 	BOOL DrawIcon(HDC hDC, POINT pt)
BOOL              823 third_party/wtl/include/atluser.h 	BOOL DrawIconEx(HDC hDC, int x, int y, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
BOOL              829 third_party/wtl/include/atluser.h 	BOOL DrawIconEx(HDC hDC, POINT pt, SIZE size, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
BOOL              836 third_party/wtl/include/atluser.h 	BOOL GetIconInfo(PICONINFO pIconInfo) const
BOOL              844 third_party/wtl/include/atluser.h 	BOOL GetIconInfoEx(PICONINFOEX pIconInfo) const
BOOL             1032 third_party/wtl/include/atluser.h 	BOOL DestroyCursor()
BOOL             1036 third_party/wtl/include/atluser.h 		BOOL bRet = ::DestroyCursor(m_hCursor);
BOOL             1056 third_party/wtl/include/atluser.h 	BOOL GetCursorInfo(LPCURSORINFO pCursorInfo)
BOOL              244 third_party/wtl/include/atlwince.h 	BOOL GetClientRect(LPRECT lpRect) 
BOOL              248 third_party/wtl/include/atlwince.h 		BOOL bRes = ::GetClientRect(pT->m_hWnd, lpRect);
BOOL              253 third_party/wtl/include/atlwince.h 	BOOL SetWindowText(LPCTSTR lpszString)
BOOL              257 third_party/wtl/include/atlwince.h 		BOOL bRes = ::SetWindowText(pT->m_hWnd, lpszString);
BOOL              348 third_party/wtl/include/atlwince.h 	LRESULT OnPaintTitle(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              355 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              368 third_party/wtl/include/atlwince.h 	LRESULT OnHotKey(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL              452 third_party/wtl/include/atlwince.h 	LRESULT OnColorStatic(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              463 third_party/wtl/include/atlwince.h 	LRESULT OnMenuClose(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              471 third_party/wtl/include/atlwince.h 	LRESULT OnCloseCmd(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
BOOL              490 third_party/wtl/include/atlwince.h 	BOOL GetClientRect(LPRECT lpRect) 
BOOL              495 third_party/wtl/include/atlwince.h 	BOOL SetWindowText(LPCTSTR lpszString)
BOOL              514 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              630 third_party/wtl/include/atlwince.h 	BOOL GetClientRect(LPRECT lpRect) 
BOOL              635 third_party/wtl/include/atlwince.h 	BOOL SetWindowText(LPCTSTR lpszString)
BOOL              654 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              686 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              750 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              769 third_party/wtl/include/atlwince.h 	BOOL SetOrientation(DRA::DisplayMode mode)
BOOL              779 third_party/wtl/include/atlwince.h 		BOOL bRes = DRA::RelayoutDialog(ModuleHelper::GetResourceInstance(), pT->m_hWnd, MAKEINTRESOURCE(iResource));
BOOL              789 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              826 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL              879 third_party/wtl/include/atlwince.h 		LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1169 third_party/wtl/include/atlwince.h 	LRESULT OnActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1185 third_party/wtl/include/atlwince.h 	LRESULT OnHotKey(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1200 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL             1208 third_party/wtl/include/atlwince.h 	LRESULT OnHibernate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1214 third_party/wtl/include/atlwince.h 	LRESULT OnNewInstance(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
BOOL             1221 third_party/wtl/include/atlwince.h 	LRESULT OnClose(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1356 third_party/wtl/include/atlwince.h 	LRESULT OnSystemClose(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
BOOL             1503 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1513 third_party/wtl/include/atlwince.h 	LRESULT OnActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1547 third_party/wtl/include/atlwince.h 	void SetZoomScrollSize(_WTYPES_NS::CSize sizeTrue, double fzoom = 1., BOOL bRedraw = TRUE)
BOOL             1556 third_party/wtl/include/atlwince.h 	void SetZoomScrollSize(int cx, int cy, double fzoom=1., BOOL bRedraw = TRUE)
BOOL             1561 third_party/wtl/include/atlwince.h 	void SetZoom(double fzoom, BOOL bRedraw = TRUE)
BOOL             1581 third_party/wtl/include/atlwince.h 	void SetScrollOffset(int x, int y, BOOL bRedraw = TRUE)
BOOL             1586 third_party/wtl/include/atlwince.h 	void SetScrollOffset(POINT ptOffset, BOOL bRedraw = TRUE)
BOOL             1597 third_party/wtl/include/atlwince.h 	void SetScrollSize(int cx, int cy, BOOL bRedraw = TRUE)
BOOL             1602 third_party/wtl/include/atlwince.h 	void SetScrollSize(SIZE sizeTrue, BOOL bRedraw = TRUE)
BOOL             1697 third_party/wtl/include/atlwince.h 	BOOL Draw(HBITMAP hbm, HDC hdestDC, DWORD dwROP = SRCCOPY)
BOOL             1701 third_party/wtl/include/atlwince.h 		BOOL bRes = Draw(memDC, hdestDC, dwROP);
BOOL             1706 third_party/wtl/include/atlwince.h 	BOOL Draw(HDC hsourceDC, HDC hdestDC, DWORD dwROP = SRCCOPY)
BOOL             1716 third_party/wtl/include/atlwince.h 	BOOL Draw(IImage* pIImage, HDC hdestDC)
BOOL             1730 third_party/wtl/include/atlwince.h 	LRESULT OnEraseBkgnd(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
BOOL             1901 third_party/wtl/include/atlwince.h 	void AddText(BOOL bPlainText, LPCSTR pszText)
BOOL             1913 third_party/wtl/include/atlwince.h 	void AddText(BOOL bPlainText, LPCWSTR pszText)
BOOL             1960 third_party/wtl/include/atlwince.h 	void EnableClearType(BOOL bEnable = TRUE)
BOOL             1966 third_party/wtl/include/atlwince.h 	void EnableContextMenu(BOOL bEnable = TRUE)
BOOL             1972 third_party/wtl/include/atlwince.h 	void EnableScripting(BOOL bEnable = TRUE)
BOOL             1978 third_party/wtl/include/atlwince.h 	void EnableShrink(BOOL bEnable = TRUE)
BOOL             2088 third_party/wtl/include/atlwince.h 	BOOL CanPaste(UINT uFormat = 0) const
BOOL             2091 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANPASTE, (WPARAM)uFormat, 0L);
BOOL             2094 third_party/wtl/include/atlwince.h 	BOOL CanRedo() const
BOOL             2097 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANREDO, 0, 0L);
BOOL             2100 third_party/wtl/include/atlwince.h 	BOOL CanUndo() const
BOOL             2103 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, EM_CANUNDO, 0, 0L);
BOOL             2106 third_party/wtl/include/atlwince.h 	void ClearAll(BOOL bRepaint = TRUE) const
BOOL             2112 third_party/wtl/include/atlwince.h 	BOOL GetModify() const
BOOL             2115 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, EM_GETMODIFY, 0, 0L);
BOOL             2236 third_party/wtl/include/atlwince.h 	void ReplaceSel(LPCTSTR lpszNewText, BOOL bCanUndo = FALSE)
BOOL             2242 third_party/wtl/include/atlwince.h 	void SetModify(BOOL bModified = TRUE)
BOOL             2345 third_party/wtl/include/atlwince.h 	BOOL IsRecording() const
BOOL             2348 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, IM_RECORDING, 0, 0L);
BOOL             2370 third_party/wtl/include/atlwince.h 	BOOL IsVoicePlaying() const
BOOL             2373 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, IM_VOICE_PLAYING, 0, 0L);
BOOL             2376 third_party/wtl/include/atlwince.h 	BOOL VoiceRecord()
BOOL             2379 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, IM_VOICE_RECORD, 0, 0L);
BOOL             2388 third_party/wtl/include/atlwince.h 	void ShowVoiceBar(BOOL bShow = TRUE)
BOOL             2566 third_party/wtl/include/atlwince.h 	BOOL GetNextWave(int* pIndex) const
BOOL             2570 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_GETNEXTWAVE, 0, (LPARAM)pIndex);
BOOL             2573 third_party/wtl/include/atlwince.h 	BOOL GetPrevWave(int* pIndex) const
BOOL             2577 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_GETPREVWAVE, 0, (LPARAM)pIndex);
BOOL             2586 third_party/wtl/include/atlwince.h 	BOOL GetSelPathName(LPTSTR pstrPath, int cchMax) const
BOOL             2590 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_GETSELPATHNAME, (WPARAM)cchMax, (LPARAM)pstrPath);
BOOL             2606 third_party/wtl/include/atlwince.h 	BOOL RenameMoveSelectedItems()
BOOL             2609 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_RENAMEMOVE, 0, 0L);
BOOL             2618 third_party/wtl/include/atlwince.h 	HRESULT SelectItem(LPCTSTR pstrPath, BOOL bVisible = TRUE)
BOOL             2650 third_party/wtl/include/atlwince.h 	BOOL SetItemState(int iIndex, const LVITEM* pItem)
BOOL             2654 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_SETITEMSTATE, (WPARAM)iIndex, (LPARAM)pItem);
BOOL             2657 third_party/wtl/include/atlwince.h 	BOOL SetItemState(int iIndex, UINT uState, UINT uMask)
BOOL             2663 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_SETITEMSTATE, (WPARAM)iIndex, (LPARAM)&lvi);
BOOL             2685 third_party/wtl/include/atlwince.h 	BOOL SetSortOrder()
BOOL             2688 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_SETSORTORDER, 0, 0L);
BOOL             2697 third_party/wtl/include/atlwince.h 	BOOL ValidateFolder()
BOOL             2700 third_party/wtl/include/atlwince.h 		return (BOOL)::SendMessage(m_hWnd, DLM_VALIDATEFOLDER, 0, 0L);
BOOL             2704 third_party/wtl/include/atlwince.h 	BOOL GetFirstSelectedWaveFile(int* pIndex, LPTSTR szPath, const size_t cchPath)
BOOL             2710 third_party/wtl/include/atlwince.h 	BOOL GetNextSelectedWaveFile(int* pIndex, LPTSTR szPath, const size_t cchPath)
BOOL             2792 third_party/wtl/include/atlwince.h 	BOOL SetToolTipText(LPCTSTR pstrTipText)
BOOL             2843 third_party/wtl/include/atlwince.h 	BOOL SetToolTipText(LPCTSTR pstrTipText)
BOOL               66 third_party/wtl/include/atlwinx.h inline LRESULT WtlReflectNotificationsFiltered(HWND hWndParent, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled,
BOOL              488 third_party/wtl/include/atlwinx.h static LRESULT Atl3ForwardNotifications(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
BOOL              126 tools/gn/function_exec_script.cc     BOOL success = ReadFile(out_read, buffer, kBufferSize, &bytes_read, NULL);
BOOL               27 tools/measure_page_load_time/ie_bho/MeasurePageLoadTime.cpp extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
BOOL              110 tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.cpp     BOOL on = TRUE;
BOOL               72 tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h     BOOL m_fAdvised;
BOOL               15 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_StackWalk64)(DWORD, HANDLE, HANDLE,
BOOL               23 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_SymCleanup)(HANDLE);
BOOL               24 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_SymGetSymFromAddr64)(HANDLE, DWORD64,
BOOL               26 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_SymGetLineFromAddr64)(HANDLE, DWORD64, PDWORD,
BOOL               28 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_SymInitialize)(HANDLE, PCTSTR, BOOL);
BOOL               31 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_SymGetSearchPath)(HANDLE, PTSTR, DWORD);
BOOL               34 tools/memory_watcher/call_stack.cc typedef BOOL (__stdcall *t_SymGetModuleInfo64)(HANDLE, DWORD64,
BOOL              110 tools/memory_watcher/call_stack.cc   BOOL ok;
BOOL              137 tools/memory_watcher/call_stack.cc   BOOL cont = Module32FirstW(snapshot, &module);
BOOL              314 tools/memory_watcher/call_stack.cc       BOOL ok = pSymGetSymFromAddr64(current_process,            // hProcess
BOOL              132 tools/memory_watcher/dllmain.cc BOOL WINAPI DllMain(HINSTANCE dll_instance, DWORD reason,
BOOL               51 tools/memory_watcher/memory_hook.cc typedef BOOL (WINAPI *Type_HeapDestroy)(HANDLE hHeap);
BOOL               56 tools/memory_watcher/memory_hook.cc typedef BOOL (WINAPI *Type_HeapFree)(HANDLE hHeap, DWORD dwFlags,
BOOL               75 tools/memory_watcher/memory_hook.cc typedef BOOL (WINAPI *Type_VirtualFreeEx)(HANDLE process, LPVOID address,
BOOL               90 tools/memory_watcher/memory_hook.cc typedef BOOL (WINAPI *Type_UnmapViewOfFile)(LPVOID lpBaseAddress);
BOOL              190 tools/memory_watcher/memory_hook.cc static BOOL WINAPI Perftools_HeapDestroy(HANDLE hHeap) {
BOOL              201 tools/memory_watcher/memory_hook.cc static BOOL WINAPI Perftools_HeapFree(HANDLE hHeap, DWORD dwFlags,
BOOL              262 tools/memory_watcher/memory_hook.cc static BOOL WINAPI Perftools_VirtualFreeEx(HANDLE process, LPVOID address,
BOOL              318 tools/memory_watcher/memory_hook.cc static BOOL WINAPI Perftools_UnmapViewOfFile(LPVOID lpBaseAddress) {
BOOL               27 tools/memory_watcher/preamble_patcher.cc   BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
BOOL              104 tools/memory_watcher/preamble_patcher.cc   BOOL succeeded = VirtualProtect(preamble_stub, MAX_PREAMBLE_STUB_SIZE,
BOOL              184 tools/memory_watcher/preamble_patcher.cc   BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target),
BOOL               20 tools/traceline/traceline/sym_resolver.h static BOOL CALLBACK SymEnumer(PCSTR name, DWORD64 base, PVOID context) {
BOOL              101 tools/win/link_limiter/limiter.cc   BOOL ok = false;
BOOL               54 ui/app_list/cocoa/app_list_view_controller.h   BOOL showingSearchResults_;
BOOL               68 ui/app_list/cocoa/app_list_view_controller.h @property(nonatomic, readonly) BOOL showingSearchResults;
BOOL               40 ui/app_list/cocoa/apps_collection_view_drag_manager.h   BOOL dragging_;
BOOL               50 ui/app_list/cocoa/apps_grid_controller.h   BOOL animatingScroll_;
BOOL              111 ui/app_list/cocoa/apps_grid_controller.h - (BOOL)handleCommandBySelector:(SEL)command;
BOOL               60 ui/app_list/cocoa/apps_grid_view_item.h - (NSBitmapImageRep*)dragRepresentationForRestore:(BOOL)isRestore;
BOOL               55 ui/app_list/cocoa/apps_search_results_controller.h - (BOOL)handleCommandBySelector:(SEL)command;
BOOL               26 ui/app_list/cocoa/item_drag_controller.h   BOOL shrinking_;
BOOL               14 ui/app_list/cocoa/scroll_view_with_no_scrollbars.h - (void)userScrolling:(BOOL)isScrolling;
BOOL               36 ui/base/cocoa/appkit_utils.h                                       BOOL flipped);
BOOL               29 ui/base/cocoa/base_view.h   BOOL dragging_;
BOOL               21 ui/base/cocoa/controls/hover_image_menu_button_cell.h   BOOL hovered_;
BOOL               25 ui/base/cocoa/controls/hover_image_menu_button_cell.h @property(assign, nonatomic, getter=isHovered) BOOL hovered;
BOOL               29 ui/base/cocoa/controls/hyperlink_button_cell.h   BOOL shouldUnderline_;
BOOL               30 ui/base/cocoa/controls/hyperlink_button_cell.h   BOOL underlineOnHover_;
BOOL               31 ui/base/cocoa/controls/hyperlink_button_cell.h   BOOL mouseIsInside_;
BOOL               34 ui/base/cocoa/controls/hyperlink_button_cell.h @property(nonatomic, assign) BOOL underlineOnHover;
BOOL               35 ui/base/cocoa/controls/hyperlink_button_cell.h @property(nonatomic, assign) BOOL shouldUnderline;
BOOL               28 ui/base/cocoa/focus_tracker.h - (BOOL)restoreFocusInWindow:(NSWindow*)window;
BOOL               25 ui/base/cocoa/fullscreen_window_manager.h   BOOL fullscreenActive_;
BOOL               35 ui/base/cocoa/hover_button.h - (void)setTrackingEnabled:(BOOL)enabled;
BOOL               29 ui/base/cocoa/menu_controller.h   BOOL useWithPopUpButtonCell_;  // If YES, 0th item is blank
BOOL               30 ui/base/cocoa/menu_controller.h   BOOL isMenuOpen_;
BOOL               36 ui/base/cocoa/menu_controller.h @property(nonatomic) BOOL useWithPopUpButtonCell;
BOOL               52 ui/base/cocoa/menu_controller.h     useWithPopUpButtonCell:(BOOL)useWithCell;
BOOL               62 ui/base/cocoa/menu_controller.h - (BOOL)isMenuOpen;
BOOL               73 ui/base/cocoa/menu_controller.h - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item;
BOOL               37 ui/base/dragdrop/cocoa_dnd_util.h UI_BASE_EXPORT BOOL PopulateURLAndTitleFromPasteboard(GURL* url,
BOOL               40 ui/base/dragdrop/cocoa_dnd_util.h                                                       BOOL convert_filenames);
BOOL               12 ui/base/dragdrop/drag_source_win.cc HRESULT DragSourceWin::QueryContinueDrag(BOOL escape_pressed, DWORD key_state) {
BOOL               35 ui/base/dragdrop/drag_source_win.h   HRESULT __stdcall QueryContinueDrag(BOOL escape_pressed, DWORD key_state);
BOOL              774 ui/base/dragdrop/os_exchange_data_provider_win.cc     FORMATETC* format_etc, STGMEDIUM* medium, BOOL should_release) {
BOOL              830 ui/base/dragdrop/os_exchange_data_provider_win.cc HRESULT DataObjectImpl::GetAsyncMode(BOOL* is_op_async) {
BOOL              835 ui/base/dragdrop/os_exchange_data_provider_win.cc HRESULT DataObjectImpl::InOperation(BOOL* in_async_op) {
BOOL              840 ui/base/dragdrop/os_exchange_data_provider_win.cc HRESULT DataObjectImpl::SetAsyncMode(BOOL do_op_async) {
BOOL               62 ui/base/dragdrop/os_exchange_data_provider_win.h       FORMATETC* format_etc, STGMEDIUM* medium, BOOL should_release);
BOOL               73 ui/base/dragdrop/os_exchange_data_provider_win.h   HRESULT __stdcall GetAsyncMode(BOOL* is_op_async);
BOOL               74 ui/base/dragdrop/os_exchange_data_provider_win.h   HRESULT __stdcall InOperation(BOOL* in_async_op);
BOOL               75 ui/base/dragdrop/os_exchange_data_provider_win.h   HRESULT __stdcall SetAsyncMode(BOOL do_op_async);
BOOL               66 ui/base/ime/input_method_win.cc   BOOL handled = FALSE;
BOOL              112 ui/base/ime/input_method_win.cc     BOOL handled;
BOOL              224 ui/base/ime/input_method_win.cc                                BOOL* handled) {
BOOL              257 ui/base/ime/input_method_win.cc                                         BOOL* handled) {
BOOL              270 ui/base/ime/input_method_win.cc                                               BOOL* handled) {
BOOL              287 ui/base/ime/input_method_win.cc                                          BOOL* handled) {
BOOL              320 ui/base/ime/input_method_win.cc                                             BOOL* handled) {
BOOL              337 ui/base/ime/input_method_win.cc                                     BOOL* handled) {
BOOL              368 ui/base/ime/input_method_win.cc                                      BOOL* handled) {
BOOL               55 ui/base/ime/input_method_win.h                  BOOL* handled);
BOOL               61 ui/base/ime/input_method_win.h                           BOOL* handled);
BOOL               66 ui/base/ime/input_method_win.h                                 BOOL* handled);
BOOL               71 ui/base/ime/input_method_win.h                            BOOL* handled);
BOOL               76 ui/base/ime/input_method_win.h                               BOOL* handled);
BOOL               80 ui/base/ime/input_method_win.h                       BOOL* handled);
BOOL               88 ui/base/ime/input_method_win.h                        BOOL* handled);
BOOL              181 ui/base/ime/win/imm32_manager.cc                                     BOOL* handled) {
BOOL              519 ui/base/ime/win/imm32_manager.cc   BOOL open = FALSE;
BOOL              614 ui/base/ime/win/imm32_manager.cc                                               BOOL* open,
BOOL              119 ui/base/ime/win/imm32_manager.h                             WPARAM wparam, LPARAM lparam, BOOL* handled);
BOOL              258 ui/base/ime/win/imm32_manager.h                                          BOOL* open,
BOOL               15 ui/base/ime/win/imm32_manager_unittest.cc   BOOL expected_open;
BOOL               75 ui/base/ime/win/imm32_manager_unittest.cc   BOOL open;
BOOL               33 ui/base/win/accessibility_misc_utils.cc STDMETHODIMP UIATextProvider::get_IsReadOnly(BOOL* read_only) {
BOOL               42 ui/base/win/accessibility_misc_utils.h   STDMETHOD(get_IsReadOnly)(BOOL* read_only);
BOOL               37 ui/base/win/hwnd_subclass.cc BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle, UINT count,
BOOL               39 ui/base/win/hwnd_subclass.cc   typedef BOOL(WINAPI *GetTouchInputInfoPtr)(HTOUCHINPUT, UINT,
BOOL               24 ui/base/win/hwnd_subclass_unittest.cc   virtual BOOL ProcessWindowMessage(HWND window,
BOOL              153 ui/base/win/shell.cc   BOOL enabled = FALSE;
BOOL                9 ui/base/win/touch_input.cc BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
BOOL               13 ui/base/win/touch_input.cc   typedef BOOL(WINAPI *GetTouchInputInfoPtr)(HTOUCHINPUT, UINT,
BOOL               16 ui/base/win/touch_input.h UI_BASE_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle,
BOOL               98 ui/gfx/animation/animation.cc     BOOL result;
BOOL              130 ui/gfx/animation/animation_unittest.cc     BOOL result;
BOOL               19 ui/gfx/color_profile_win.cc   BOOL res = GetICMProfile(screen_dc, &path_len, path);
BOOL              100 ui/gfx/font_smoothing_win.cc   BOOL enabled = false;
BOOL               37 ui/gfx/screen_win.cc BOOL CALLBACK EnumMonitorCallback(HMONITOR monitor,
BOOL               21 ui/gfx/test/ui_cocoa_test_helper.h   BOOL pretendIsKeyWindow_;
BOOL               40 ui/gfx/test/ui_cocoa_test_helper.h - (void)setPretendIsKeyWindow:(BOOL)isKeyWindow;
BOOL               42 ui/gfx/test/ui_cocoa_test_helper.h - (BOOL)isKeyWindow;
BOOL               28 ui/gfx/win/dpi.cc BOOL IsProcessDPIAwareWrapper() {
BOOL               29 ui/gfx/win/dpi.cc   typedef BOOL(WINAPI *IsProcessDPIAwarePtr)(VOID);
BOOL               76 ui/gfx/win/dpi.cc   typedef BOOL(WINAPI *SetProcessDpiAwarenessPtr)(PROCESS_DPI_AWARENESS);
BOOL               96 ui/gfx/win/dpi.cc BOOL SetProcessDPIAwareWrapper() {
BOOL               97 ui/gfx/win/dpi.cc   typedef BOOL(WINAPI *SetProcessDPIAwarePtr)(VOID);
BOOL               29 ui/gfx/win/msg_util.h   BOOL m_bMsgHandled;                                             \
BOOL               31 ui/gfx/win/msg_util.h   BOOL IsMsgHandled() const { return m_bMsgHandled; }             \
BOOL               32 ui/gfx/win/msg_util.h   void SetMsgHandled(BOOL bHandled) { m_bMsgHandled = bHandled; } \
BOOL               33 ui/gfx/win/msg_util.h   BOOL ProcessWindowMessage(HWND hWnd,                            \
BOOL               39 ui/gfx/win/msg_util.h     BOOL bOldMsgHandled = m_bMsgHandled;                          \
BOOL               40 ui/gfx/win/msg_util.h     BOOL bRet = _ProcessWindowMessage(                            \
BOOL               45 ui/gfx/win/msg_util.h   BOOL _ProcessWindowMessage(HWND hWnd,                           \
BOOL               51 ui/gfx/win/msg_util.h     BOOL bHandled = TRUE;                                         \
BOOL              139 ui/gfx/win/msg_util.h     func((UINT)LOWORD(wParam), (BOOL)HIWORD(wParam), (HWND)lParam); \
BOOL              169 ui/gfx/win/msg_util.h     func((BOOL)wParam);        \
BOOL              236 ui/gfx/win/msg_util.h     func((BOOL)wParam, (UINT)lParam); \
BOOL              246 ui/gfx/win/msg_util.h     func((BOOL)wParam, (int)lParam); \
BOOL              330 ui/gfx/win/msg_util.h     func((BOOL)wParam, (DWORD)lParam); \
BOOL              527 ui/gfx/win/msg_util.h     lResult = func((BOOL)wParam, lParam); \
BOOL              556 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((BOOL)wParam); \
BOOL              841 ui/gfx/win/msg_util.h     func((HMENU)wParam, (UINT)LOWORD(lParam), (BOOL)HIWORD(lParam)); \
BOOL             1204 ui/gfx/win/msg_util.h     func((BOOL)wParam);              \
BOOL             1214 ui/gfx/win/msg_util.h     func((BOOL)wParam);               \
BOOL             1399 ui/gfx/win/msg_util.h     func((BOOL)wParam, (HKL)lParam);           \
BOOL             1409 ui/gfx/win/msg_util.h     func((BOOL)LOWORD(lParam), wParam); \
BOOL             1477 ui/gfx/win/msg_util.h     func((HFONT)wParam, (BOOL)LOWORD(lParam)); \
BOOL             1506 ui/gfx/win/msg_util.h     func((BOOL)wParam);           \
BOOL               27 ui/gfx/win/singleton_hwnd.cc BOOL SingletonHwnd::ProcessWindowMessage(HWND window,
BOOL               40 ui/gfx/win/singleton_hwnd.h   virtual BOOL ProcessWindowMessage(HWND window,
BOOL              204 ui/gfx/win/window_impl.cc     BOOL got_class = GetClassInfoEx(GetModuleHandle(NULL),
BOOL               23 ui/gfx/win/window_impl.h   virtual BOOL ProcessWindowMessage(HWND window,
BOOL              275 ui/gl/gl_surface_wgl.cc   BOOL result = GetClientRect(child_window_, &rect);
BOOL               75 ui/message_center/cocoa/popup_collection.h - (BOOL)isAnimating;
BOOL               40 ui/message_center/cocoa/popup_controller.h   BOOL swipeGestureEnded_;
BOOL               47 ui/message_center/cocoa/popup_controller.h   BOOL isClosing_;
BOOL               70 ui/message_center/cocoa/settings_controller.h - (BOOL)notifierHasAdvancedSettings:(const message_center::NotifierId&)id;
BOOL               74 ui/message_center/cocoa/settings_controller.h                     enabled:(BOOL)enabled;
BOOL               39 ui/message_center/cocoa/settings_entry_view.h   BOOL hasSeparator_;
BOOL               46 ui/message_center/cocoa/settings_entry_view.h             hasSeparator:(BOOL)hasSeparator;
BOOL               39 ui/message_center/cocoa/status_item_view.h   BOOL quietMode_;
BOOL               42 ui/message_center/cocoa/status_item_view.h   BOOL highlight_;
BOOL               46 ui/message_center/cocoa/status_item_view.h   BOOL inMouseEventSequence_;
BOOL               50 ui/message_center/cocoa/status_item_view.h @property(nonatomic) BOOL highlight;
BOOL               56 ui/message_center/cocoa/status_item_view.h - (void)setUnreadCount:(size_t)unreadCount withQuietMode:(BOOL)quietMode;
BOOL               91 ui/message_center/cocoa/tray_view_controller.h   BOOL clearAllDelayed_;
BOOL               94 ui/message_center/cocoa/tray_view_controller.h   BOOL clearAllInProgress_;
BOOL              153 ui/message_center/cocoa/tray_view_controller.h - (BOOL)isAnimating;
BOOL              333 ui/native_theme/native_theme_win.h   typedef BOOL (WINAPI* IsThemeActivePtr)();
BOOL               52 ui/shell_dialogs/select_file_dialog_win.cc     typedef BOOL (*MetroGetOpenFileName)(OPENFILENAME*);
BOOL               71 ui/shell_dialogs/select_file_dialog_win.cc     typedef BOOL (*MetroGetSaveFileName)(OPENFILENAME*);
BOOL               74 ui/snapshot/snapshot_win.cc   typedef BOOL (WINAPI *PrintWindowPointer)(HWND, HDC, UINT);
BOOL               70 ui/views/controls/menu/menu_config_win.cc   BOOL show_cues;
BOOL              226 ui/views/controls/menu/native_menu_win.cc       BOOL underline_mnemonics;
BOOL              986 ui/views/widget/native_widget_aura.cc BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) {
BOOL              164 ui/views/win/hwnd_message_handler.cc BOOL CALLBACK EnumChildWindowsForRedraw(HWND hwnd, LPARAM lparam) {
BOOL              205 ui/views/win/hwnd_message_handler.cc BOOL CALLBACK SendDwmCompositionChanged(HWND window, LPARAM param) {
BOOL              224 ui/views/win/hwnd_message_handler.cc static BOOL CALLBACK ClipDCToChild(HWND window, LPARAM param) {
BOOL              899 ui/views/win/hwnd_message_handler.cc   const BOOL old_msg_handled = msg_handled_;
BOOL              901 ui/views/win/hwnd_message_handler.cc   const BOOL processed =
BOOL             1248 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnActivateApp(BOOL active, DWORD thread_id) {
BOOL             1258 ui/views/win/hwnd_message_handler.cc BOOL HWNDMessageHandler::OnAppCommand(HWND window,
BOOL             1262 ui/views/win/hwnd_message_handler.cc   BOOL handled = !!delegate_->HandleAppCommand(command);
BOOL             1362 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnEnterMenuLoop(BOOL from_track_popup_menu) {
BOOL             1384 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnExitMenuLoop(BOOL is_shortcut_menu) {
BOOL             1567 ui/views/win/hwnd_message_handler.cc   BOOL active = static_cast<BOOL>(LOWORD(w_param));
BOOL             1612 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnNCCalcSize(BOOL mode, LPARAM l_param) {
BOOL               68 ui/views/win/hwnd_message_handler.h   BOOL msg_handled_; \
BOOL               72 ui/views/win/hwnd_message_handler.h   void SetMsgHandled(BOOL handled) { \
BOOL               75 ui/views/win/hwnd_message_handler.h   BOOL ProcessWindowMessage(HWND hwnd, \
BOOL               81 ui/views/win/hwnd_message_handler.h     BOOL old_msg_handled = msg_handled_; \
BOOL               82 ui/views/win/hwnd_message_handler.h     BOOL ret = _ProcessWindowMessage(hwnd, msg, w_param, l_param, l_result, \
BOOL               87 ui/views/win/hwnd_message_handler.h   BOOL _ProcessWindowMessage(HWND hWnd, \
BOOL               94 ui/views/win/hwnd_message_handler.h     BOOL bHandled = TRUE; \
BOOL              395 ui/views/win/hwnd_message_handler.h   void OnActivateApp(BOOL active, DWORD thread_id);
BOOL              398 ui/views/win/hwnd_message_handler.h   BOOL OnAppCommand(HWND window, short command, WORD device, int keystate);
BOOL              407 ui/views/win/hwnd_message_handler.h   void OnEnterMenuLoop(BOOL from_track_popup_menu);
BOOL              410 ui/views/win/hwnd_message_handler.h   void OnExitMenuLoop(BOOL is_shortcut_menu);
BOOL              424 ui/views/win/hwnd_message_handler.h   LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param);
BOOL              202 win8/delegate_execute/command_execute_impl.cc STDMETHODIMP CommandExecuteImpl::SetNoShowUI(BOOL no_show_ui) {
BOOL              399 win8/delegate_execute/command_execute_impl.cc   BOOL ret = CreateProcess(chrome_exe_.value().c_str(),
BOOL               69 win8/delegate_execute/command_execute_impl.h   STDMETHOD(SetNoShowUI)(BOOL no_show_ui);
BOOL             1038 win8/metro_driver/chrome_app_view.cc   BOOL success = ::ReleaseCapture();
BOOL              779 win8/metro_driver/chrome_app_view_ash.cc   BOOL result = ShellExecuteEx(&sei);
BOOL              611 win8/metro_driver/file_picker.cc BOOL MetroGetOpenFileName(OPENFILENAME* open_file_name) {
BOOL              617 win8/metro_driver/file_picker.cc BOOL MetroGetSaveFileName(OPENFILENAME* open_file_name) {
BOOL               12 win8/metro_driver/file_picker.h BOOL MetroGetOpenFileName(OPENFILENAME* open_file_name);
BOOL               15 win8/metro_driver/file_picker.h BOOL MetroGetSaveFileName(OPENFILENAME* open_file_name);
BOOL               66 win8/metro_driver/ime/input_source.cc   STDMETHOD(OnLanguageChange)(LANGID langid, BOOL *accept) OVERRIDE {
BOOL              123 win8/metro_driver/ime/text_store.cc     BOOL* found,
BOOL              289 win8/metro_driver/ime/text_store.cc                                    BOOL* clipped) {
BOOL              452 win8/metro_driver/ime/text_store.cc                                                BOOL* insertable) {
BOOL              685 win8/metro_driver/ime/text_store.cc     BOOL* ok) {
BOOL              112 win8/metro_driver/ime/text_store.h                                     BOOL* found,
BOOL              146 win8/metro_driver/ime/text_store.h                         BOOL* clipped) OVERRIDE;
BOOL              171 win8/metro_driver/ime/text_store.h                                  BOOL* insertable) OVERRIDE;
BOOL              200 win8/metro_driver/ime/text_store.h                                 BOOL* ok) OVERRIDE;
BOOL               93 win8/metro_driver/metro_dialog_box.cc BOOL CALLBACK DialogBoxFinder(HWND hwnd, LPARAM lparam) {
BOOL              456 win8/metro_driver/print_handler.cc void MetroEnablePrinting(BOOL printing_enabled) {
BOOL              103 win8/metro_driver/print_handler.h void MetroEnablePrinting(BOOL printing_enabled);
BOOL              196 win8/metro_driver/secondary_tile.cc BOOL MetroIsPinnedToStartScreen(const base::string16& tile_id) {
BOOL               12 win8/metro_driver/secondary_tile.h BOOL MetroIsPinnedToStartScreen(const base::string16& tile_id);
BOOL               71 win8/test/test_registrar.cc   HRESULT RegisterServer(BOOL reg_type_lib) {