mode               34 android_webview/browser/gpu_memory_buffer_factory_impl.cc   virtual void* Map(gfx::GpuMemoryBuffer::AccessMode mode) OVERRIDE {
mode               36 android_webview/browser/gpu_memory_buffer_factory_impl.cc     switch (mode) {
mode               47 android_webview/browser/gpu_memory_buffer_factory_impl.cc         LOG(DFATAL) << "Unknown map mode: " << mode;
mode               91 android_webview/browser/hardware_renderer.cc   if (draw_info->mode == AwDrawGLInfo::kModeProcess)
mode               55 android_webview/browser/scoped_app_gl_state_restore.cc ScopedAppGLStateRestore::ScopedAppGLStateRestore(CallMode mode) : mode_(mode) {
mode               24 android_webview/browser/scoped_app_gl_state_restore.h   ScopedAppGLStateRestore(CallMode mode);
mode             1007 android_webview/java/src/org/chromium/android_webview/AwContents.java     public void setOverScrollMode(int mode) {
mode             1008 android_webview/java/src/org/chromium/android_webview/AwContents.java         if (mode != View.OVER_SCROLL_NEVER) {
mode              138 android_webview/java/src/org/chromium/android_webview/AwContentsClient.java         public int mode;
mode              340 android_webview/java/src/org/chromium/android_webview/AwSettings.java     public void setCacheMode(int mode) {
mode              342 android_webview/java/src/org/chromium/android_webview/AwSettings.java             if (mCacheMode != mode) {
mode              343 android_webview/java/src/org/chromium/android_webview/AwSettings.java                 mCacheMode = mode;
mode              161 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java         params.mode = mode_flags;
mode               93 android_webview/native/aw_web_contents_delegate.cc   if (params.mode == FileChooserParams::OpenMultiple) {
mode               95 android_webview/native/aw_web_contents_delegate.cc   } else if (params.mode == FileChooserParams::UploadFolder) {
mode               98 android_webview/native/aw_web_contents_delegate.cc   } else if (params.mode == FileChooserParams::Save) {
mode              102 android_webview/native/aw_web_contents_delegate.cc          params.mode);
mode              105 android_webview/native/aw_web_contents_delegate.cc     DCHECK_EQ(FileChooserParams::Open, params.mode);
mode              213 android_webview/native/aw_web_contents_delegate.cc   FileChooserParams::Mode mode;
mode              215 android_webview/native/aw_web_contents_delegate.cc     mode = FileChooserParams::UploadFolder;
mode              217 android_webview/native/aw_web_contents_delegate.cc     mode = FileChooserParams::OpenMultiple;
mode              219 android_webview/native/aw_web_contents_delegate.cc     mode = FileChooserParams::Open;
mode              221 android_webview/native/aw_web_contents_delegate.cc   DVLOG(0) << "File Chooser result: mode = " << mode
mode              223 android_webview/native/aw_web_contents_delegate.cc   rvh->FilesSelectedInChooser(files, mode);
mode               18 android_webview/public/browser/draw_gl.h   } mode;
mode               75 android_webview/public/browser/draw_gl.h typedef int AwMapFunction(long buffer_id, AwMapMode mode, void** vaddr);
mode               76 android_webview/test/shell/src/org/chromium/android_webview/test/TestContentProvider.java     public AssetFileDescriptor openAssetFile(Uri uri, String mode) {
mode              184 apps/shell/browser/shell_desktop_controller.cc   const ui::DisplayMode* mode = states[0].display->current_mode();
mode              185 apps/shell/browser/shell_desktop_controller.cc   return mode ? mode->size() : gfx::Size();
mode              111 ash/display/display_change_observer_chromeos.cc   DisplayMode mode;
mode              113 ash/display/display_change_observer_chromeos.cc            display_id, &mode))
mode              116 ash/display/display_change_observer_chromeos.cc   *size = mode.size;
mode              123 ash/display/display_controller.cc   DisplayMode mode;
mode              124 ash/display/display_controller.cc   if (GetDisplayManager()->GetSelectedModeForDisplayId(display.id(), &mode) &&
mode              125 ash/display/display_controller.cc       mode.refresh_rate > 0.0f) {
mode              128 ash/display/display_controller.cc             base::Time::kMicrosecondsPerSecond / mode.refresh_rate));
mode               82 ash/display/display_manager.cc   bool operator()(const DisplayMode& mode) { return mode.size == size; }
mode              934 ash/display/display_manager.cc void DisplayManager::SetSecondDisplayMode(SecondDisplayMode mode) {
mode              935 ash/display/display_manager.cc   second_display_mode_ = mode;
mode              265 ash/display/display_manager.h   void SetSecondDisplayMode(SecondDisplayMode mode);
mode              734 ash/display/display_manager_unittest.cc   DisplayMode mode;
mode              736 ash/display/display_manager_unittest.cc       display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
mode              741 ash/display/display_manager_unittest.cc       display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
mode              746 ash/display/display_manager_unittest.cc       display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
mode              747 ash/display/display_manager_unittest.cc   EXPECT_EQ("800x300", mode.size.ToString());
mode              748 ash/display/display_manager_unittest.cc   EXPECT_EQ(59.0f, mode.refresh_rate);
mode              749 ash/display/display_manager_unittest.cc   EXPECT_FALSE(mode.native);
mode              754 ash/display/display_manager_unittest.cc       display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
mode              755 ash/display/display_manager_unittest.cc   EXPECT_EQ("1000x500", mode.size.ToString());
mode              756 ash/display/display_manager_unittest.cc   EXPECT_EQ(58.0f, mode.refresh_rate);
mode              757 ash/display/display_manager_unittest.cc   EXPECT_TRUE(mode.native);
mode              788 ash/display/display_manager_unittest.cc     DisplayMode mode;
mode              790 ash/display/display_manager_unittest.cc         display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
mode              791 ash/display/display_manager_unittest.cc     EXPECT_EQ("400x500", mode.size.ToString());
mode              792 ash/display/display_manager_unittest.cc     EXPECT_EQ(60.0f, mode.refresh_rate);
mode              793 ash/display/display_manager_unittest.cc     EXPECT_FALSE(mode.native);
mode              806 ash/display/display_manager_unittest.cc     DisplayMode mode;
mode              808 ash/display/display_manager_unittest.cc         display_manager()->GetSelectedModeForDisplayId(display_id, &mode));
mode              809 ash/display/display_manager_unittest.cc     EXPECT_EQ("1000x500", mode.size.ToString());
mode              810 ash/display/display_manager_unittest.cc     EXPECT_EQ(58.0f, mode.refresh_rate);
mode              811 ash/display/display_manager_unittest.cc     EXPECT_TRUE(mode.native);
mode              172 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              173 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              174 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              175 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(60.0, mode.refresh_rate);
mode              182 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              183 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("250x250", mode.size.ToString());
mode              184 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(59.0, mode.refresh_rate);
mode              203 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              204 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              205 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              206 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(60.0, mode.refresh_rate);
mode              213 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              214 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              215 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(60.0, mode.refresh_rate);
mode              236 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              238 ash/display/resolution_notification_controller_unittest.cc       display_manager->GetSelectedModeForDisplayId(display.id(), &mode));
mode              239 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              240 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(60.0f, mode.refresh_rate);
mode              252 ash/display/resolution_notification_controller_unittest.cc       display_manager->GetSelectedModeForDisplayId(display.id(), &mode));
mode              253 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("300x300", mode.size.ToString());
mode              254 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(59.0f, mode.refresh_rate);
mode              273 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              274 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              275 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              276 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(60.0f, mode.refresh_rate);
mode              304 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              306 ash/display/resolution_notification_controller_unittest.cc       display_manager->GetSelectedModeForDisplayId(display.id(), &mode));
mode              307 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("300x300", mode.size.ToString());
mode              308 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(59.0f, mode.refresh_rate);
mode              329 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              330 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              332 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              333 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(59.0f, mode.refresh_rate);
mode              350 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              351 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              352 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              353 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(59.0f, mode.refresh_rate);
mode              359 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              360 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("250x250", mode.size.ToString());
mode              361 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(58.0f, mode.refresh_rate);
mode              370 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              371 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("250x250", mode.size.ToString());
mode              372 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(58.0f, mode.refresh_rate);
mode              398 ash/display/resolution_notification_controller_unittest.cc   DisplayMode mode;
mode              399 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              400 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("200x200", mode.size.ToString());
mode              401 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(60.0f, mode.refresh_rate);
mode              408 ash/display/resolution_notification_controller_unittest.cc   EXPECT_TRUE(display_manager->GetSelectedModeForDisplayId(id2, &mode));
mode              409 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ("250x250", mode.size.ToString());
mode              410 ash/display/resolution_notification_controller_unittest.cc   EXPECT_EQ(58.0f, mode.refresh_rate);
mode              146 ash/frame/default_header_painter.cc void DefaultHeaderPainter::PaintHeader(gfx::Canvas* canvas, Mode mode) {
mode              148 ash/frame/default_header_painter.cc   mode_ = mode;
mode               44 ash/frame/default_header_painter.h   virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) OVERRIDE;
mode               31 ash/frame/header_painter.h   virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) = 0;
mode               58 ash/multi_profile_uma.h   static void RecordSessionMode(SessionMode mode);
mode              414 ash/touch/touch_hud_debug.cc void TouchHudDebug::SetMode(Mode mode) {
mode              415 ash/touch/touch_hud_debug.cc   if (mode_ == mode)
mode              417 ash/touch/touch_hud_debug.cc   mode_ = mode;
mode              418 ash/touch/touch_hud_debug.cc   switch (mode) {
mode               49 ash/touch/touch_hud_debug.h   Mode mode() const { return mode_; }
mode               57 ash/touch/touch_hud_debug.h   void SetMode(Mode mode);
mode              223 ash/wm/overview/window_selector.cc                                WindowSelector::Mode mode,
mode              225 ash/wm/overview/window_selector.cc     : mode_(mode),
mode              283 ash/wm/overview/window_selector.cc   if (mode == WindowSelector::CYCLE) {
mode               53 ash/wm/overview/window_selector.h                  Mode mode,
mode               69 ash/wm/overview/window_selector.h   Mode mode() { return mode_; }
mode               14 base/android/fifo_utils.cc bool CreateFIFO(const FilePath& path, int mode) {
mode               16 base/android/fifo_utils.cc   return mkfifo(path.value().c_str(), mode) == 0 &&
mode               17 base/android/fifo_utils.cc          chmod(path.value().c_str(), mode) == 0;
mode               20 base/android/fifo_utils.cc bool RedirectStream(FILE* stream, const FilePath& path, const char* mode) {
mode               21 base/android/fifo_utils.cc   return freopen(path.value().c_str(), mode, stream) != NULL;
mode               21 base/android/fifo_utils.h BASE_EXPORT bool CreateFIFO(const FilePath& path, int mode);
mode               27 base/android/fifo_utils.h                                 const char* mode);
mode               61 base/android/java/src/org/chromium/base/WindowCallbackWrapper.java     public void onActionModeFinished(ActionMode mode) {
mode               62 base/android/java/src/org/chromium/base/WindowCallbackWrapper.java         mCallback.onActionModeFinished(mode);
mode               66 base/android/java/src/org/chromium/base/WindowCallbackWrapper.java     public void onActionModeStarted(ActionMode mode) {
mode               67 base/android/java/src/org/chromium/base/WindowCallbackWrapper.java         mCallback.onActionModeStarted(mode);
mode             1311 base/debug/trace_event_impl.cc                           Mode mode,
mode             1328 base/debug/trace_event_impl.cc       if (mode != mode_) {
mode             1343 base/debug/trace_event_impl.cc     mode_ = mode;
mode              421 base/debug/trace_event_impl.h                   Mode mode, Options options);
mode               67 base/debug/trace_event_synthetic_delay.cc void TraceEventSyntheticDelay::SetMode(Mode mode) {
mode               69 base/debug/trace_event_synthetic_delay.cc   mode_ = mode;
mode               94 base/debug/trace_event_synthetic_delay.h   void SetMode(Mode mode);
mode              196 base/file_util.h BASE_EXPORT bool GetPosixFilePermissions(const FilePath& path, int* mode);
mode              199 base/file_util.h BASE_EXPORT bool SetPosixFilePermissions(const FilePath& path, int mode);
mode              303 base/file_util.h BASE_EXPORT FILE* OpenFile(const FilePath& filename, const char* mode);
mode              407 base/file_util_posix.cc bool GetPosixFilePermissions(const FilePath& path, int* mode) {
mode              409 base/file_util_posix.cc   DCHECK(mode);
mode              417 base/file_util_posix.cc   *mode = file_info.st_mode & FILE_PERMISSION_MASK;
mode              422 base/file_util_posix.cc                              int mode) {
mode              424 base/file_util_posix.cc   DCHECK((mode & ~FILE_PERMISSION_MASK) == 0);
mode              433 base/file_util_posix.cc   updated_mode_bits |= mode & FILE_PERMISSION_MASK;
mode              645 base/file_util_posix.cc FILE* OpenFile(const FilePath& filename, const char* mode) {
mode              649 base/file_util_posix.cc     result = fopen(filename.value().c_str(), mode);
mode              169 base/file_util_unittest.cc   int mode = 0;
mode              170 base/file_util_unittest.cc   ASSERT_TRUE(GetPosixFilePermissions(path, &mode));
mode              171 base/file_util_unittest.cc   mode |= mode_bits_to_set;
mode              172 base/file_util_unittest.cc   mode &= ~mode_bits_to_clear;
mode              173 base/file_util_unittest.cc   ASSERT_TRUE(SetPosixFilePermissions(path, mode));
mode              711 base/file_util_unittest.cc   int32 mode = 0;
mode              712 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(file_name, &mode));
mode              713 base/file_util_unittest.cc   EXPECT_TRUE(mode & FILE_PERMISSION_READ_BY_USER);
mode              717 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(file_name, &mode));
mode              718 base/file_util_unittest.cc   EXPECT_FALSE(mode & FILE_PERMISSION_READ_BY_USER);
mode              724 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(file_name, &mode));
mode              725 base/file_util_unittest.cc   EXPECT_TRUE(mode & FILE_PERMISSION_READ_BY_USER);
mode              750 base/file_util_unittest.cc   int mode = 0;
mode              751 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(file_name, &mode));
mode              752 base/file_util_unittest.cc   EXPECT_TRUE(mode & FILE_PERMISSION_WRITE_BY_USER);
mode              757 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(file_name, &mode));
mode              758 base/file_util_unittest.cc   EXPECT_FALSE(mode & FILE_PERMISSION_WRITE_BY_USER);
mode              766 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(file_name, &mode));
mode              767 base/file_util_unittest.cc   EXPECT_TRUE(mode & FILE_PERMISSION_WRITE_BY_USER);
mode              794 base/file_util_unittest.cc   int mode = 0;
mode              795 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(subdir_path, &mode));
mode              796 base/file_util_unittest.cc   EXPECT_EQ(FILE_PERMISSION_USER_MASK, mode & FILE_PERMISSION_USER_MASK);
mode              800 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(subdir_path, &mode));
mode              801 base/file_util_unittest.cc   EXPECT_FALSE(mode & FILE_PERMISSION_USER_MASK);
mode              808 base/file_util_unittest.cc   EXPECT_FALSE(GetPosixFilePermissions(file_name, &mode));
mode              812 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(subdir_path, &mode));
mode              813 base/file_util_unittest.cc   EXPECT_EQ(FILE_PERMISSION_USER_MASK, mode & FILE_PERMISSION_USER_MASK);
mode             1397 base/file_util_unittest.cc   int mode = 0;
mode             1398 base/file_util_unittest.cc   EXPECT_TRUE(GetPosixFilePermissions(path, &mode));
mode             1399 base/file_util_unittest.cc   return !(mode & S_IWUSR);
mode              568 base/file_util_win.cc FILE* OpenFile(const FilePath& filename, const char* mode) {
mode              570 base/file_util_win.cc   std::wstring w_mode = ASCIIToWide(std::string(mode));
mode              777 base/files/file_path_watcher_browsertest.cc   mode_t mode = 0;
mode              780 base/files/file_path_watcher_browsertest.cc       mode = S_IRUSR | S_IRGRP | S_IROTH;
mode              783 base/files/file_path_watcher_browsertest.cc       mode = S_IWUSR | S_IWGRP | S_IWOTH;
mode              786 base/files/file_path_watcher_browsertest.cc       mode = S_IXUSR | S_IXGRP | S_IXOTH;
mode              793 base/files/file_path_watcher_browsertest.cc     stat_buf.st_mode |= mode;
mode              795 base/files/file_path_watcher_browsertest.cc     stat_buf.st_mode &= ~mode;
mode              223 base/files/file_posix.cc   int mode = S_IRUSR | S_IWUSR;
mode              225 base/files/file_posix.cc   mode |= S_IRGRP | S_IROTH;
mode              228 base/files/file_posix.cc   int descriptor = HANDLE_EINTR(open(name.value().c_str(), open_flags, mode));
mode              236 base/files/file_posix.cc       descriptor = HANDLE_EINTR(open(name.value().c_str(), open_flags, mode));
mode               62 base/mac/mac_util.h BASE_EXPORT void RequestFullScreen(FullScreenMode mode);
mode               70 base/mac/mac_util.h BASE_EXPORT void ReleaseFullScreen(FullScreenMode mode);
mode              265 base/memory/shared_memory_posix.cc   const char *mode = read_only ? "r" : "r+";
mode              266 base/memory/shared_memory_posix.cc   ScopedFILE fp(base::OpenFile(path, mode));
mode              701 base/message_loop/message_loop.cc                                            Mode mode,
mode              707 base/message_loop/message_loop.cc       mode,
mode              716 base/message_loop/message_loop.cc                                            Mode mode,
mode              722 base/message_loop/message_loop.cc       mode,
mode              689 base/message_loop/message_loop.h                            Mode mode,
mode              702 base/message_loop/message_loop.h                            Mode mode,
mode               77 base/message_loop/message_pump_io_ios.cc     int mode,
mode               83 base/message_loop/message_pump_io_ios.cc   DCHECK(mode == WATCH_READ || mode == WATCH_WRITE || mode == WATCH_READ_WRITE);
mode               93 base/message_loop/message_pump_io_ios.cc   if (mode & WATCH_READ) {
mode               96 base/message_loop/message_pump_io_ios.cc   if (mode & WATCH_WRITE) {
mode              115 base/message_loop/message_pump_io_ios.h                            int mode,
mode              140 base/message_loop/message_pump_libevent.cc                                               int mode,
mode              146 base/message_loop/message_pump_libevent.cc   DCHECK(mode == WATCH_READ || mode == WATCH_WRITE || mode == WATCH_READ_WRITE);
mode              152 base/message_loop/message_pump_libevent.cc   if (mode & WATCH_READ) {
mode              155 base/message_loop/message_pump_libevent.cc   if (mode & WATCH_WRITE) {
mode              117 base/message_loop/message_pump_libevent.h                            int mode,
mode              404 base/metrics/field_trial.cc     FieldTrialActivationMode mode,
mode              430 base/metrics/field_trial.cc     if (mode == ACTIVATE_TRIALS) {
mode              420 base/metrics/field_trial.h       FieldTrialActivationMode mode,
mode              156 base/platform_file.h BASE_EXPORT FILE* FdopenPlatformFile(PlatformFile file, const char* mode);
mode              177 base/platform_file_posix.cc   int mode = S_IRUSR | S_IWUSR;
mode              179 base/platform_file_posix.cc   mode |= S_IRGRP | S_IROTH;
mode              183 base/platform_file_posix.cc       HANDLE_EINTR(open(name.value().c_str(), open_flags, mode));
mode              193 base/platform_file_posix.cc           open(name.value().c_str(), open_flags, mode));
mode              217 base/platform_file_posix.cc FILE* FdopenPlatformFile(PlatformFile file, const char* mode) {
mode              218 base/platform_file_posix.cc   return fdopen(file, mode);
mode              120 base/platform_file_win.cc FILE* FdopenPlatformFile(PlatformFile file, const char* mode) {
mode              126 base/platform_file_win.cc   return _fdopen(fd, mode);
mode              161 base/process/memory_unittest.cc int tc_set_new_mode(int mode);
mode               57 base/test/android/javatests/src/org/chromium/base/test/util/AdvancedMockContext.java     public SharedPreferences getSharedPreferences(String name, int mode) {
mode               49 base/test/test_file_util_posix.cc   mode_t* mode = new mode_t;
mode               50 base/test/test_file_util_posix.cc   *mode = stat_buf.st_mode & ~S_IFMT;  // Filter out file/path kind.
mode               52 base/test/test_file_util_posix.cc   return mode;
mode               65 base/test/test_file_util_posix.cc   mode_t* mode = reinterpret_cast<mode_t*>(info);
mode               67 base/test/test_file_util_posix.cc   int rv = HANDLE_EINTR(chmod(path.value().c_str(), *mode));
mode               69 base/test/test_file_util_posix.cc   delete mode;
mode               18 base/third_party/dmg_fp/dmg_fp.h char* dtoa(double d, int mode, int ndigits,
mode              526 base/third_party/dmg_fp/dtoa.cc char *dtoa(double d, int mode, int ndigits,
mode             3530 base/third_party/dmg_fp/dtoa.cc 	(dd, mode, ndigits, decpt, sign, rve)
mode             3531 base/third_party/dmg_fp/dtoa.cc 	double dd; int mode, ndigits, *decpt, *sign; char **rve;
mode             3533 base/third_party/dmg_fp/dtoa.cc 	(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve)
mode             3738 base/third_party/dmg_fp/dtoa.cc 	if (mode < 0 || mode > 9)
mode             3739 base/third_party/dmg_fp/dtoa.cc 		mode = 0;
mode             3749 base/third_party/dmg_fp/dtoa.cc 	if (mode > 5) {
mode             3750 base/third_party/dmg_fp/dtoa.cc 		mode -= 4;
mode             3756 base/third_party/dmg_fp/dtoa.cc 	switch(mode) {
mode             3783 base/third_party/dmg_fp/dtoa.cc 	if (mode > 1 && Rounding != 1)
mode             3919 base/third_party/dmg_fp/dtoa.cc 				if (mode > 1)
mode             3986 base/third_party/dmg_fp/dtoa.cc 	if ((mode < 2 || leftright)
mode             4036 base/third_party/dmg_fp/dtoa.cc 	if (ilim <= 0 && (mode == 3 || mode == 5)) {
mode             4073 base/third_party/dmg_fp/dtoa.cc 			if (j1 == 0 && mode != 1 && !(word1(&u) & 1)
mode             4090 base/third_party/dmg_fp/dtoa.cc 			if (j < 0 || (j == 0 && mode != 1
mode             4102 base/third_party/dmg_fp/dtoa.cc 				if (mode > 1)
mode              121 cc/debug/rasterize_and_record_benchmark.cc     Picture::RecordingMode mode =
mode              127 cc/debug/rasterize_and_record_benchmark.cc           visible_content_rect, painter, tile_grid_info, false, 0, mode);
mode              134 cc/debug/rasterize_and_record_benchmark.cc     if (mode == Picture::RECORD_NORMALLY) {
mode              180 cc/layers/picture_layer_impl.cc         ManagedTileState::TileVersion::Mode mode =
mode              181 cc/layers/picture_layer_impl.cc             iter->GetTileVersionForDrawing().mode();
mode              182 cc/layers/picture_layer_impl.cc         if (mode == ManagedTileState::TileVersion::SOLID_COLOR_MODE) {
mode              185 cc/layers/picture_layer_impl.cc         } else if (mode == ManagedTileState::TileVersion::PICTURE_PILE_MODE) {
mode              257 cc/layers/picture_layer_impl.cc     switch (tile_version.mode()) {
mode              706 cc/layers/picture_layer_impl.cc       tile_version.mode() != ManagedTileState::TileVersion::RESOURCE_MODE)
mode             1185 cc/layers/texture_layer_unittest.cc   bool WillDraw(TextureLayerImpl* layer, DrawMode mode) {
mode             1187 cc/layers/texture_layer_unittest.cc         mode, host_impl_.active_tree()->resource_provider());
mode              804 cc/output/gl_renderer_unittest.cc                void(GLenum mode, GLsizei count, GLenum type, GLintptr offset));
mode              894 cc/output/gl_renderer_unittest.cc                void(GLenum mode, GLsizei count, GLenum type, GLintptr offset));
mode             1645 cc/output/gl_renderer_unittest.cc                void(GLenum mode, GLsizei count, GLenum type, GLintptr offset));
mode               85 cc/resources/managed_tile_state.cc   for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode               86 cc/resources/managed_tile_state.cc     has_resource |= (tile_versions[mode].resource_.get() != 0);
mode               87 cc/resources/managed_tile_state.cc     has_active_task |= (tile_versions[mode].raster_task_.get() != 0);
mode               48 cc/resources/managed_tile_state.h     Mode mode() const { return mode_; }
mode               75 cc/resources/picture_layer_tiling.h       RasterMode mode = tile->DetermineRasterModeForTree(tree_);
mode               76 cc/resources/picture_layer_tiling.h       return tile->NeedsRasterForMode(mode);
mode               27 cc/resources/raster_mode.h scoped_ptr<base::Value> RasterModeAsValue(RasterMode mode);
mode               81 cc/resources/tile.cc   for (int mode = 0; mode < NUM_RASTER_MODES; ++mode)
mode               82 cc/resources/tile.cc     total_size += managed_state_.tile_versions[mode].GPUMemoryUsageInBytes();
mode               81 cc/resources/tile.h   bool NeedsRasterForMode(RasterMode mode) const {
mode               82 cc/resources/tile.h     return !managed_state_.tile_versions[mode].IsReadyToDraw();
mode               86 cc/resources/tile.h     for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode               87 cc/resources/tile.h       if (managed_state_.tile_versions[mode].has_resource())
mode               96 cc/resources/tile.h     for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode               97 cc/resources/tile.h       if (managed_state_.tile_versions[mode].IsReadyToDraw())
mode              104 cc/resources/tile.h     for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode              105 cc/resources/tile.h       if (managed_state_.tile_versions[mode].IsReadyToDraw())
mode              106 cc/resources/tile.h         return managed_state_.tile_versions[mode];
mode              112 cc/resources/tile.h   bool has_text(RasterMode mode) const {
mode              113 cc/resources/tile.h     return managed_state_.tile_versions[mode].has_text_;
mode              139 cc/resources/tile.h   ManagedTileState::TileVersion& GetTileVersionForTesting(RasterMode mode) {
mode              140 cc/resources/tile.h     return managed_state_.tile_versions[mode];
mode              518 cc/resources/tile_manager.cc     for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode              519 cc/resources/tile_manager.cc       FreeResourceForTile(tile, static_cast<RasterMode>(mode));
mode              520 cc/resources/tile_manager.cc       orphan_raster_tasks_.push_back(mts.tile_versions[mode].raster_task_);
mode              939 cc/resources/tile_manager.cc     for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode              940 cc/resources/tile_manager.cc       if (mts.tile_versions[mode].resource_) {
mode             1028 cc/resources/tile_manager.cc void TileManager::FreeResourceForTile(Tile* tile, RasterMode mode) {
mode             1030 cc/resources/tile_manager.cc   if (mts.tile_versions[mode].resource_) {
mode             1031 cc/resources/tile_manager.cc     resource_pool_->ReleaseResource(mts.tile_versions[mode].resource_.Pass());
mode             1042 cc/resources/tile_manager.cc   for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode             1043 cc/resources/tile_manager.cc     FreeResourceForTile(tile, static_cast<RasterMode>(mode));
mode             1051 cc/resources/tile_manager.cc   for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode             1052 cc/resources/tile_manager.cc     if (mts.tile_versions[mode].IsReadyToDraw()) {
mode             1053 cc/resources/tile_manager.cc       used_mode = static_cast<RasterMode>(mode);
mode             1058 cc/resources/tile_manager.cc   for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
mode             1059 cc/resources/tile_manager.cc     if (mode != used_mode)
mode             1060 cc/resources/tile_manager.cc       FreeResourceForTile(tile, static_cast<RasterMode>(mode));
mode              238 cc/resources/tile_manager.h   void FreeResourceForTile(Tile* tile, RasterMode mode);
mode              130 cc/test/test_gles2_interface.cc void TestGLES2Interface::DrawElements(GLenum mode,
mode              135 cc/test/test_gles2_interface.cc       mode, count, type, reinterpret_cast<intptr_t>(indices));
mode               51 cc/test/test_gles2_interface.h   virtual void DrawElements(GLenum mode,
mode              179 cc/test/test_web_graphics_context_3d.h   virtual void drawArrays(GLenum mode, GLint first, GLsizei count) {}
mode              180 cc/test/test_web_graphics_context_3d.h   virtual void drawElements(GLenum mode,
mode             4063 cc/trees/layer_tree_host_impl_unittest.cc   MOCK_METHOD4(drawElements, void(GLenum mode,
mode             4414 cc/trees/layer_tree_host_impl_unittest.cc   MOCK_METHOD4(drawElements, void(GLenum mode,
mode             2900 cc/trees/layer_tree_host_unittest.cc   MOCK_METHOD4(drawElements, void(GLenum mode,
mode               70 chrome/browser/browser_process_platform_part_aurawin.cc     upgrade_util::RelaunchMode mode =
mode               74 chrome/browser/browser_process_platform_part_aurawin.cc       if (mode == upgrade_util::RELAUNCH_MODE_DESKTOP) {
mode              140 chrome/browser/chrome_net_benchmarking_message_filter.cc   net::HttpCache::Mode mode = enabled ?
mode              144 chrome/browser/chrome_net_benchmarking_message_filter.cc   http_cache->set_mode(mode);
mode              236 chrome/browser/chromeos/display/display_preferences.cc     ash::DisplayMode mode;
mode              238 chrome/browser/chromeos/display/display_preferences.cc         display_manager->GetSelectedModeForDisplayId(id, &mode) &&
mode              239 chrome/browser/chromeos/display/display_preferences.cc         !mode.native) {
mode              240 chrome/browser/chromeos/display/display_preferences.cc       property_value->SetInteger("width", mode.size.width());
mode              241 chrome/browser/chromeos/display/display_preferences.cc       property_value->SetInteger("height", mode.size.height());
mode              195 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc       chrome::MultiUserWindowManager::MultiProfileMode mode);
mode              227 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc     chrome::MultiUserWindowManager::MultiProfileMode mode) {
mode              231 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc       multi_user_window_manager_, mode);
mode               97 chrome/browser/chromeos/fileapi/file_system_backend.cc                                    fileapi::OpenFileSystemMode mode,
mode               94 chrome/browser/chromeos/fileapi/file_system_backend.h                           fileapi::OpenFileSystemMode mode,
mode              386 chrome/browser/chromeos/login/wizard_controller.cc   EnrollmentScreenActor::EnrollmentMode mode =
mode              389 chrome/browser/chromeos/login/wizard_controller.cc     mode = EnrollmentScreenActor::ENROLLMENT_MODE_AUTO;
mode              391 chrome/browser/chromeos/login/wizard_controller.cc     mode = EnrollmentScreenActor::ENROLLMENT_MODE_FORCED;
mode              394 chrome/browser/chromeos/login/wizard_controller.cc   screen->SetParameters(mode, GetForcedEnrollmentDomain(), user);
mode              101 chrome/browser/chromeos/net/proxy_config_handler.cc   ProxyPrefs::ProxyMode mode;
mode              102 chrome/browser/chromeos/net/proxy_config_handler.cc   if (!proxy_config.GetMode(&mode) || mode == ProxyPrefs::MODE_DIRECT) {
mode               26 chrome/browser/chromeos/policy/enterprise_install_attributes.cc std::string GetDeviceModeString(DeviceMode mode) {
mode               27 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   switch (mode) {
mode               40 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   NOTREACHED() << "Invalid device mode: " << mode;
mode               46 chrome/browser/chromeos/policy/enterprise_install_attributes.cc     const std::string& mode) {
mode               47 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   if (mode == EnterpriseInstallAttributes::kConsumerDeviceMode)
mode               49 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   else if (mode == EnterpriseInstallAttributes::kEnterpiseDeviceMode)
mode               51 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   else if (mode == EnterpriseInstallAttributes::kRetailKioskDeviceMode)
mode               53 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   else if (mode == EnterpriseInstallAttributes::kConsumerKioskDeviceMode)
mode               55 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   NOTREACHED() << "Unknown device mode string: " << mode;
mode              245 chrome/browser/chromeos/policy/enterprise_install_attributes.cc   std::string mode = GetDeviceModeString(device_mode);
mode              266 chrome/browser/chromeos/policy/enterprise_install_attributes.cc         !cryptohome_util::InstallAttributesSet(kAttrEnterpriseMode, mode) ||
mode              362 chrome/browser/chromeos/policy/enterprise_install_attributes.cc     std::string mode;
mode              363 chrome/browser/chromeos/policy/enterprise_install_attributes.cc     if (ReadMapKey(attr_map, kAttrEnterpriseMode, &mode))
mode              364 chrome/browser/chromeos/policy/enterprise_install_attributes.cc       registration_mode_ = GetDeviceModeFromString(mode);
mode               31 chrome/browser/chromeos/policy/stub_enterprise_install_attributes.cc void StubEnterpriseInstallAttributes::SetMode(DeviceMode mode) {
mode               32 chrome/browser/chromeos/policy/stub_enterprise_install_attributes.cc   registration_mode_ = mode;
mode               26 chrome/browser/chromeos/policy/stub_enterprise_install_attributes.h   void SetMode(DeviceMode mode);
mode               37 chrome/browser/chromeos/proxy_config_service_impl_unittest.cc   UIProxyConfig::Mode mode;
mode               47 chrome/browser/chromeos/proxy_config_service_impl_unittest.cc #define MK_MODE(mode) UIProxyConfig::MODE_##mode
mode              275 chrome/browser/chromeos/proxy_config_service_impl_unittest.cc     switch (input.mode) {
mode              137 chrome/browser/chromeos/proxy_cros_settings_parser.cc         config.mode = UIProxyConfig::MODE_AUTO_DETECT;
mode              186 chrome/browser/chromeos/proxy_cros_settings_parser.cc           config.mode = UIProxyConfig::MODE_AUTO_DETECT;
mode              212 chrome/browser/chromeos/proxy_cros_settings_parser.cc         config.mode = UIProxyConfig::MODE_DIRECT;
mode              229 chrome/browser/chromeos/proxy_cros_settings_parser.cc         config.mode = UIProxyConfig::MODE_AUTO_DETECT;
mode              298 chrome/browser/chromeos/proxy_cros_settings_parser.cc     if (config.mode == UIProxyConfig::MODE_PAC_SCRIPT &&
mode              311 chrome/browser/chromeos/proxy_cros_settings_parser.cc     if (config.mode == UIProxyConfig::MODE_AUTO_DETECT ||
mode              312 chrome/browser/chromeos/proxy_cros_settings_parser.cc         config.mode == UIProxyConfig::MODE_PAC_SCRIPT) {
mode              314 chrome/browser/chromeos/proxy_cros_settings_parser.cc     } else if (config.mode == UIProxyConfig::MODE_SINGLE_PROXY ||
mode              315 chrome/browser/chromeos/proxy_cros_settings_parser.cc                config.mode == UIProxyConfig::MODE_PROXY_PER_SCHEME) {
mode              337 chrome/browser/chromeos/proxy_cros_settings_parser.cc         config.mode == UIProxyConfig::MODE_SINGLE_PROXY);
mode              340 chrome/browser/chromeos/proxy_cros_settings_parser.cc         config.mode == UIProxyConfig::MODE_PAC_SCRIPT);
mode               46 chrome/browser/chromeos/sim_dialog_delegate.cc                                    SimDialogMode mode) {
mode               49 chrome/browser/chromeos/sim_dialog_delegate.cc                         new SimDialogDelegate(mode));
mode               29 chrome/browser/chromeos/sim_dialog_delegate.h   static void ShowDialog(gfx::NativeWindow owning_window, SimDialogMode mode);
mode               16 chrome/browser/chromeos/ui_proxy_config.cc     : mode(MODE_DIRECT),
mode               25 chrome/browser/chromeos/ui_proxy_config.cc   mode = UIProxyConfig::MODE_PAC_SCRIPT;
mode               30 chrome/browser/chromeos/ui_proxy_config.cc   mode = UIProxyConfig::MODE_SINGLE_PROXY;
mode               41 chrome/browser/chromeos/ui_proxy_config.cc   mode = UIProxyConfig::MODE_PROXY_PER_SCHEME;
mode               46 chrome/browser/chromeos/ui_proxy_config.cc   if (mode != UIProxyConfig::MODE_SINGLE_PROXY &&
mode               47 chrome/browser/chromeos/ui_proxy_config.cc       mode != UIProxyConfig::MODE_PROXY_PER_SCHEME) {
mode               48 chrome/browser/chromeos/ui_proxy_config.cc     NOTREACHED() << "Cannot set bypass rules for proxy mode [" << mode << "]";
mode               60 chrome/browser/chromeos/ui_proxy_config.cc         mode = UIProxyConfig::MODE_DIRECT;
mode               62 chrome/browser/chromeos/ui_proxy_config.cc         mode = UIProxyConfig::MODE_AUTO_DETECT;
mode               64 chrome/browser/chromeos/ui_proxy_config.cc         mode = UIProxyConfig::MODE_PAC_SCRIPT;
mode               73 chrome/browser/chromeos/ui_proxy_config.cc       mode = MODE_SINGLE_PROXY;
mode               85 chrome/browser/chromeos/ui_proxy_config.cc       mode = MODE_PROXY_PER_SCHEME;
mode              104 chrome/browser/chromeos/ui_proxy_config.cc   switch (mode) {
mode               87 chrome/browser/chromeos/ui_proxy_config.h   Mode mode;
mode               21 chrome/browser/chromeos/ui_proxy_config_service.cc const char* ModeToString(UIProxyConfig::Mode mode) {
mode               22 chrome/browser/chromeos/ui_proxy_config_service.cc   switch (mode) {
mode               97 chrome/browser/chromeos/ui_proxy_config_service.cc           << ModeToString(current_ui_config_.mode) << ", "
mode               89 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     if (connect_data_.mode == net::ASYNC) {
mode              170 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void SetupTcp1Connect(net::IoMode mode, int result) {
mode              171 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     tcp_connect_data_[0].reset(new net::MockConnect(mode, result));
mode              173 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void SetupSsl1Connect(net::IoMode mode, int result) {
mode              174 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     ssl_connect_data_[0].reset(new net::MockConnect(mode, result));
mode              176 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void SetupTcp2Connect(net::IoMode mode, int result) {
mode              177 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     tcp_connect_data_[1].reset(new net::MockConnect(mode, result));
mode              179 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void SetupSsl2Connect(net::IoMode mode, int result) {
mode              180 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     ssl_connect_data_[1].reset(new net::MockConnect(mode, result));
mode              185 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddWriteResult(net::IoMode mode, int result) {
mode              186 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     AddWriteResult(net::MockWrite(mode, result));
mode              188 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddWriteResultForMessage(net::IoMode mode, const std::string& msg) {
mode              189 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     AddWriteResult(mode, msg.size());
mode              191 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddWriteResultForMessage(net::IoMode mode,
mode              198 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc       AddWriteResult(mode, ch_size);
mode              205 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddReadResult(net::IoMode mode, int result) {
mode              206 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     AddReadResult(net::MockRead(mode, result));
mode              208 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddReadResult(net::IoMode mode, const char* data, int data_len) {
mode              209 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     AddReadResult(net::MockRead(mode, data, data_len));
mode              211 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddReadResultForMessage(net::IoMode mode, const std::string& msg) {
mode              214 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     AddReadResult(mode, data, kMessageHeaderSize);
mode              215 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc     AddReadResult(mode, data + kMessageHeaderSize, body_size);
mode              217 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc   void AddReadResultForMessage(net::IoMode mode,
mode              225 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc       AddReadResult(mode, data + offset, ch_size);
mode              726 chrome/browser/extensions/api/identity/identity_api.cc   WebAuthFlow::Mode mode =
mode              736 chrome/browser/extensions/api/identity/identity_api.cc   auth_flow_.reset(new WebAuthFlow(this, GetProfile(), auth_url, mode));
mode               47 chrome/browser/extensions/api/identity/web_auth_flow.cc     Mode mode)
mode               51 chrome/browser/extensions/api/identity/web_auth_flow.cc       mode_(mode),
mode               81 chrome/browser/extensions/api/identity/web_auth_flow.h               Mode mode);
mode               27 chrome/browser/extensions/api/messaging/incognito_connectability.cc IncognitoConnectability::ScopedAlertTracker::ScopedAlertTracker(Mode mode)
mode               30 chrome/browser/extensions/api/messaging/incognito_connectability.cc   DCHECK_NE(INTERACTIVE, mode);
mode               31 chrome/browser/extensions/api/messaging/incognito_connectability.cc   g_alert_mode = mode;
mode               41 chrome/browser/extensions/api/messaging/incognito_connectability.h     explicit ScopedAlertTracker(Mode mode);
mode              143 chrome/browser/extensions/api/proxy/proxy_api.cc   ProxyPrefs::ProxyMode mode;
mode              144 chrome/browser/extensions/api/proxy/proxy_api.cc   if (!config.GetMode(&mode)) {
mode              153 chrome/browser/extensions/api/proxy/proxy_api.cc                             ProxyPrefs::ProxyModeToString(mode));
mode              155 chrome/browser/extensions/api/proxy/proxy_api.cc   switch (mode) {
mode              363 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc   ProxyPrefs::ProxyMode mode;
mode              364 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc   CHECK(proxy_config.GetMode(&mode) && mode == ProxyPrefs::MODE_FIXED_SERVERS);
mode              460 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc   ProxyPrefs::ProxyMode mode;
mode              461 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc   CHECK(proxy_config.GetMode(&mode) && mode == ProxyPrefs::MODE_PAC_SCRIPT);
mode               73 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc   ProxyPrefs::ProxyMode mode;
mode               81 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc   ASSERT_TRUE(GetProxyModeFromExtensionPref(&proxy_config, &mode, &error,
mode               83 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode);
mode               89 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc   EXPECT_FALSE(GetProxyModeFromExtensionPref(&proxy_config, &mode, &error,
mode               39 chrome/browser/extensions/api/proxy/proxy_apitest.cc     ProxyPrefs::ProxyMode mode;
mode               40 chrome/browser/extensions/api/proxy/proxy_apitest.cc     ASSERT_TRUE(dict.GetMode(&mode));
mode               41 chrome/browser/extensions/api/proxy/proxy_apitest.cc     EXPECT_EQ(expected_mode, mode);
mode              371 chrome/browser/file_select_helper.cc   dialog_mode_ = params.mode;
mode              372 chrome/browser/file_select_helper.cc   switch (params.mode) {
mode               38 chrome/browser/google/google_url_tracker.cc     Mode mode)
mode               42 chrome/browser/google/google_url_tracker.cc       google_url_(mode == UNIT_TEST_MODE ? kDefaultGoogleHomepage :
mode               63 chrome/browser/google/google_url_tracker.cc   if (mode == NORMAL_MODE) {
mode               64 chrome/browser/google/google_url_tracker.h                    Mode mode);
mode              815 chrome/browser/io_thread.cc void IOThread::EnableSpdy(const std::string& mode) {
mode              829 chrome/browser/io_thread.cc   base::SplitString(mode, ',', &spdy_options);
mode              248 chrome/browser/io_thread.h   void EnableSpdy(const std::string& mode);
mode               41 chrome/browser/local_discovery/storage/privet_filesystem_backend.cc     fileapi::OpenFileSystemMode mode,
mode               33 chrome/browser/local_discovery/storage/privet_filesystem_backend.h                           fileapi::OpenFileSystemMode mode,
mode              239 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc     fileapi::OpenFileSystemMode mode,
mode               60 chrome/browser/media_galleries/fileapi/media_file_system_backend.h                           fileapi::OpenFileSystemMode mode,
mode               99 chrome/browser/metrics/metrics_network_observer.cc     net::WifiPHYLayerProtocol mode) {
mode              101 chrome/browser/metrics/metrics_network_observer.cc       mode != wifi_phy_layer_protocol_) {
mode              104 chrome/browser/metrics/metrics_network_observer.cc   wifi_phy_layer_protocol_ = mode;
mode               50 chrome/browser/metrics/metrics_network_observer.h   void OnWifiPHYLayerProtocolResult(net::WifiPHYLayerProtocol mode);
mode              154 chrome/browser/net/net_log_temp_file.cc   int mode = base::FILE_PERMISSION_MASK;
mode              155 chrome/browser/net/net_log_temp_file.cc   base::SetPosixFilePermissions(log_path_, mode);
mode              284 chrome/browser/net/pref_proxy_config_tracker_impl.cc   ProxyPrefs::ProxyMode mode;
mode              285 chrome/browser/net/pref_proxy_config_tracker_impl.cc   if (!proxy_dict.GetMode(&mode)) {
mode              290 chrome/browser/net/pref_proxy_config_tracker_impl.cc   switch (mode) {
mode               66 chrome/browser/net/proxy_policy_handler.cc   const base::Value* mode = GetProxyPolicyValue(policies, key::kProxyMode);
mode               74 chrome/browser/net/proxy_policy_handler.cc   if ((server || pac_url || bypass_list) && !(mode || server_mode)) {
mode              123 chrome/browser/net/proxy_policy_handler.cc                      mode ? key::kProxyMode : key::kProxyServerMode,
mode              133 chrome/browser/net/proxy_policy_handler.cc   const base::Value* mode = GetProxyPolicyValue(policies, key::kProxyMode);
mode              142 chrome/browser/net/proxy_policy_handler.cc   if (mode) {
mode              144 chrome/browser/net/proxy_policy_handler.cc     CHECK(mode->GetAsString(&string_mode));
mode              234 chrome/browser/net/proxy_policy_handler.cc   const base::Value* mode = GetProxyPolicyValue(policies, key::kProxyMode);
mode              242 chrome/browser/net/proxy_policy_handler.cc   if (mode) {
mode              249 chrome/browser/net/proxy_policy_handler.cc     if (!mode->GetAsString(mode_value)) {
mode              257 chrome/browser/net/proxy_policy_handler.cc     ProxyPrefs::ProxyMode mode;
mode              258 chrome/browser/net/proxy_policy_handler.cc     if (!ProxyPrefs::StringToProxyMode(*mode_value, &mode)) {
mode              265 chrome/browser/net/proxy_policy_handler.cc     if (mode == ProxyPrefs::MODE_PAC_SCRIPT && !pac_url) {
mode              270 chrome/browser/net/proxy_policy_handler.cc     } else if (mode == ProxyPrefs::MODE_FIXED_SERVERS && !server) {
mode               69 chrome/browser/net/proxy_policy_handler_unittest.cc     ProxyPrefs::ProxyMode mode;
mode               70 chrome/browser/net/proxy_policy_handler_unittest.cc     ASSERT_TRUE(dict.GetMode(&mode));
mode               71 chrome/browser/net/proxy_policy_handler_unittest.cc     EXPECT_EQ(expected_proxy_mode, mode);
mode              182 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc   std::string mode;
mode              184 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc   dict->GetString("mode", &mode);
mode              185 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc   ASSERT_EQ(expected_mode, mode);
mode               48 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc     std::string mode;
mode               50 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc     dict->GetString("mode", &mode);
mode               51 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc     ASSERT_EQ(expected_mode, mode);
mode              447 chrome/browser/plugins/plugin_infobar_delegates.cc     PluginMetroModeInfoBarDelegate::Mode mode,
mode              451 chrome/browser/plugins/plugin_infobar_delegates.cc           new PluginMetroModeInfoBarDelegate(mode, name))));
mode              455 chrome/browser/plugins/plugin_infobar_delegates.cc     PluginMetroModeInfoBarDelegate::Mode mode,
mode              458 chrome/browser/plugins/plugin_infobar_delegates.cc       mode_(mode),
mode              205 chrome/browser/plugins/plugin_infobar_delegates.h                      Mode mode,
mode              209 chrome/browser/plugins/plugin_infobar_delegates.h   PluginMetroModeInfoBarDelegate(Mode mode, const base::string16& name);
mode              127 chrome/browser/prefs/proxy_config_dictionary.cc     ProxyPrefs::ProxyMode mode,
mode              133 chrome/browser/prefs/proxy_config_dictionary.cc   dict->SetString(kProxyMode, ProxyModeToString(mode));
mode               52 chrome/browser/prefs/proxy_config_dictionary.h       ProxyPrefs::ProxyMode mode,
mode               13 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   ProxyPrefs::ProxyMode mode;
mode               25 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   ASSERT_TRUE(dict.GetMode(&h.mode));
mode               26 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_DIRECT, h.mode);
mode               38 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   ASSERT_TRUE(dict.GetMode(&h.mode));
mode               39 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, h.mode);
mode               51 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   ASSERT_TRUE(dict.GetMode(&h.mode));
mode               52 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, h.mode);
mode               66 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   ASSERT_TRUE(dict.GetMode(&h.mode));
mode               67 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_FIXED_SERVERS, h.mode);
mode               81 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   ASSERT_TRUE(dict.GetMode(&h.mode));
mode               82 chrome/browser/prefs/proxy_config_dictionary_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, h.mode);
mode               50 chrome/browser/prefs/proxy_prefs.cc const char* ProxyModeToString(ProxyMode mode) {
mode               51 chrome/browser/prefs/proxy_prefs.cc   return kProxyModeNames[mode];
mode               65 chrome/browser/prefs/proxy_prefs.h const char* ProxyModeToString(ProxyMode mode);
mode               12 chrome/browser/prefs/proxy_prefs_unittest.cc   ProxyPrefs::ProxyMode mode;
mode               13 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::StringToProxyMode("direct", &mode));
mode               14 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode);
mode               15 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::StringToProxyMode("auto_detect", &mode));
mode               16 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, mode);
mode               17 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::StringToProxyMode("pac_script", &mode));
mode               18 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, mode);
mode               19 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::StringToProxyMode("system", &mode));
mode               20 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, mode);
mode               21 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::StringToProxyMode("fixed_servers", &mode));
mode               22 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_FIXED_SERVERS, mode);
mode               24 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_FALSE(ProxyPrefs::StringToProxyMode("monkey", &mode));
mode               36 chrome/browser/prefs/proxy_prefs_unittest.cc   ProxyPrefs::ProxyMode mode;
mode               37 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::IntToProxyMode(0, &mode));
mode               38 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode);
mode               39 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::IntToProxyMode(1, &mode));
mode               40 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, mode);
mode               41 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::IntToProxyMode(2, &mode));
mode               42 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, mode);
mode               43 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::IntToProxyMode(3, &mode));
mode               44 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_FIXED_SERVERS, mode);
mode               45 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_TRUE(ProxyPrefs::IntToProxyMode(4, &mode));
mode               46 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, mode);
mode               48 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_FALSE(ProxyPrefs::IntToProxyMode(-1, &mode));
mode               49 chrome/browser/prefs/proxy_prefs_unittest.cc   EXPECT_FALSE(ProxyPrefs::IntToProxyMode(ProxyPrefs::kModeCount, &mode));
mode              728 chrome/browser/prerender/prerender_manager.cc void PrerenderManager::SetMode(PrerenderManagerMode mode) {
mode              729 chrome/browser/prerender/prerender_manager.cc   mode_ = mode;
mode              201 chrome/browser/prerender/prerender_manager.h   static void SetMode(PrerenderManagerMode mode);
mode              554 chrome/browser/profiles/off_the_record_profile_impl.cc   switch (change.mode) {
mode               52 chrome/browser/profiles/off_the_record_profile_impl_unittest.cc     if (change.mode != HostZoomMap::ZOOM_CHANGED_FOR_HOST)
mode             1082 chrome/browser/profiles/profile_impl.cc   if (change.mode != HostZoomMap::ZOOM_CHANGED_FOR_HOST)
mode              112 chrome/browser/sync_file_system/local/sync_file_system_backend.cc                                        fileapi::OpenFileSystemMode mode,
mode              119 chrome/browser/sync_file_system/local/sync_file_system_backend.cc                                   mode,
mode              132 chrome/browser/sync_file_system/local/sync_file_system_backend.cc                  mode,
mode              273 chrome/browser/sync_file_system/local/sync_file_system_backend.cc     fileapi::OpenFileSystemMode mode,
mode              284 chrome/browser/sync_file_system/local/sync_file_system_backend.cc                    origin_url, type, mode, callback, status));
mode               34 chrome/browser/sync_file_system/local/sync_file_system_backend.h                           fileapi::OpenFileSystemMode mode,
mode              107 chrome/browser/sync_file_system/local/sync_file_system_backend.h       fileapi::OpenFileSystemMode mode,
mode               33 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc     Mode mode,
mode               36 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc   DCHECK_EQ(mode == SHOW_APP_LIST, extension_id.empty());
mode               50 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc           new AppMetroInfoBarDelegateWin(mode, extension_id))));
mode               60 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc     Mode mode,
mode               63 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc       mode_(mode),
mode               28 chrome/browser/ui/apps/app_metro_infobar_delegate_win.h                      Mode mode,
mode               32 chrome/browser/ui/apps/app_metro_infobar_delegate_win.h   AppMetroInfoBarDelegateWin(Mode mode, const std::string& extension_id);
mode               40 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc   ash::MultiProfileUMA::SessionMode mode =
mode               47 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc     mode = ash::MultiProfileUMA::SESSION_SEPARATE_DESKTOP_MODE;
mode               52 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc     mode = ash::MultiProfileUMA::SESSION_SIDE_BY_SIDE_MODE;
mode               54 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc   ash::MultiProfileUMA::RecordSessionMode(mode);
mode               92 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc     MultiProfileMode mode) {
mode               96 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc   multi_user_mode_ = mode;
mode               92 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h                                  MultiProfileMode mode);
mode              129 chrome/browser/ui/browser_instant_controller.cc   if (old_state.mode != new_state.mode) {
mode              130 chrome/browser/ui/browser_instant_controller.cc     const SearchMode& new_mode = new_state.mode;
mode              140 chrome/browser/ui/browser_instant_controller.cc     instant_.SearchModeChanged(old_state.mode, new_mode);
mode              376 chrome/browser/ui/browser_window.h   virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) = 0;
mode               37 chrome/browser/ui/cocoa/applescript/window_applescript.h - (NSString*)mode;
mode               44 chrome/browser/ui/cocoa/browser/avatar_base_controller.h                 withMode:(BrowserWindow::AvatarBubbleMode)mode;
mode               78 chrome/browser/ui/cocoa/browser/profile_chooser_controller.h              withMode:(BubbleViewMode)mode;
mode              120 chrome/browser/ui/cocoa/browser/profile_chooser_controller.h              withMode:(BubbleViewMode)mode;
mode              151 chrome/browser/ui/cocoa/browser_window_cocoa.h   virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) OVERRIDE;
mode               32 chrome/browser/ui/cocoa/history_overlay_controller.h - (id)initForMode:(HistoryOverlayMode)mode;
mode               43 chrome/browser/ui/cocoa/speech_recognition_window_controller.h - (void)updateLayout:(SpeechRecognitionBubbleBase::DisplayMode)mode
mode             1223 chrome/browser/ui/gtk/browser_window_gtk.cc void BrowserWindowGtk::ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) {
mode              183 chrome/browser/ui/gtk/browser_window_gtk.h   virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) OVERRIDE;
mode              318 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc   event->crossing.mode = GDK_CROSSING_NORMAL;
mode              113 chrome/browser/ui/gtk/reload_button_gtk.cc void ReloadButtonGtk::ChangeMode(Mode mode, bool force) {
mode              114 chrome/browser/ui/gtk/reload_button_gtk.cc   intended_mode_ = mode;
mode              120 chrome/browser/ui/gtk/reload_button_gtk.cc       !testing_mouse_hovered_) || ((mode == MODE_STOP) ?
mode              124 chrome/browser/ui/gtk/reload_button_gtk.cc     visible_mode_ = mode;
mode               38 chrome/browser/ui/gtk/reload_button_gtk.h   void ChangeMode(Mode mode, bool force);
mode              230 chrome/browser/ui/panels/panel_manager.cc                                  CreateMode mode) {
mode              271 chrome/browser/ui/panels/panel_manager.cc       panel, adjusted_requested_bounds, mode, &positioning_mask);
mode              296 chrome/browser/ui/panels/panel_manager.cc     CreateMode mode,
mode              298 chrome/browser/ui/panels/panel_manager.cc   if (mode == CREATE_AS_DOCKED) {
mode              306 chrome/browser/ui/panels/panel_manager.cc   DCHECK_EQ(CREATE_AS_DETACHED, mode);
mode               73 chrome/browser/ui/panels/panel_manager.h                      CreateMode mode);
mode              212 chrome/browser/ui/panels/panel_manager.h       CreateMode mode,
mode              105 chrome/browser/ui/search/instant_controller.cc       old_mode.mode, new_mode.origin, new_mode.mode));
mode               17 chrome/browser/ui/search/search_delegate_unittest.cc   EXPECT_TRUE(browser()->search_model()->mode().is_default());
mode               25 chrome/browser/ui/search/search_delegate_unittest.cc   EXPECT_TRUE(browser()->search_model()->mode().is_ntp());
mode               35 chrome/browser/ui/search/search_delegate_unittest.cc   EXPECT_TRUE(browser()->search_model()->mode().is_search());
mode               41 chrome/browser/ui/search/search_delegate_unittest.cc   EXPECT_TRUE(browser()->search_model()->mode().is_search());
mode               15 chrome/browser/ui/search/search_model.cc SearchModel::State::State(const SearchMode& mode,
mode               18 chrome/browser/ui/search/search_model.cc     : mode(mode),
mode               24 chrome/browser/ui/search/search_model.cc   return mode == rhs.mode && instant_support == rhs.instant_support &&
mode               54 chrome/browser/ui/search/search_model.cc   if (state_.mode == new_mode)
mode               58 chrome/browser/ui/search/search_model.cc   state_.mode = new_mode;
mode               27 chrome/browser/ui/search/search_model.h     State(const SearchMode& mode,
mode               34 chrome/browser/ui/search/search_model.h     SearchMode mode;
mode               53 chrome/browser/ui/search/search_model.h   void SetMode(const SearchMode& mode);
mode               56 chrome/browser/ui/search/search_model.h   const SearchMode& mode() const { return state_.mode; }
mode              121 chrome/browser/ui/search/search_model_unittest.cc   expected_new_state.mode = search_mode;
mode              127 chrome/browser/ui/search/search_model_unittest.cc   search_mode.mode = SearchMode::MODE_SEARCH_RESULTS;
mode              129 chrome/browser/ui/search/search_model_unittest.cc   expected_new_state.mode = search_mode;
mode              260 chrome/browser/ui/search/search_tab_helper.cc   return model_.mode().is_origin_search();
mode              598 chrome/browser/ui/search/search_tab_helper.cc     origin = model_.mode().origin;
mode              604 chrome/browser/ui/search/search_tab_helper.cc   SearchMode old_mode(model_.mode());
mode              606 chrome/browser/ui/search/search_tab_helper.cc   if (old_mode.is_ntp() != model_.mode().is_ntp()) {
mode              643 chrome/browser/ui/search/search_tab_helper.cc   return !model_.mode().is_ntp() && omnibox &&
mode              170 chrome/browser/ui/startup/startup_browser_creator_impl.cc void RecordLaunchModeHistogram(LaunchMode mode) {
mode              171 chrome/browser/ui/startup/startup_browser_creator_impl.cc   int bucket = (mode == LM_TO_BE_DECIDED) ? GetLaunchShortcutKind() : mode;
mode              158 chrome/browser/ui/views/frame/browser_header_painter_ash.cc void BrowserHeaderPainterAsh::PaintHeader(gfx::Canvas* canvas, Mode mode) {
mode              160 chrome/browser/ui/views/frame/browser_header_painter_ash.cc   mode_ = mode;
mode              339 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     Mode mode,
mode              343 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     GetFrameImagesForTabbedBrowser(mode, frame_image, frame_overlay_image);
mode              345 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     *frame_image = GetFrameImageForNonTabbedBrowser(mode);
mode              351 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     Mode mode,
mode              359 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     frame_overlay_image_id = (mode == MODE_ACTIVE) ?
mode              363 chrome/browser/ui/views/frame/browser_header_painter_ash.cc   if (mode == MODE_ACTIVE) {
mode              386 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     Mode mode) const {
mode              391 chrome/browser/ui/views/frame/browser_header_painter_ash.cc   if (mode == MODE_ACTIVE) {
mode               47 chrome/browser/ui/views/frame/browser_header_painter_ash.h   virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) OVERRIDE;
mode               66 chrome/browser/ui/views/frame/browser_header_painter_ash.h   void GetFrameImages(Mode mode,
mode               74 chrome/browser/ui/views/frame/browser_header_painter_ash.h       Mode mode,
mode               80 chrome/browser/ui/views/frame/browser_header_painter_ash.h   gfx::ImageSkia GetFrameImageForNonTabbedBrowser(Mode mode) const;
mode             2434 chrome/browser/ui/views/frame/browser_view.cc void BrowserView::ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) {
mode             2443 chrome/browser/ui/views/frame/browser_view.cc           mode == BrowserWindow::AVATAR_BUBBLE_MODE_DEFAULT ?
mode              378 chrome/browser/ui/views/frame/browser_view.h   virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) OVERRIDE;
mode               49 chrome/browser/ui/views/speech_recognition_bubble_views.cc   void UpdateLayout(SpeechRecognitionBubbleBase::DisplayMode mode,
mode              176 chrome/browser/ui/views/speech_recognition_bubble_views.cc     SpeechRecognitionBubbleBase::DisplayMode mode,
mode              179 chrome/browser/ui/views/speech_recognition_bubble_views.cc   display_mode_ = mode;
mode              180 chrome/browser/ui/views/speech_recognition_bubble_views.cc   bool is_message = (mode == SpeechRecognitionBubbleBase::DISPLAY_MODE_MESSAGE);
mode              186 chrome/browser/ui/views/speech_recognition_bubble_views.cc       mode != SpeechRecognitionBubbleBase::DISPLAY_MODE_WARM_UP);
mode              188 chrome/browser/ui/views/speech_recognition_bubble_views.cc       mode == SpeechRecognitionBubbleBase::DISPLAY_MODE_RECORDING);
mode               68 chrome/browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc   void OnStartSync(OneClickSigninSyncStarter::StartSyncMode mode) {
mode               70 chrome/browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc     mode_ = mode;
mode               58 chrome/browser/ui/views/toolbar/reload_button.cc void ReloadButton::ChangeMode(Mode mode, bool force) {
mode               59 chrome/browser/ui/views/toolbar/reload_button.cc   intended_mode_ = mode;
mode               65 chrome/browser/ui/views/toolbar/reload_button.cc       ((mode == MODE_STOP) ?
mode               69 chrome/browser/ui/views/toolbar/reload_button.cc     if (mode != visible_mode_)
mode               70 chrome/browser/ui/views/toolbar/reload_button.cc       ChangeModeInternal(mode);
mode              227 chrome/browser/ui/views/toolbar/reload_button.cc void ReloadButton::ChangeModeInternal(Mode mode) {
mode              232 chrome/browser/ui/views/toolbar/reload_button.cc         (mode == MODE_RELOAD) ? IDR_RELOAD : IDR_STOP)));
mode              234 chrome/browser/ui/views/toolbar/reload_button.cc         (mode == MODE_RELOAD) ? IDR_RELOAD_D : IDR_STOP_D)));
mode              237 chrome/browser/ui/views/toolbar/reload_button.cc   visible_mode_ = mode;
mode               44 chrome/browser/ui/views/toolbar/reload_button.h   void ChangeMode(Mode mode, bool force);
mode               79 chrome/browser/ui/views/toolbar/reload_button.h   void ChangeModeInternal(Mode mode);
mode               51 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc std::string EnrollmentModeToString(EnrollmentScreenActor::EnrollmentMode mode) {
mode               52 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc   switch (mode) {
mode               61 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc   NOTREACHED() << "Bad enrollment mode " << mode;
mode               39 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc   ProxyPrefs::ProxyMode mode;
mode               40 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc   return (proxy_dict && proxy_dict->GetMode(&mode) &&
mode               41 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc           mode == ProxyPrefs::MODE_FIXED_SERVERS);
mode              692 chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc   double mode;
mode              694 chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc       !args->GetDouble(0, &mode)) {
mode              698 chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc   dialog_mode_ = static_cast<SimDialogDelegate::SimDialogMode>(mode);
mode             1256 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   SimDialogDelegate::SimDialogMode mode;
mode             1258 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     mode = SimDialogDelegate::SIM_DIALOG_SET_LOCK_ON;
mode             1260 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc     mode = SimDialogDelegate::SIM_DIALOG_SET_LOCK_OFF;
mode             1261 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   SimDialogDelegate::ShowDialog(GetNativeWindow(), mode);
mode             1004 chrome/browser/ui/webui/options/content_settings_handler.cc     switch (i->mode) {
mode             1177 chrome/browser/ui/webui/options/content_settings_handler.cc   std::string mode;
mode             1178 chrome/browser/ui/webui/options/content_settings_handler.cc   bool rv = args->GetString(1, &mode);
mode             1186 chrome/browser/ui/webui/options/content_settings_handler.cc       mode == "normal" ? GetContentSettingsMap() :
mode             1205 chrome/browser/ui/webui/options/content_settings_handler.cc   std::string mode;
mode             1206 chrome/browser/ui/webui/options/content_settings_handler.cc   bool rv = args->GetString(1, &mode);
mode             1218 chrome/browser/ui/webui/options/content_settings_handler.cc       mode == "normal" ? GetContentSettingsMap() :
mode             1234 chrome/browser/ui/webui/options/content_settings_handler.cc   std::string mode;
mode             1235 chrome/browser/ui/webui/options/content_settings_handler.cc   bool rv = args->GetString(1, &mode);
mode             1409 chrome/browser/ui/webui/options/content_settings_handler.cc   std::string mode;
mode             1410 chrome/browser/ui/webui/options/content_settings_handler.cc   CHECK(args->GetString(1, &mode));
mode             1425 chrome/browser/ui/webui/options/content_settings_handler.cc         mode == "normal" ? GetContentSettingsMap() :
mode              218 chrome/browser/ui/webui/options/manage_profile_handler.cc   std::string mode;
mode              219 chrome/browser/ui/webui/options/manage_profile_handler.cc   bool ok = args->GetString(0, &mode);
mode              221 chrome/browser/ui/webui/options/manage_profile_handler.cc   DCHECK(mode == kCreateProfileIdentifier || mode == kManageProfileIdentifier);
mode              223 chrome/browser/ui/webui/options/manage_profile_handler.cc     base::StringValue value(mode);
mode              243 chrome/browser/ui/webui/options/manage_profile_handler.cc     const base::StringValue& mode) {
mode              271 chrome/browser/ui/webui/options/manage_profile_handler.cc       "ManageProfileOverlay.receiveDefaultProfileIconsAndNames", mode,
mode               61 chrome/browser/ui/webui/options/manage_profile_handler.h   void SendProfileIconsAndNames(const base::StringValue& mode);
mode               38 chrome/common/search_types.h   SearchMode() : mode(MODE_DEFAULT), origin(ORIGIN_DEFAULT) {
mode               42 chrome/common/search_types.h       : mode(in_mode),
mode               47 chrome/common/search_types.h     return mode == rhs.mode && origin == rhs.origin;
mode               55 chrome/common/search_types.h     return mode == MODE_DEFAULT;
mode               59 chrome/common/search_types.h     return mode == MODE_NTP;
mode               63 chrome/common/search_types.h     return mode == MODE_SEARCH_SUGGESTIONS || mode == MODE_SEARCH_RESULTS;
mode               67 chrome/common/search_types.h     return mode == MODE_SEARCH_RESULTS;
mode               71 chrome/common/search_types.h     return mode == MODE_SEARCH_SUGGESTIONS;
mode               86 chrome/common/search_types.h   Type mode;
mode              311 chrome/common/service_process_util_unittest.cc void ChangeAttr(const base::FilePath& from, int mode) {
mode              312 chrome/common/service_process_util_unittest.cc   EXPECT_EQ(chmod(from.value().c_str(), mode), 0);
mode              317 chrome/common/service_process_util_unittest.cc   ScopedAttributesRestorer(const base::FilePath& path, int mode)
mode              318 chrome/common/service_process_util_unittest.cc       : path_(path), mode_(mode) {
mode              148 chrome/test/base/test_browser_window.h   virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode)
mode              784 chrome/test/data/dromaeo/JSON.php                                      $mode = null, $options = null, $userinfo = null)
mode              786 chrome/test/data/dromaeo/JSON.php             parent::PEAR_Error($message, $code, $mode, $options, $userinfo);
mode              798 chrome/test/data/dromaeo/JSON.php                                      $mode = null, $options = null, $userinfo = null)
mode               67 chrome_elf/chrome_elf_util_unittest.cc     const char* mode;
mode               68 chrome_elf/chrome_elf_util_unittest.cc     std::tie(app, level, mode) = GetParam();
mode               71 chrome_elf/chrome_elf_util_unittest.cc     multi_install_ = (std::string(mode) != "single");
mode              143 chromeos/dbus/fake_nfc_adapter_client.cc     const std::string& mode,
mode              165 chromeos/dbus/fake_nfc_adapter_client.cc   properties_->mode.ReplaceValue(mode);
mode               51 chromeos/dbus/fake_nfc_adapter_client.h       const std::string& mode,
mode               27 chromeos/dbus/nfc_adapter_client.cc   RegisterProperty(nfc_adapter::kModeProperty, &mode);
mode               82 chromeos/dbus/nfc_adapter_client.cc       const std::string& mode,
mode               98 chromeos/dbus/nfc_adapter_client.cc     writer.AppendString(mode);
mode               34 chromeos/dbus/nfc_adapter_client.h     dbus::Property<std::string> mode;
mode              104 chromeos/dbus/nfc_adapter_client.h       const std::string& mode,
mode              357 components/autofill/core/browser/autofill_field.cc void AutofillField::SetHtmlType(HtmlFieldType type, HtmlFieldMode mode) {
mode              359 components/autofill/core/browser/autofill_field.cc   html_mode_ = mode;
mode               48 components/autofill/core/browser/autofill_field.h   void SetHtmlType(HtmlFieldType type, HtmlFieldMode mode);
mode               24 components/autofill/core/browser/autofill_type.cc AutofillType::AutofillType(HtmlFieldType field_type, HtmlFieldMode mode)
mode               27 components/autofill/core/browser/autofill_type.cc       html_mode_(mode) {}
mode               19 components/autofill/core/browser/autofill_type.h   AutofillType(HtmlFieldType field_type, HtmlFieldMode mode);
mode             1058 components/autofill/core/browser/form_structure.cc     HtmlFieldMode mode = HTML_MODE_NONE;
mode             1061 components/autofill/core/browser/form_structure.cc         mode = HTML_MODE_SHIPPING;
mode             1063 components/autofill/core/browser/form_structure.cc         mode = HTML_MODE_BILLING;
mode             1066 components/autofill/core/browser/form_structure.cc     if (mode != HTML_MODE_NONE) {
mode             1091 components/autofill/core/browser/form_structure.cc     field->SetHtmlType(field_type, mode);
mode               38 components/nacl/loader/nonsfi/abi_conversion.cc   nacl_abi_mode_t mode;
mode               41 components/nacl/loader/nonsfi/abi_conversion.cc       mode = NACL_ABI_S_IFREG;
mode               44 components/nacl/loader/nonsfi/abi_conversion.cc       mode = NACL_ABI_S_IFDIR;
mode               47 components/nacl/loader/nonsfi/abi_conversion.cc       mode = NACL_ABI_S_IFCHR;
mode               52 components/nacl/loader/nonsfi/abi_conversion.cc       mode = NACL_ABI_S_UNSUP;
mode               55 components/nacl/loader/nonsfi/abi_conversion.cc     mode |= NACL_ABI_S_IRUSR;
mode               57 components/nacl/loader/nonsfi/abi_conversion.cc     mode |= NACL_ABI_S_IWUSR;
mode               59 components/nacl/loader/nonsfi/abi_conversion.cc     mode |= NACL_ABI_S_IXUSR;
mode               60 components/nacl/loader/nonsfi/abi_conversion.cc   nacl_stat->nacl_abi_st_mode = mode;
mode              764 components/password_manager/core/browser/login_database_unittest.cc   int mode = base::FILE_PERMISSION_MASK;
mode              765 components/password_manager/core/browser/login_database_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(file_, &mode));
mode              766 components/password_manager/core/browser/login_database_unittest.cc   EXPECT_EQ((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode               25 components/policy/core/common/cloud/cloud_policy_client.cc     em::DeviceRegisterResponse::DeviceMode mode) {
mode               26 components/policy/core/common/cloud/cloud_policy_client.cc   switch (mode) {
mode               32 components/policy/core/common/cloud/cloud_policy_client.cc   LOG(ERROR) << "Unknown enrollment mode in registration response: " << mode;
mode               33 components/storage_monitor/test_media_transfer_protocol_manager_linux.cc     const std::string& mode,
mode               27 components/storage_monitor/test_media_transfer_protocol_manager_linux.h                            const std::string& mode,
mode              100 content/app/content_main_runner.cc int tc_set_new_mode(int mode);
mode               18 content/browser/accessibility/accessibility_mode_helper.cc   AccessibilityMode mode = static_cast<AccessibilityMode>(int_mode);
mode               19 content/browser/accessibility/accessibility_mode_helper.cc   switch (mode) {
mode               24 content/browser/accessibility/accessibility_mode_helper.cc     return mode;
mode              185 content/browser/accessibility/accessibility_ui.cc   AccessibilityMode mode = rwhi->accessibility_mode();
mode              186 content/browser/accessibility/accessibility_ui.cc   if ((mode & AccessibilityModeComplete) != AccessibilityModeComplete)
mode              195 content/browser/accessibility/accessibility_ui.cc   AccessibilityMode mode = state->accessibility_mode();
mode              196 content/browser/accessibility/accessibility_ui.cc   if ((mode & AccessibilityModeComplete) != AccessibilityModeComplete)
mode              152 content/browser/accessibility/browser_accessibility_state_impl.cc     AccessibilityMode mode) {
mode              159 content/browser/accessibility/browser_accessibility_state_impl.cc       content::AddAccessibilityModeTo(accessibility_mode_, mode);
mode              161 content/browser/accessibility/browser_accessibility_state_impl.cc   AddOrRemoveFromRenderWidgets(mode, true);
mode              165 content/browser/accessibility/browser_accessibility_state_impl.cc     AccessibilityMode mode) {
mode              168 content/browser/accessibility/browser_accessibility_state_impl.cc       mode == AccessibilityModeComplete) {
mode              173 content/browser/accessibility/browser_accessibility_state_impl.cc       content::RemoveAccessibilityModeFrom(accessibility_mode_, mode);
mode              175 content/browser/accessibility/browser_accessibility_state_impl.cc   AddOrRemoveFromRenderWidgets(mode, false);
mode              179 content/browser/accessibility/browser_accessibility_state_impl.cc     AccessibilityMode mode,
mode              194 content/browser/accessibility/browser_accessibility_state_impl.cc       rwhi->AddAccessibilityMode(mode);
mode              196 content/browser/accessibility/browser_accessibility_state_impl.cc       rwhi->RemoveAccessibilityMode(mode);
mode               55 content/browser/accessibility/browser_accessibility_state_impl.h   void AddAccessibilityMode(AccessibilityMode mode);
mode               61 content/browser/accessibility/browser_accessibility_state_impl.h   void RemoveAccessibilityMode(AccessibilityMode mode);
mode               81 content/browser/accessibility/browser_accessibility_state_impl.h   void AddOrRemoveFromRenderWidgets(AccessibilityMode mode, bool add);
mode              875 content/browser/download/download_item_impl.cc   ResumeMode mode = RESUME_MODE_INVALID;
mode              881 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_USER_RESTART;
mode              883 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_IMMEDIATE_RESTART;
mode              885 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_USER_CONTINUE;
mode              887 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_IMMEDIATE_CONTINUE;
mode              894 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_USER_RESTART;
mode              896 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_IMMEDIATE_RESTART;
mode              907 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_USER_RESTART;
mode              909 content/browser/download/download_item_impl.cc         mode = RESUME_MODE_USER_CONTINUE;
mode              917 content/browser/download/download_item_impl.cc       mode = RESUME_MODE_USER_RESTART;
mode              926 content/browser/download/download_item_impl.cc       mode = RESUME_MODE_INVALID;
mode              930 content/browser/download/download_item_impl.cc   return mode;
mode             1662 content/browser/download/download_item_impl.cc   ResumeMode mode = GetResumeMode();
mode             1664 content/browser/download/download_item_impl.cc   if (mode != RESUME_MODE_IMMEDIATE_RESTART &&
mode             1665 content/browser/download/download_item_impl.cc       mode != RESUME_MODE_IMMEDIATE_CONTINUE) {
mode             1695 content/browser/download/download_item_impl.cc   ResumeMode mode = GetResumeMode();
mode             1696 content/browser/download/download_item_impl.cc   if (mode == RESUME_MODE_IMMEDIATE_RESTART ||
mode             1697 content/browser/download/download_item_impl.cc       mode == RESUME_MODE_USER_RESTART) {
mode             1788 content/browser/download/download_item_impl.cc const char* DownloadItemImpl::DebugResumeModeString(ResumeMode mode) {
mode             1789 content/browser/download/download_item_impl.cc   switch (mode) {
mode             1801 content/browser/download/download_item_impl.cc   NOTREACHED() << "Unknown resume mode " << mode;
mode              386 content/browser/download/download_item_impl.h   static const char* DebugResumeModeString(ResumeMode mode);
mode              217 content/browser/fileapi/fileapi_message_filter.cc   fileapi::OpenFileSystemMode mode =
mode              219 content/browser/fileapi/fileapi_message_filter.cc   context_->OpenFileSystem(origin_url, type, mode, base::Bind(
mode              118 content/browser/fileapi/sandbox_file_system_backend_unittest.cc                    fileapi::OpenFileSystemMode mode,
mode              123 content/browser/fileapi/sandbox_file_system_backend_unittest.cc         mode,
mode              147 content/browser/host_zoom_map_impl.cc   change.mode = HostZoomMap::ZOOM_CHANGED_FOR_HOST;
mode              175 content/browser/host_zoom_map_impl.cc   change.mode = HostZoomMap::ZOOM_CHANGED_FOR_SCHEME_AND_HOST;
mode              239 content/browser/host_zoom_map_impl.cc   change.mode = HostZoomMap::ZOOM_CHANGED_TEMPORARY_ZOOM;
mode               78 content/browser/host_zoom_map_impl_unittest.cc     EXPECT_EQ(expected[i].mode, levels[i].mode);
mode              226 content/browser/indexed_db/indexed_db_context_impl.cc           transaction_info->SetString("mode", kModes[transaction->mode()]);
mode              269 content/browser/indexed_db/indexed_db_database.cc   DCHECK_EQ(transaction->mode(), indexed_db::TRANSACTION_VERSION_CHANGE);
mode              324 content/browser/indexed_db/indexed_db_database.cc   DCHECK_EQ(transaction->mode(), indexed_db::TRANSACTION_VERSION_CHANGE);
mode              353 content/browser/indexed_db/indexed_db_database.cc   DCHECK_EQ(transaction->mode(), indexed_db::TRANSACTION_VERSION_CHANGE);
mode              411 content/browser/indexed_db/indexed_db_database.cc   DCHECK_EQ(transaction->mode(), indexed_db::TRANSACTION_VERSION_CHANGE);
mode              725 content/browser/indexed_db/indexed_db_database.cc   DCHECK_NE(transaction->mode(), indexed_db::TRANSACTION_READ_ONLY);
mode              745 content/browser/indexed_db/indexed_db_database.cc   DCHECK_NE(transaction->mode(), indexed_db::TRANSACTION_READ_ONLY);
mode              885 content/browser/indexed_db/indexed_db_database.cc   DCHECK_EQ(transaction->mode(), indexed_db::TRANSACTION_VERSION_CHANGE);
mode              960 content/browser/indexed_db/indexed_db_database.cc   DCHECK_EQ(transaction->mode(), indexed_db::TRANSACTION_VERSION_CHANGE);
mode             1154 content/browser/indexed_db/indexed_db_database.cc   DCHECK_NE(transaction->mode(), indexed_db::TRANSACTION_READ_ONLY);
mode             1205 content/browser/indexed_db/indexed_db_database.cc   DCHECK_NE(transaction->mode(), indexed_db::TRANSACTION_READ_ONLY);
mode             1285 content/browser/indexed_db/indexed_db_database.cc   if (transaction->mode() == indexed_db::TRANSACTION_VERSION_CHANGE) {
mode             1386 content/browser/indexed_db/indexed_db_database.cc     uint16 mode) {
mode             1399 content/browser/indexed_db/indexed_db_database.cc       static_cast<indexed_db::TransactionMode>(mode),
mode               92 content/browser/indexed_db/indexed_db_database.h                          uint16 mode);
mode              132 content/browser/indexed_db/indexed_db_database.h            PutMode mode,
mode              504 content/browser/indexed_db/indexed_db_dispatcher_host.cc       host_transaction_id, connection, params.object_store_ids, params.mode);
mode               57 content/browser/indexed_db/indexed_db_transaction.cc     indexed_db::TransactionMode mode,
mode               62 content/browser/indexed_db/indexed_db_transaction.cc       mode_(mode),
mode               46 content/browser/indexed_db/indexed_db_transaction.h   indexed_db::TransactionMode mode() const { return mode_; }
mode               46 content/browser/indexed_db/indexed_db_transaction_coordinator.cc          (*started_transactions_.begin())->mode() ==
mode              100 content/browser/indexed_db/indexed_db_transaction_coordinator.cc     if (transaction->mode() == indexed_db::TRANSACTION_READ_WRITE) {
mode              119 content/browser/indexed_db/indexed_db_transaction_coordinator.cc     if (transaction->mode() == indexed_db::TRANSACTION_READ_WRITE) {
mode              149 content/browser/indexed_db/indexed_db_transaction_coordinator.cc   switch (transaction->mode()) {
mode              284 content/browser/renderer_host/input/touch_event_queue.cc                                  TouchScrollingMode mode,
mode              294 content/browser/renderer_host/input/touch_event_queue.cc       touch_scrolling_mode_(mode) {
mode               63 content/browser/renderer_host/input/touch_event_queue.h                   TouchScrollingMode mode,
mode               44 content/browser/renderer_host/input/touch_event_queue_unittest.cc   virtual void SetTouchScrollingMode(TouchEventQueue::TouchScrollingMode mode) {
mode               45 content/browser/renderer_host/input/touch_event_queue_unittest.cc     touch_scrolling_mode_ = mode;
mode              223 content/browser/renderer_host/input/touch_event_queue_unittest.cc   void ResetQueueWithParameters(TouchEventQueue::TouchScrollingMode mode,
mode              225 content/browser/renderer_host/input/touch_event_queue_unittest.cc     queue_.reset(new TouchEventQueue(this, mode, slop_length_dips));
mode              365 content/browser/renderer_host/overscroll_controller.cc void OverscrollController::SetOverscrollMode(OverscrollMode mode) {
mode              366 content/browser/renderer_host/overscroll_controller.cc   if (overscroll_mode_ == mode)
mode              369 content/browser/renderer_host/overscroll_controller.cc   overscroll_mode_ = mode;
mode             2200 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::AddAccessibilityMode(AccessibilityMode mode) {
mode             2202 content/browser/renderer_host/render_widget_host_impl.cc       content::AddAccessibilityModeTo(accessibility_mode_, mode));
mode             2205 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::RemoveAccessibilityMode(AccessibilityMode mode) {
mode             2207 content/browser/renderer_host/render_widget_host_impl.cc       content::RemoveAccessibilityModeFrom(accessibility_mode_, mode));
mode             2215 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::SetAccessibilityMode(AccessibilityMode mode) {
mode             2216 content/browser/renderer_host/render_widget_host_impl.cc   accessibility_mode_ = mode;
mode             2217 content/browser/renderer_host/render_widget_host_impl.cc   Send(new ViewMsg_SetAccessibilityMode(GetRoutingID(), mode));
mode              412 content/browser/renderer_host/render_widget_host_impl.h   void AddAccessibilityMode(AccessibilityMode mode);
mode              418 content/browser/renderer_host/render_widget_host_impl.h   void RemoveAccessibilityMode(AccessibilityMode mode);
mode              207 content/browser/tracing/tracing_controller_impl.cc     int mode,
mode              214 content/browser/tracing/tracing_controller_impl.cc       static_cast<TraceLog::Mode>(mode),
mode              135 content/browser/tracing/tracing_controller_impl.h                               int mode,
mode               33 content/browser/web_contents/aura/gesture_nav_simple.cc                            OverscrollMode mode) {
mode               34 content/browser/web_contents/aura/gesture_nav_simple.cc   return mode == (base::i18n::IsRTL() ? OVERSCROLL_EAST : OVERSCROLL_WEST) &&
mode               39 content/browser/web_contents/aura/gesture_nav_simple.cc                         OverscrollMode mode) {
mode               40 content/browser/web_contents/aura/gesture_nav_simple.cc   return mode == (base::i18n::IsRTL() ? OVERSCROLL_WEST : OVERSCROLL_EAST) &&
mode               90 content/browser/web_contents/web_contents_view_aura.cc                            OverscrollMode mode) {
mode               91 content/browser/web_contents/web_contents_view_aura.cc   return mode == (base::i18n::IsRTL() ? OVERSCROLL_EAST : OVERSCROLL_WEST) &&
mode               96 content/browser/web_contents/web_contents_view_aura.cc                         OverscrollMode mode) {
mode               97 content/browser/web_contents/web_contents_view_aura.cc   return mode == (base::i18n::IsRTL() ? OVERSCROLL_WEST : OVERSCROLL_EAST) &&
mode              802 content/browser/web_contents/web_contents_view_aura.cc void WebContentsViewAura::CompleteOverscrollNavigation(OverscrollMode mode) {
mode              817 content/browser/web_contents/web_contents_view_aura.cc   completed_overscroll_gesture_ = mode;
mode              827 content/browser/web_contents/web_contents_view_aura.cc   int translate_x = mode == OVERSCROLL_WEST ? -content_width : content_width;
mode             1221 content/browser/web_contents/web_contents_view_aura.cc void WebContentsViewAura::OnOverscrollComplete(OverscrollMode mode) {
mode             1222 content/browser/web_contents/web_contents_view_aura.cc   UMA_HISTOGRAM_ENUMERATION("Overscroll.Completed", mode, OVERSCROLL_COUNT);
mode             1225 content/browser/web_contents/web_contents_view_aura.cc   if (ShouldNavigateForward(controller, mode) ||
mode             1226 content/browser/web_contents/web_contents_view_aura.cc       ShouldNavigateBack(controller, mode)) {
mode             1227 content/browser/web_contents/web_contents_view_aura.cc     CompleteOverscrollNavigation(mode);
mode               80 content/browser/web_contents/web_contents_view_aura.h   void CompleteOverscrollNavigation(OverscrollMode mode);
mode              285 content/child/indexed_db/indexed_db_dispatcher.cc     WebIDBDatabase::TransactionMode mode) {
mode              297 content/child/indexed_db/indexed_db_dispatcher.cc   params.mode = mode;
mode              117 content/child/indexed_db/indexed_db_dispatcher.h       blink::WebIDBDatabase::TransactionMode mode);
mode               78 content/child/indexed_db/webidbdatabase_impl.cc     WebIDBDatabase::TransactionMode mode) {
mode               82 content/child/indexed_db/webidbdatabase_impl.cc       ipc_database_id_, transaction_id, callbacks, object_store_ids, mode);
mode               40 content/child/indexed_db/webidbdatabase_impl.h                                  blink::WebIDBDatabase::TransactionMode mode);
mode               65 content/child/npapi/np_channel_base.cc     const IPC::ChannelHandle& channel_handle, IPC::Channel::Mode mode,
mode               92 content/child/npapi/np_channel_base.cc     if (mode & IPC::Channel::MODE_SERVER_FLAG) {
mode               96 content/child/npapi/np_channel_base.cc     channel->mode_ = mode;
mode              132 content/child/npapi/np_channel_base.h       const IPC::ChannelHandle& channel_handle, IPC::Channel::Mode mode,
mode              861 content/child/npapi/plugin_host.cc       bool mode = (value != 0);
mode              862 content/child/npapi/plugin_host.cc       plugin->set_transparent(mode);
mode              159 content/child/npapi/plugin_instance.cc   unsigned short mode = load_manually_ ? NP_FULL : NP_EMBED;
mode              162 content/child/npapi/plugin_instance.cc   NPError err = NPP_New(mode, param_count,
mode              215 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_New(unsigned short mode,
mode              225 content/child/npapi/plugin_instance.cc         (NPMIMEType)mime_type_.c_str(), npp_, mode,  argc, argn, argv, NULL);
mode              535 content/child/npapi/webplugin_delegate_impl_gtk.cc   event.mode = -1;
mode              603 content/child/npapi/webplugin_delegate_impl_gtk.cc       crossing_event.mode = -1;  // This is what Firefox sets it to.
mode               52 content/child/webcrypto/platform_crypto.h Status EncryptDecryptAesCbc(EncryptOrDecrypt mode,
mode               61 content/child/webcrypto/platform_crypto.h Status EncryptDecryptAesGcm(EncryptOrDecrypt mode,
mode              217 content/child/webcrypto/platform_crypto_nss.cc Status AesCbcEncryptDecrypt(EncryptOrDecrypt mode,
mode              222 content/child/webcrypto/platform_crypto_nss.cc   CK_ATTRIBUTE_TYPE operation = (mode == ENCRYPT) ? CKA_ENCRYPT : CKA_DECRYPT;
mode              287 content/child/webcrypto/platform_crypto_nss.cc Status AesGcmEncryptDecrypt(EncryptOrDecrypt mode,
mode              316 content/child/webcrypto/platform_crypto_nss.cc   if (mode == ENCRYPT) {
mode              340 content/child/webcrypto/platform_crypto_nss.cc       (mode == ENCRYPT) ? g_aes_gcm_support.Get().pk11_encrypt_func()
mode             1190 content/child/webcrypto/platform_crypto_nss.cc Status EncryptDecryptAesCbc(EncryptOrDecrypt mode,
mode             1196 content/child/webcrypto/platform_crypto_nss.cc   return AesCbcEncryptDecrypt(mode, key, iv, data, buffer);
mode             1199 content/child/webcrypto/platform_crypto_nss.cc Status EncryptDecryptAesGcm(EncryptOrDecrypt mode,
mode             1208 content/child/webcrypto/platform_crypto_nss.cc       mode, key, data, iv, additional_data, tag_length_bits, buffer);
mode               82 content/child/webcrypto/platform_crypto_openssl.cc Status AesCbcEncryptDecrypt(EncryptOrDecrypt mode,
mode               88 content/child/webcrypto/platform_crypto_openssl.cc       (mode == ENCRYPT) ? kDoEncrypt : kDoDecrypt;
mode              249 content/child/webcrypto/platform_crypto_openssl.cc Status EncryptDecryptAesCbc(EncryptOrDecrypt mode,
mode              255 content/child/webcrypto/platform_crypto_openssl.cc   return AesCbcEncryptDecrypt(mode, key, iv, data, buffer);
mode              388 content/child/webcrypto/platform_crypto_openssl.cc Status EncryptDecryptAesGcm(EncryptOrDecrypt mode,
mode               65 content/child/webcrypto/shared_crypto.cc Status EncryptDecryptAesCbc(EncryptOrDecrypt mode,
mode               83 content/child/webcrypto/shared_crypto.cc   return platform::EncryptDecryptAesCbc(mode, sym_key, data, iv, buffer);
mode               86 content/child/webcrypto/shared_crypto.cc Status EncryptDecryptAesGcm(EncryptOrDecrypt mode,
mode              110 content/child/webcrypto/shared_crypto.cc       mode,
mode               55 content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc void* GpuMemoryBufferImplIOSurface::Map(AccessMode mode) {
mode               28 content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h   virtual void* Map(AccessMode mode) OVERRIDE;
mode               32 content/common/gpu/client/gpu_memory_buffer_impl_shm.cc void* GpuMemoryBufferImplShm::Map(AccessMode mode) {
mode               23 content/common/gpu/client/gpu_memory_buffer_impl_shm.h   virtual void* Map(AccessMode mode) OVERRIDE;
mode               68 content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc void* GpuMemoryBufferImplSurfaceTexture::Map(AccessMode mode) {
mode               26 content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h   virtual void* Map(AccessMode mode) OVERRIDE;
mode              677 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc void WebGraphicsContext3DCommandBufferImpl::drawElements(WGC3Denum mode,
mode              682 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       mode, count, type,
mode             1326 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc     WGC3Denum mode,
mode             1332 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       mode, count, type,
mode              192 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void blendEquation(WGC3Denum mode);
mode              249 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void cullFace(WGC3Denum mode);
mode              256 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count);
mode              257 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void drawElements(WGC3Denum mode,
mode              275 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void frontFace(WGC3Denum mode);
mode              356 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void hint(WGC3Denum target, WGC3Denum mode);
mode              648 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void drawArraysInstancedANGLE(WGC3Denum mode, WGC3Dint first,
mode              650 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count,
mode               87 content/common/indexed_db/indexed_db_messages.h   IPC_STRUCT_MEMBER(blink::WebIDBDatabase::TransactionMode, mode)
mode              169 content/common/view_messages.h   IPC_STRUCT_TRAITS_MEMBER(mode)
mode              103 content/port/browser/render_widget_host_view_port.h                                     ui::TextInputMode mode,
mode               93 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java     public boolean onCreateActionMode(ActionMode mode, Menu menu) {
mode               94 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java         mode.setTitle(null);
mode               95 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java         mode.setSubtitle(null);
mode               97 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java         createActionMenu(mode, menu);
mode              102 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java     public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
mode              107 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java             createActionMenu(mode, menu);
mode              113 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java     private void createActionMenu(ActionMode mode, Menu menu) {
mode              114 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java         mode.getMenuInflater().inflate(R.menu.select_action_menu, menu);
mode              133 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java     public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
mode              142 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java             mode.finish();
mode              147 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java             mode.finish();
mode              150 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java             mode.finish();
mode              158 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java     public void onDestroyActionMode(ActionMode mode) {
mode               46 content/public/browser/host_zoom_map.h     ZoomLevelChangeMode mode;
mode                9 content/public/common/file_chooser_params.cc FileChooserParams::FileChooserParams() : mode(Open) {
mode               36 content/public/common/file_chooser_params.h   Mode mode;
mode              182 content/public/test/test_file_system_backend.cc                                        fileapi::OpenFileSystemMode mode,
mode               40 content/public/test/test_file_system_backend.h                           fileapi::OpenFileSystemMode mode,
mode               51 content/renderer/accessibility/renderer_accessibility_browsertest.cc   void SetMode(AccessibilityMode mode) {
mode               52 content/renderer/accessibility/renderer_accessibility_browsertest.cc     view()->OnSetAccessibilityMode(mode);
mode              168 content/renderer/media/media_stream_audio_processor_options.cc   const webrtc::GainControl::Mode mode = webrtc::GainControl::kFixedDigital;
mode              170 content/renderer/media/media_stream_audio_processor_options.cc   const webrtc::GainControl::Mode mode = webrtc::GainControl::kAdaptiveAnalog;
mode              172 content/renderer/media/media_stream_audio_processor_options.cc   int err = audio_processing->gain_control()->set_mode(mode);
mode              139 content/renderer/media/media_stream_audio_processor_unittest.cc     EXPECT_TRUE(audio_processing->gain_control()->mode() ==
mode              143 content/renderer/media/media_stream_audio_processor_unittest.cc     EXPECT_TRUE(audio_processing->gain_control()->mode() ==
mode               45 content/renderer/media/websourcebuffer_impl.cc bool WebSourceBufferImpl::setMode(WebSourceBuffer::AppendMode mode) {
mode               49 content/renderer/media/websourcebuffer_impl.cc   switch (mode) {
mode               27 content/renderer/media/websourcebuffer_impl.h   virtual bool setMode(AppendMode mode);
mode               98 content/renderer/pepper/pepper_file_chooser_host_unittest.cc   EXPECT_EQ(FileChooserParams::Open, chooser_params.mode);
mode               69 content/renderer/pepper/pepper_in_process_resource_creation.cc     PP_FileChooserMode_Dev mode,
mode               77 content/renderer/pepper/pepper_in_process_resource_creation.cc       mode,
mode               49 content/renderer/pepper/pepper_in_process_resource_creation.h       PP_FileChooserMode_Dev mode,
mode             1719 content/renderer/render_view_impl.cc     ipc_params.mode = FileChooserParams::UploadFolder;
mode             1721 content/renderer/render_view_impl.cc     ipc_params.mode = FileChooserParams::OpenMultiple;
mode             1723 content/renderer/render_view_impl.cc     ipc_params.mode = FileChooserParams::Save;
mode             1725 content/renderer/render_view_impl.cc     ipc_params.mode = FileChooserParams::Open;
mode               30 content/renderer/resizing_mode_selector.cc void ResizingModeSelector::set_is_synchronous_mode(bool mode) {
mode               31 content/renderer/resizing_mode_selector.cc   is_synchronous_mode_ = mode;
mode               32 content/renderer/resizing_mode_selector.h   void set_is_synchronous_mode(bool mode);
mode               85 content/shell/tools/plugin/PluginTest.cpp                             uint16_t mode,
mode               78 content/shell/tools/plugin/PluginTest.h                           uint16_t mode,
mode               43 content/shell/tools/plugin/Tests/EvaluateJSWithinNPP_New.cpp     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
mode               52 content/shell/tools/plugin/Tests/EvaluateJSWithinNPP_New.cpp NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
mode               49 content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp                          uint16_t mode,
mode               52 content/shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp                          uint16_t mode,
mode               45 content/shell/tools/plugin/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp                          uint16_t mode,
mode               47 content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp                          uint16_t mode,
mode               43 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
mode               52 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
mode               18 content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp                          uint16_t mode,
mode               74 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp                             uint16_t mode,
mode               45 content/shell/tools/plugin/Tests/NPPNewFails.cpp                          uint16_t mode,
mode               41 content/shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp                          uint16_t mode,
mode               84 content/shell/tools/plugin/Tests/SlowNPPNew.cpp     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
mode              149 content/shell/tools/plugin/main.cpp NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
mode              317 content/shell/tools/plugin/main.cpp     return obj->pluginTest->NPP_New(pluginType, mode, argc, argn, argv, saved);
mode               20 content/test/plugin/plugin_arguments_test.cc NPError PluginArgumentsTest::New(uint16 mode, int16 argc,
mode               35 content/test/plugin/plugin_arguments_test.cc     if (mode == NP_EMBED)
mode               37 content/test/plugin/plugin_arguments_test.cc     else if (mode == NP_FULL)
mode               61 content/test/plugin/plugin_arguments_test.cc   return PluginTest::New(mode, argc, argn, argv, saved);
mode               35 content/test/plugin/plugin_arguments_test.h   virtual NPError  New(uint16 mode, int16 argc, const char* argn[],
mode               76 content/test/plugin/plugin_client.cc NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode,
mode               82 content/test/plugin/plugin_client.cc   if (mode == NP_FULL) {
mode              122 content/test/plugin/plugin_client.cc   NPError ret = new_test->New(mode, argc, (const char**)argn,
mode               61 content/test/plugin/plugin_geturl_test.cc NPError PluginGetURLTest::New(uint16 mode, int16 argc, const char* argn[],
mode               87 content/test/plugin/plugin_geturl_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
mode               30 content/test/plugin/plugin_geturl_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               13 content/test/plugin/plugin_new_fails_test.cc NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[],
mode               16 content/test/plugin/plugin_new_fails_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               17 content/test/plugin/plugin_private_test.cc NPError PrivateTest::New(uint16 mode, int16 argc,
mode               20 content/test/plugin/plugin_private_test.cc   PluginTest::New(mode, argc, argn, argv, saved);
mode               20 content/test/plugin/plugin_private_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               21 content/test/plugin/plugin_request_read_test.cc NPError PluginRequestReadTest::New(uint16 mode, int16 argc, const char* argn[],
mode               24 content/test/plugin/plugin_request_read_test.cc   return PluginTest::New(mode, argc, argn, argv, saved);
mode               26 content/test/plugin/plugin_request_read_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               44 content/test/plugin/plugin_schedule_timer_test.cc     uint16 mode, int16 argc, const char* argn[], const char* argv[],
mode               46 content/test/plugin/plugin_schedule_timer_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
mode               20 content/test/plugin/plugin_schedule_timer_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               24 content/test/plugin/plugin_test.cc NPError PluginTest::New(uint16 mode, int16 argc, const char* argn[],
mode               31 content/test/plugin/plugin_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               49 content/test/plugin/plugin_thread_async_call_test.cc     uint16 mode, int16 argc, const char* argn[], const char* argv[],
mode               51 content/test/plugin/plugin_thread_async_call_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
mode               23 content/test/plugin/plugin_thread_async_call_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               80 content/test/plugin/plugin_windowless_test.cc NPError WindowlessPluginTest::New(uint16 mode, int16 argc,
mode               83 content/test/plugin/plugin_windowless_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
mode               24 content/test/plugin/plugin_windowless_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
mode               64 crypto/encryptor.h   bool Init(SymmetricKey* key, Mode mode, const base::StringPiece& iv);
mode               18 crypto/encryptor_nss.cc inline CK_MECHANISM_TYPE GetMechanism(Encryptor::Mode mode) {
mode               19 crypto/encryptor_nss.cc   switch (mode) {
mode               45 crypto/encryptor_nss.cc                      Mode mode,
mode               48 crypto/encryptor_nss.cc   DCHECK(CBC == mode || CTR == mode) << "Unsupported mode of operation";
mode               51 crypto/encryptor_nss.cc   mode_ = mode;
mode               53 crypto/encryptor_nss.cc   if (mode == CBC && iv.size() != AES_BLOCK_SIZE)
mode               56 crypto/encryptor_nss.cc   switch (mode) {
mode               64 crypto/encryptor_nss.cc       param_.reset(PK11_ParamFromIV(GetMechanism(mode), &iv_item));
mode               67 crypto/encryptor_nss.cc       param_.reset(PK11_ParamFromIV(GetMechanism(mode), NULL));
mode               56 crypto/encryptor_openssl.cc                      Mode mode,
mode               59 crypto/encryptor_openssl.cc   DCHECK(mode == CBC || mode == CTR);
mode               62 crypto/encryptor_openssl.cc   if (mode == CBC && iv.size() != AES_BLOCK_SIZE)
mode               69 crypto/encryptor_openssl.cc   mode_ = mode;
mode               72 crypto/openssl_util.cc   static void LockingCallback(int mode, int n, const char* file, int line) {
mode               73 crypto/openssl_util.cc     OpenSSLInitSingleton::GetInstance()->OnLockingCallback(mode, n, file, line);
mode               76 crypto/openssl_util.cc   void OnLockingCallback(int mode, int n, const char* file, int line) {
mode               78 crypto/openssl_util.cc     if (mode & CRYPTO_LOCK)
mode               64 dbus/bus.cc        base::MessageLoopForIO::Mode mode = base::MessageLoopForIO::WATCH_READ;
mode               66 dbus/bus.cc          mode = base::MessageLoopForIO::WATCH_READ_WRITE;
mode               68 dbus/bus.cc          mode = base::MessageLoopForIO::WATCH_READ;
mode               70 dbus/bus.cc          mode = base::MessageLoopForIO::WATCH_WRITE;
mode               76 dbus/bus.cc            file_descriptor, persistent, mode, &file_descriptor_watcher_, this);
mode               67 device/media_transfer_protocol/media_transfer_protocol_daemon_client.cc                            const std::string& mode,
mode               73 device/media_transfer_protocol/media_transfer_protocol_daemon_client.cc     DCHECK_EQ(mtpd::kReadOnlyMode, mode);
mode               96 device/media_transfer_protocol/media_transfer_protocol_daemon_client.h                            const std::string& mode,
mode              117 device/media_transfer_protocol/media_transfer_protocol_manager.cc                            const std::string& mode,
mode              127 device/media_transfer_protocol/media_transfer_protocol_manager.cc         mode,
mode               89 device/media_transfer_protocol/media_transfer_protocol_manager.h                            const std::string& mode,
mode               98 google_apis/gaia/oauth2_mint_token_flow.cc OAuth2MintTokenFlow::Parameters::Parameters() : mode(MODE_ISSUE_ADVICE) {}
mode              158 google_apis/gaia/oauth2_mint_token_flow.cc       (parameters_.mode == MODE_MINT_TOKEN_FORCE ||
mode              159 google_apis/gaia/oauth2_mint_token_flow.cc        parameters_.mode == MODE_RECORD_GRANT)
mode              162 google_apis/gaia/oauth2_mint_token_flow.cc       (parameters_.mode == MODE_MINT_TOKEN_NO_FORCE ||
mode              163 google_apis/gaia/oauth2_mint_token_flow.cc        parameters_.mode == MODE_MINT_TOKEN_FORCE)
mode               90 google_apis/gaia/oauth2_mint_token_flow.h     Mode mode;
mode              156 google_apis/gaia/oauth2_mint_token_flow_unittest.cc   void CreateFlow(OAuth2MintTokenFlow::Mode mode) {
mode              157 google_apis/gaia/oauth2_mint_token_flow_unittest.cc     return CreateFlow(&delegate_, mode);
mode              161 google_apis/gaia/oauth2_mint_token_flow_unittest.cc                   OAuth2MintTokenFlow::Mode mode) {
mode              168 google_apis/gaia/oauth2_mint_token_flow_unittest.cc         OAuth2MintTokenFlow::Parameters(rt, ext_id, client_id, scopes, mode)));
mode               42 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2BlendEquation(GLenum mode) {
mode               43 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->BlendEquation(mode);
mode              141 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2CullFace(GLenum mode) { gles2::GetGLContext()->CullFace(mode); }
mode              172 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2DrawArrays(GLenum mode, GLint first, GLsizei count) {
mode              173 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->DrawArrays(mode, first, count);
mode              175 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2DrawElements(GLenum mode,
mode              179 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->DrawElements(mode, count, type, indices);
mode              202 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2FrontFace(GLenum mode) { gles2::GetGLContext()->FrontFace(mode); }
mode              330 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Hint(GLenum target, GLenum mode) {
mode              331 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->Hint(target, mode);
mode              808 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2DrawArraysInstancedANGLE(GLenum mode,
mode              813 gpu/command_buffer/client/gles2_c_lib_autogen.h       mode, first, count, primcount);
mode              815 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2DrawElementsInstancedANGLE(GLenum mode,
mode              821 gpu/command_buffer/client/gles2_c_lib_autogen.h       mode, count, type, indices, primcount);
mode               86 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void BlendEquation(GLenum mode) {
mode               89 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode);
mode              318 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void CullFace(GLenum mode) {
mode              321 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode);
mode              458 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawArrays(GLenum mode, GLint first, GLsizei count) {
mode              461 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode, first, count);
mode              465 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawElements(GLenum mode,
mode              471 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode, count, type, index_offset);
mode              527 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void FrontFace(GLenum mode) {
mode              530 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode);
mode              846 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Hint(GLenum target, GLenum mode) {
mode              849 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, mode);
mode             1964 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawArraysInstancedANGLE(GLenum mode,
mode             1971 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode, first, count, primcount);
mode             1975 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void DrawElementsInstancedANGLE(GLenum mode,
mode             1983 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(mode, count, type, index_offset, primcount);
mode              854 gpu/command_buffer/client/gles2_implementation.cc     GLenum mode, GLsizei count, GLenum type, const void* indices) {
mode              857 gpu/command_buffer/client/gles2_implementation.cc       << GLES2Util::GetStringDrawMode(mode) << ", "
mode              875 gpu/command_buffer/client/gles2_implementation.cc   helper_->DrawElements(mode, count, type, offset);
mode             2738 gpu/command_buffer/client/gles2_implementation.cc void GLES2Implementation::DrawArrays(GLenum mode, GLint first, GLsizei count) {
mode             2741 gpu/command_buffer/client/gles2_implementation.cc       << GLES2Util::GetStringDrawMode(mode) << ", "
mode             2752 gpu/command_buffer/client/gles2_implementation.cc   helper_->DrawArrays(mode, first, count);
mode             3455 gpu/command_buffer/client/gles2_implementation.cc     GLenum mode, GLint first, GLsizei count, GLsizei primcount) {
mode             3458 gpu/command_buffer/client/gles2_implementation.cc       << GLES2Util::GetStringDrawMode(mode) << ", "
mode             3477 gpu/command_buffer/client/gles2_implementation.cc   helper_->DrawArraysInstancedANGLE(mode, first, count, primcount);
mode             3483 gpu/command_buffer/client/gles2_implementation.cc     GLenum mode, GLsizei count, GLenum type, const void* indices,
mode             3487 gpu/command_buffer/client/gles2_implementation.cc       << GLES2Util::GetStringDrawMode(mode) << ", "
mode             3515 gpu/command_buffer/client/gles2_implementation.cc   helper_->DrawElementsInstancedANGLE(mode, count, type, offset, primcount);
mode             3995 gpu/command_buffer/client/gles2_implementation.cc   gfx::GpuMemoryBuffer::AccessMode mode;
mode             3998 gpu/command_buffer/client/gles2_implementation.cc       mode = gfx::GpuMemoryBuffer::WRITE_ONLY;
mode             4001 gpu/command_buffer/client/gles2_implementation.cc       mode = gfx::GpuMemoryBuffer::READ_ONLY;
mode             4004 gpu/command_buffer/client/gles2_implementation.cc       mode = gfx::GpuMemoryBuffer::READ_WRITE;
mode             4017 gpu/command_buffer/client/gles2_implementation.cc   return gpu_buffer->Map(mode);
mode               37 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void BlendEquation(GLenum mode) OVERRIDE;
mode              119 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void CullFace(GLenum mode) OVERRIDE;
mode              144 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) OVERRIDE;
mode              146 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void DrawElements(GLenum mode,
mode              168 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void FrontFace(GLenum mode) OVERRIDE;
mode              272 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
mode              644 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void DrawArraysInstancedANGLE(GLenum mode,
mode              649 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void DrawElementsInstancedANGLE(GLenum mode,
mode               97 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::BlendEquation(GLenum mode) {
mode              100 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << GLES2Util::GetStringEquation(mode) << ")");
mode              101 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->BlendEquation(mode);
mode              292 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::CullFace(GLenum mode) {
mode              295 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << GLES2Util::GetStringFaceType(mode) << ")");
mode              296 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->CullFace(mode);
mode              469 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::FrontFace(GLenum mode) {
mode              472 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << GLES2Util::GetStringFaceMode(mode) << ")");
mode              473 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->FrontFace(mode);
mode              938 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Hint(GLenum target, GLenum mode) {
mode              942 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << GLES2Util::GetStringHintMode(mode) << ")");
mode              943 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->Hint(target, mode);
mode               29 gpu/command_buffer/client/gles2_interface_autogen.h virtual void BlendEquation(GLenum mode) = 0;
mode               92 gpu/command_buffer/client/gles2_interface_autogen.h virtual void CullFace(GLenum mode) = 0;
mode              105 gpu/command_buffer/client/gles2_interface_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) = 0;
mode              106 gpu/command_buffer/client/gles2_interface_autogen.h virtual void DrawElements(GLenum mode,
mode              123 gpu/command_buffer/client/gles2_interface_autogen.h virtual void FrontFace(GLenum mode) = 0;
mode              193 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Hint(GLenum target, GLenum mode) = 0;
mode              442 gpu/command_buffer/client/gles2_interface_autogen.h virtual void DrawArraysInstancedANGLE(GLenum mode,
mode              446 gpu/command_buffer/client/gles2_interface_autogen.h virtual void DrawElementsInstancedANGLE(GLenum mode,
mode               28 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void BlendEquation(GLenum mode) OVERRIDE;
mode               91 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void CullFace(GLenum mode) OVERRIDE;
mode              105 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) OVERRIDE;
mode              106 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void DrawElements(GLenum mode,
mode              123 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void FrontFace(GLenum mode) OVERRIDE;
mode              203 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
mode              464 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void DrawArraysInstancedANGLE(GLenum mode,
mode              468 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void DrawElementsInstancedANGLE(GLenum mode,
mode               28 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void BlendEquation(GLenum mode) OVERRIDE;
mode               91 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void CullFace(GLenum mode) OVERRIDE;
mode              105 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) OVERRIDE;
mode              106 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void DrawElements(GLenum mode,
mode              123 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void FrontFace(GLenum mode) OVERRIDE;
mode              203 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
mode              464 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void DrawArraysInstancedANGLE(GLenum mode,
mode              468 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void DrawElementsInstancedANGLE(GLenum mode,
mode               62 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::BlendEquation(GLenum mode) {
mode               64 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->BlendEquation(mode);
mode              205 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::CullFace(GLenum mode) {
mode              207 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->CullFace(mode);
mode              274 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::DrawArrays(GLenum mode,
mode              278 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->DrawArrays(mode, first, count);
mode              281 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::DrawElements(GLenum mode,
mode              286 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->DrawElements(mode, count, type, indices);
mode              328 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::FrontFace(GLenum mode) {
mode              330 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->FrontFace(mode);
mode              547 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Hint(GLenum target, GLenum mode) {
mode              549 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->Hint(target, mode);
mode             1331 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::DrawArraysInstancedANGLE(GLenum mode,
mode             1336 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->DrawArraysInstancedANGLE(mode, first, count, primcount);
mode             1339 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::DrawElementsInstancedANGLE(GLenum mode,
mode             1346 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->DrawElementsInstancedANGLE(mode, count, type, indices, primcount);
mode              388 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode              397 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode              403 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BlendEquation, mode) == 4,
mode             1489 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             1498 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             1503 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CullFace, mode) == 4, OffsetOf_CullFace_mode_not_4);
mode             2129 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             2140 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             2148 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawArrays, mode) == 4, OffsetOf_DrawArrays_mode_not_4);
mode             2168 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             2184 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             2193 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawElements, mode) == 4,
mode             2441 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             2450 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             2456 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(FrontFace, mode) == 4, OffsetOf_FrontFace_mode_not_4);
mode             4099 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             4109 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             4115 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Hint, mode) == 8, OffsetOf_Hint_mode_not_8);
mode             9542 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             9558 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             9568 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawArraysInstancedANGLE, mode) == 4,
mode             9595 gpu/command_buffer/common/gles2_cmd_format_autogen.h     mode = _mode;
mode             9614 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 mode;
mode             9625 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(DrawElementsInstancedANGLE, mode) == 4,
mode              142 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode              494 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode              711 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode              727 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode              812 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode             1339 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(12), cmd.mode);
mode             3315 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode             3334 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.mode);
mode             1494 gpu/command_buffer/service/gles2_cmd_decoder.cc       bool instanced, GLenum mode, GLint first, GLsizei count,
mode             1498 gpu/command_buffer/service/gles2_cmd_decoder.cc       bool instanced, GLenum mode, GLsizei count, GLenum type,
mode             6398 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLenum mode,
mode             6405 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!validators_->draw_mode.IsValid(mode)) {
mode             6406 gpu/command_buffer/service/gles2_cmd_decoder.cc     LOCAL_SET_GL_ERROR_INVALID_ENUM(function_name, mode, "mode");
mode             6451 gpu/command_buffer/service/gles2_cmd_decoder.cc         glDrawArrays(mode, first, count);
mode             6453 gpu/command_buffer/service/gles2_cmd_decoder.cc         glDrawArraysInstancedANGLE(mode, first, count, primcount);
mode             6474 gpu/command_buffer/service/gles2_cmd_decoder.cc                       static_cast<GLenum>(c.mode),
mode             6490 gpu/command_buffer/service/gles2_cmd_decoder.cc                       static_cast<GLenum>(c.mode),
mode             6499 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLenum mode,
mode             6521 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!validators_->draw_mode.IsValid(mode)) {
mode             6522 gpu/command_buffer/service/gles2_cmd_decoder.cc     LOCAL_SET_GL_ERROR_INVALID_ENUM(function_name, mode, "mode");
mode             6581 gpu/command_buffer/service/gles2_cmd_decoder.cc         glDrawElements(mode, count, type, indices);
mode             6583 gpu/command_buffer/service/gles2_cmd_decoder.cc         glDrawElementsInstancedANGLE(mode, count, type, indices, primcount);
mode             6610 gpu/command_buffer/service/gles2_cmd_decoder.cc                         static_cast<GLenum>(c.mode),
mode             6627 gpu/command_buffer/service/gles2_cmd_decoder.cc                         static_cast<GLenum>(c.mode),
mode              105 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLenum mode = static_cast<GLenum>(c.mode);
mode              106 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (!validators_->equation.IsValid(mode)) {
mode              107 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     LOCAL_SET_GL_ERROR_INVALID_ENUM("glBlendEquation", mode, "mode");
mode              110 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (state_.blend_equation_rgb != mode ||
mode              111 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       state_.blend_equation_alpha != mode) {
mode              112 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     state_.blend_equation_rgb = mode;
mode              113 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     state_.blend_equation_alpha = mode;
mode              114 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     glBlendEquation(mode);
mode              471 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLenum mode = static_cast<GLenum>(c.mode);
mode              472 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (!validators_->face_type.IsValid(mode)) {
mode              473 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     LOCAL_SET_GL_ERROR_INVALID_ENUM("glCullFace", mode, "mode");
mode              476 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (state_.cull_mode != mode) {
mode              477 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     state_.cull_mode = mode;
mode              478 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     glCullFace(mode);
mode              778 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLenum mode = static_cast<GLenum>(c.mode);
mode              779 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (!validators_->face_mode.IsValid(mode)) {
mode              780 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     LOCAL_SET_GL_ERROR_INVALID_ENUM("glFrontFace", mode, "mode");
mode              783 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (state_.front_face != mode) {
mode              784 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     state_.front_face = mode;
mode              785 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     glFrontFace(mode);
mode             1385 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLenum mode = static_cast<GLenum>(c.mode);
mode             1390 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (!validators_->hint_mode.IsValid(mode)) {
mode             1391 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     LOCAL_SET_GL_ERROR_INVALID_ENUM("glHint", mode, "mode");
mode             1396 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       if (state_.hint_generate_mipmap != mode) {
mode             1397 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h         state_.hint_generate_mipmap = mode;
mode             1398 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h         glHint(target, mode);
mode             1402 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       if (state_.hint_fragment_shader_derivative != mode) {
mode             1403 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h         state_.hint_fragment_shader_derivative = mode;
mode             1404 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h         glHint(target, mode);
mode              116 ipc/ipc_channel.h   Channel(const IPC::ChannelHandle &channel_handle, Mode mode,
mode              122 ipc/ipc_channel_nacl.cc                                   Mode mode,
mode              125 ipc/ipc_channel_nacl.cc       mode_(mode),
mode              372 ipc/ipc_channel_nacl.cc                  Mode mode,
mode              374 ipc/ipc_channel_nacl.cc     : channel_impl_(new ChannelImpl(channel_handle, mode, listener)) {
mode               38 ipc/ipc_channel_nacl.h               Mode mode,
mode              181 ipc/ipc_channel_posix.cc                                   Mode mode, Listener* listener)
mode              183 ipc/ipc_channel_posix.cc       mode_(mode),
mode             1051 ipc/ipc_channel_posix.cc Channel::Channel(const IPC::ChannelHandle& channel_handle, Mode mode,
mode             1053 ipc/ipc_channel_posix.cc     : channel_impl_(new ChannelImpl(channel_handle, mode, listener)) {
mode               56 ipc/ipc_channel_posix.h   ChannelImpl(const IPC::ChannelHandle& channel_handle, Mode mode,
mode              106 ipc/ipc_channel_posix_unittest.cc                           IPC::Channel::Mode mode);
mode              147 ipc/ipc_channel_posix_unittest.cc                                       IPC::Channel::Mode mode) {
mode              162 ipc/ipc_channel_posix_unittest.cc   if (mode == IPC::Channel::MODE_NAMED_SERVER) {
mode              177 ipc/ipc_channel_posix_unittest.cc   } else if (mode == IPC::Channel::MODE_NAMED_CLIENT) {
mode              184 ipc/ipc_channel_posix_unittest.cc     FAIL() << "Unknown mode " << mode;
mode              158 ipc/ipc_channel_proxy.cc                                           const Channel::Mode& mode) {
mode              161 ipc/ipc_channel_proxy.cc   channel_.reset(new Channel(handle, mode, this));
mode              402 ipc/ipc_channel_proxy.cc                            Channel::Mode mode,
mode              407 ipc/ipc_channel_proxy.cc   Init(channel_handle, mode, true);
mode              422 ipc/ipc_channel_proxy.cc                         Channel::Mode mode,
mode              431 ipc/ipc_channel_proxy.cc   if (mode & Channel::MODE_SERVER_FLAG) {
mode              441 ipc/ipc_channel_proxy.cc     context_->CreateChannel(channel_handle, mode);
mode              445 ipc/ipc_channel_proxy.cc                               channel_handle, mode));
mode              114 ipc/ipc_channel_proxy.h                Channel::Mode mode,
mode              124 ipc/ipc_channel_proxy.h   void Init(const IPC::ChannelHandle& channel_handle, Channel::Mode mode,
mode              218 ipc/ipc_channel_proxy.h                        const Channel::Mode& mode);
mode               37 ipc/ipc_channel_win.cc                                   Mode mode, Listener* listener)
mode               43 ipc/ipc_channel_win.cc       waiting_connect_(mode & MODE_SERVER_FLAG),
mode               48 ipc/ipc_channel_win.cc   CreatePipe(channel_handle, mode);
mode              205 ipc/ipc_channel_win.cc                                       Mode mode) {
mode              218 ipc/ipc_channel_win.cc     if (((mode & MODE_SERVER_FLAG) && !(flags & PIPE_SERVER_END)) ||
mode              219 ipc/ipc_channel_win.cc         ((mode & MODE_CLIENT_FLAG) && (flags & PIPE_SERVER_END))) {
mode              220 ipc/ipc_channel_win.cc       LOG(WARNING) << "Inconsistent open mode. Mode :" << mode;
mode              233 ipc/ipc_channel_win.cc   } else if (mode & MODE_SERVER_FLAG) {
mode              247 ipc/ipc_channel_win.cc   } else if (mode & MODE_CLIENT_FLAG) {
mode              265 ipc/ipc_channel_win.cc                     "\" in " << (mode & MODE_SERVER_FLAG ? "server" : "client")
mode              467 ipc/ipc_channel_win.cc Channel::Channel(const IPC::ChannelHandle &channel_handle, Mode mode,
mode              469 ipc/ipc_channel_win.cc     : channel_impl_(new ChannelImpl(channel_handle, mode, listener)) {
mode               28 ipc/ipc_channel_win.h   ChannelImpl(const IPC::ChannelHandle &channel_handle, Mode mode,
mode               48 ipc/ipc_channel_win.h   bool CreatePipe(const IPC::ChannelHandle &channel_handle, Mode mode);
mode              409 ipc/ipc_sync_channel.cc     Channel::Mode mode,
mode              416 ipc/ipc_sync_channel.cc   ChannelProxy::Init(channel_handle, mode, create_pipe_now);
mode               70 ipc/ipc_sync_channel.h               Channel::Mode mode,
mode               37 ipc/ipc_sync_channel_unittest.cc   Worker(Channel::Mode mode, const std::string& thread_name)
mode               40 ipc/ipc_sync_channel_unittest.cc         mode_(mode),
mode               49 ipc/ipc_sync_channel_unittest.cc   Worker(const std::string& channel_name, Channel::Mode mode)
mode               53 ipc/ipc_sync_channel_unittest.cc         mode_(mode),
mode              248 ipc/ipc_sync_channel_unittest.cc     if (workers[i]->mode() & Channel::MODE_SERVER_FLAG) {
mode              256 ipc/ipc_sync_channel_unittest.cc     if (workers[i]->mode() & Channel::MODE_CLIENT_FLAG)
mode              332 ipc/ipc_sync_channel_unittest.cc     channel->Init(channel_name(), mode(), create_pipe_now_);
mode              353 ipc/ipc_sync_channel_unittest.cc     channel->Init(channel_name(), mode(), create_pipe_now_);
mode               64 jingle/glue/chrome_async_socket_unittest.cc       return net::MockWriteResult(mock_write.mode, mock_write.result);
mode               71 jingle/glue/chrome_async_socket_unittest.cc     return net::MockWriteResult(mock_write.mode, data.size());
mode               76 jingle/glue/fake_ssl_client_socket_unittest.cc void AddChunkedOps(base::StringPiece data, size_t chunk_size, net::IoMode mode,
mode               82 jingle/glue/fake_ssl_client_socket_unittest.cc     ops->push_back(net::MockReadWrite<type>(mode, data.data() + offset,
mode              112 jingle/glue/fake_ssl_client_socket_unittest.cc       net::IoMode mode, int expected_status, int immediate_status,
mode              114 jingle/glue/fake_ssl_client_socket_unittest.cc     if (mode == net::ASYNC) {
mode              127 jingle/glue/fake_ssl_client_socket_unittest.cc       net::IoMode mode, size_t read_chunk_size, size_t write_chunk_size,
mode              134 jingle/glue/fake_ssl_client_socket_unittest.cc     net::MockConnect mock_connect(mode, net::OK);
mode              141 jingle/glue/fake_ssl_client_socket_unittest.cc       AddChunkedOps(ssl_server_hello, read_chunk_size, mode, &reads);
mode              142 jingle/glue/fake_ssl_client_socket_unittest.cc       AddChunkedOps(ssl_client_hello, write_chunk_size, mode, &writes);
mode              144 jingle/glue/fake_ssl_client_socket_unittest.cc           net::MockRead(mode, kReadTestData, arraysize(kReadTestData)));
mode              146 jingle/glue/fake_ssl_client_socket_unittest.cc           net::MockWrite(mode, kWriteTestData, arraysize(kWriteTestData)));
mode              157 jingle/glue/fake_ssl_client_socket_unittest.cc       if (mode == net::ASYNC) {
mode              160 jingle/glue/fake_ssl_client_socket_unittest.cc       ExpectStatus(mode, net::OK, status, &test_completion_callback);
mode              168 jingle/glue/fake_ssl_client_socket_unittest.cc         ExpectStatus(mode, read_len, read_status, &test_completion_callback);
mode              176 jingle/glue/fake_ssl_client_socket_unittest.cc         ExpectStatus(mode, arraysize(kWriteTestData), write_status,
mode              189 jingle/glue/fake_ssl_client_socket_unittest.cc       net::IoMode mode, int error, HandshakeErrorLocation location) {
mode              196 jingle/glue/fake_ssl_client_socket_unittest.cc     net::MockConnect mock_connect(mode, net::OK);
mode              200 jingle/glue/fake_ssl_client_socket_unittest.cc     AddChunkedOps(ssl_server_hello, kChunkSize, mode, &reads);
mode              201 jingle/glue/fake_ssl_client_socket_unittest.cc     AddChunkedOps(ssl_client_hello, kChunkSize, mode, &writes);
mode              234 jingle/glue/fake_ssl_client_socket_unittest.cc           reads.push_back(net::MockRead(mode, kDummyData));
mode              254 jingle/glue/fake_ssl_client_socket_unittest.cc     ExpectStatus(mode, expected_status, status, &test_completion_callback);
mode               43 media/audio/alsa/alsa_output_unittest.cc                             snd_pcm_stream_t stream, int mode));
mode               18 media/audio/alsa/alsa_wrapper.cc                          snd_pcm_stream_t stream, int mode) {
mode               19 media/audio/alsa/alsa_wrapper.cc   return snd_pcm_open(handle, name, stream, mode);
mode              108 media/audio/alsa/alsa_wrapper.cc int AlsaWrapper::MixerOpen(snd_mixer_t** mixer, int mode) {
mode              109 media/audio/alsa/alsa_wrapper.cc   return snd_mixer_open(mixer, mode);
mode               30 media/audio/alsa/alsa_wrapper.h                       snd_pcm_stream_t stream, int mode);
mode               53 media/audio/alsa/alsa_wrapper.h   virtual int MixerOpen(snd_mixer_t** mixer, int mode);
mode               73 media/formats/webm/webm_content_encodings.h   void set_cipher_mode(CipherMode mode) { cipher_mode_ = mode; }
mode               65 mojo/apps/js/bindings/gl/context.cc void Context::DrawElements(GLenum mode, GLsizei count, GLenum type,
mode               69 mojo/apps/js/bindings/gl/context.cc   glDrawElements(mode, count, type, reinterpret_cast<void*>(indices));
mode               43 mojo/apps/js/bindings/gl/context.h   static void DrawElements(GLenum mode, GLsizei count, GLenum type,
mode               91 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void BlendEquation(PP_Resource context_id, GLenum mode) {
mode               94 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glBlendEquation(mode);
mode              295 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void CullFace(PP_Resource context_id, GLenum mode) {
mode              298 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glCullFace(mode);
mode              391 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                 GLenum mode,
mode              396 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glDrawArrays(mode, first, count);
mode              401 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                   GLenum mode,
mode              407 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glDrawElements(mode, count, type, indices);
mode              463 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void FrontFace(PP_Resource context_id, GLenum mode) {
mode              466 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glFrontFace(mode);
mode              772 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void Hint(PP_Resource context_id, GLenum target, GLenum mode) {
mode              775 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glHint(target, mode);
mode              157 mojo/examples/pepper_container_app/resource_creation_impl.cc     PP_FileChooserMode_Dev mode,
mode               92 mojo/examples/pepper_container_app/resource_creation_impl.h                                         PP_FileChooserMode_Dev mode,
mode               40 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(BlendEquation, void, (GLenum mode), (mode))
mode              124 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(CullFace, void, (GLenum mode), (mode))
mode              154 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLenum mode, GLint first, GLsizei count),
mode              155 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (mode, first, count))
mode              158 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLenum mode, GLsizei count, GLenum type, const void* indices),
mode              159 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (mode, count, type, indices))
mode              179 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(FrontFace, void, (GLenum mode), (mode))
mode              297 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(Hint, void, (GLenum target, GLenum mode), (target, mode))
mode               36 mojo/system/test_utils.cc TestIOThread::TestIOThread(Mode mode)
mode               39 mojo/system/test_utils.cc   switch (mode) {
mode               57 mojo/system/test_utils.h   explicit TestIOThread(Mode mode);
mode              195 native_client_sdk/src/examples/demo/nacl_io/handlers.c   const char* mode;
mode              203 native_client_sdk/src/examples/demo/nacl_io/handlers.c   mode = params[1];
mode              205 native_client_sdk/src/examples/demo/nacl_io/handlers.c   file = fopen(filename, mode);
mode              684 native_client_sdk/src/examples/demo/nacl_io/handlers.c   int mode;
mode              692 native_client_sdk/src/examples/demo/nacl_io/handlers.c   mode = strtol(params[1], NULL, 8);
mode              694 native_client_sdk/src/examples/demo/nacl_io/handlers.c   result = mkdir(dirname, mode);
mode               17 native_client_sdk/src/libraries/gtest/nacl_gtest_dummy_sys.cc int mkdir(const char* pathname, mode_t mode) __attribute__ ((weak));
mode               33 native_client_sdk/src/libraries/gtest/nacl_gtest_dummy_sys.cc int mkdir(const char* pathname, mode_t mode) {
mode               95 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*access)(const char* path, int mode);
mode               97 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*create)(const char* path, mode_t mode, struct fuse_file_info*);
mode               79 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc     mode_t mode = S_IRALL | S_IWALL;
mode               81 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc       result = fuse_ops_->create(path_cstr, mode, &fi);
mode               85 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc       result = fuse_ops_->mknod(path_cstr, mode, dev_);
mode               25 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
mode               22 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
mode              313 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc       int mode = S_IFREG;
mode              316 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc           mode = S_IFREG;
mode              319 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc           mode = S_IFCHR;
mode              332 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc           mode |= S_IRUSR | S_IRGRP | S_IROTH;
mode              345 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc           mode |= S_IWUSR | S_IWGRP | S_IWOTH;
mode              358 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc       http_node->SetMode(mode);
mode               22 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
mode              224 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc void HttpFsNode::SetMode(int mode) { stat_.st_mode = mode; }
mode               40 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   void SetMode(int mode);
mode              154 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_chmod(const char *path, mode_t mode) {
mode              156 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->chmod(path, mode);
mode              164 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_fchmod(int fd, mode_t mode) {
mode              166 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->fchmod(fd, mode);
mode              174 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_mkdir(const char *path, mode_t mode) {
mode              176 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->mkdir(path, mode);
mode               76 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_chmod(const char* path, mode_t mode);
mode               78 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_fchmod(int fd, mode_t mode);
mode               80 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_mkdir(const char* path, mode_t mode);
mode              312 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::chmod(const char* path, mode_t mode) {
mode              317 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   int result = fchmod(fd, mode);
mode              338 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::mkdir(const char* path, mode_t mode) {
mode              348 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   error = fs->Mkdir(rel, mode);
mode              730 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::fchmod(int fd, int mode) {
mode               97 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int chmod(const char *path, mode_t mode);
mode               98 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int mkdir(const char *path, mode_t mode);
mode               48 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(chmod)(const char* path, chmod_mode_t mode) NOTHROW;
mode               80 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int mkdir(const char* path, mode_t mode) NOTHROW;
mode              178 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(fchmod)(int fd, mode_t mode) NOTHROW {
mode              179 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_fchmod(fd, mode)) ? errno : 0;
mode              253 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(mkdir)(const char* pathname, mode_t mode) {
mode              254 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_mkdir(pathname, mode)) ? errno : 0;
mode              364 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_fchmod(int fd, mode_t mode) {
mode              366 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return REAL(fchmod)(fd, mode);
mode              451 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_mkdir(const char* pathname, mode_t mode) {
mode              453 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return REAL(mkdir)(pathname, mode);
mode               34 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int _real_mkdir(const char* pathname, mode_t mode) {
mode              217 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(mkdir)(const char* pathname, mode_t mode) {
mode              218 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (ki_mkdir(pathname, mode)) ? errno : 0;
mode              362 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_mkdir(const char* pathname, mode_t mode) {
mode              364 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return REAL(mkdir)(pathname, mode);
mode              146 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(fchmod)(int fd, mode_t mode) {
mode              147 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_fchmod(fd, mode) < 0) ? errno : 0;
mode              194 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(mkdir)(const char* pathname, mode_t mode) {
mode              195 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_mkdir(pathname, mode) < 0) ? errno : 0;
mode              237 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(chmod)(const char* pathname, mode_t mode) {
mode              238 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_chmod(pathname, mode) < 0) ? errno : 0;
mode              303 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int _real_mkdir(const char* pathname, mode_t mode) {
mode               21 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_mkdir(const char* pathname, mode_t mode);
mode               56 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc int _chmod(const char* path, mode_t mode) {
mode               57 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   return ki_chmod(path, mode);
mode              138 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Mkdir(const Path& path, int mode) {
mode               33 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
mode              138 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Open(const Path& path, int mode, ScopedNode* out_node) {
mode              141 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc   int error = _real_open(path.Join().c_str(), mode, 0666, &real_fd);
mode               23 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
mode                8 native_client_sdk/src/libraries/nacl_io/syscalls/chmod.c int chmod(const char* path, mode_t mode) {
mode                9 native_client_sdk/src/libraries/nacl_io/syscalls/chmod.c   return ki_chmod(path, mode);
mode               12 native_client_sdk/src/libraries/nacl_io/syscalls/fchmod.c int fchmod(int fd, mode_t mode) {
mode               13 native_client_sdk/src/libraries/nacl_io/syscalls/fchmod.c   return ki_fchmod(fd, mode);
mode               48 native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c FILE *fdopen(int fildes, const char *mode) {
mode               49 native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c   return fopencookie((void *) fildes, mode, fdopen_functions);
mode                8 native_client_sdk/src/libraries/nacl_io/syscalls/mkdir.c int mkdir(const char* pathname, mode_t mode) {
mode                9 native_client_sdk/src/libraries/nacl_io/syscalls/mkdir.c   return ki_mkdir(pathname, mode);
mode               54 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_open.c sem_open (const char *name, int oflag, mode_t mode, unsigned int value)
mode              152 native_client_sdk/src/libraries/third_party/pthreads-win32/semaphore.h 			    mode_t mode,
mode               35 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Open(const Path& path, int mode, ScopedNode* out_node) {
mode              630 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Open(const Path& path, int mode, ScopedNode* out_node) {
mode               40 net/dns/dns_transaction_unittest.cc                 IoMode mode,
mode               47 net/dns/dns_transaction_unittest.cc       writes_.push_back(MockWrite(mode,
mode               52 net/dns/dns_transaction_unittest.cc     writes_.push_back(MockWrite(mode,
mode               61 net/dns/dns_transaction_unittest.cc   void AddResponseWithLength(scoped_ptr<DnsResponse> response, IoMode mode,
mode               67 net/dns/dns_transaction_unittest.cc       reads_.push_back(MockRead(mode,
mode               72 net/dns/dns_transaction_unittest.cc     reads_.push_back(MockRead(mode,
mode               79 net/dns/dns_transaction_unittest.cc   void AddResponse(scoped_ptr<DnsResponse> response, IoMode mode) {
mode               81 net/dns/dns_transaction_unittest.cc     AddResponseWithLength(response.Pass(), mode, tcp_length);
mode               85 net/dns/dns_transaction_unittest.cc   void AddResponseData(const uint8* data, size_t length, IoMode mode) {
mode               88 net/dns/dns_transaction_unittest.cc         new DnsResponse(reinterpret_cast<const char*>(data), length, 0)), mode);
mode               92 net/dns/dns_transaction_unittest.cc   void AddRcode(int rcode, IoMode mode) {
mode              100 net/dns/dns_transaction_unittest.cc     AddResponse(response.Pass(), mode);
mode              114 net/dns/dns_transaction_unittest.cc       provider_->set_connect_data(MockConnect(reads_[0].mode, OK));
mode              371 net/dns/dns_transaction_unittest.cc                            IoMode mode,
mode              375 net/dns/dns_transaction_unittest.cc         new DnsSocketData(id, dotted_name, qtype, mode, use_tcp));
mode              376 net/dns/dns_transaction_unittest.cc     data->AddResponseData(response_data, response_length, mode);
mode              411 net/dns/dns_transaction_unittest.cc                         IoMode mode,
mode              416 net/dns/dns_transaction_unittest.cc         new DnsSocketData(id, dotted_name, qtype, mode, use_tcp));
mode              417 net/dns/dns_transaction_unittest.cc     data->AddRcode(rcode, mode);
mode              107 net/filter/gzip_filter_unittest.cc   int CompressAll(EncodeMode mode, const char* source, int source_size,
mode              114 net/filter/gzip_filter_unittest.cc     if (mode == ENCODE_GZIP) {
mode              133 net/filter/gzip_filter_unittest.cc     if (mode == ENCODE_GZIP) {
mode              824 net/http/http_cache.cc   if (trans->mode() & Transaction::WRITE) {
mode              914 net/http/http_cache.cc   DCHECK(entry->writer->mode() == Transaction::READ_WRITE);
mode             1029 net/http/http_cache.cc   if ((next->mode() & Transaction::WRITE) && !entry->readers.empty())
mode              175 net/http/http_cache.h   Mode mode() { return mode_; }
mode             1131 net/http/http_cache_transaction.cc   if (cache_->mode() == PLAYBACK)
mode             1673 net/http/http_cache_transaction.cc   switch (cache_->mode()) {
mode             1780 net/http/http_cache_transaction.cc   if (cache_->mode() == RECORD || cache_->mode() == PLAYBACK)
mode             1982 net/http/http_cache_transaction.cc   if (cache_->mode() == net::HttpCache::PLAYBACK)
mode             2278 net/http/http_cache_transaction.cc   if ((cache_->mode() != RECORD &&
mode             2289 net/http/http_cache_transaction.cc   bool skip_transient_headers = (cache_->mode() != RECORD);
mode             2452 net/http/http_cache_transaction.cc       cache_->mode() != NORMAL || request_->method != "GET") {
mode               65 net/http/http_cache_transaction.h   Mode mode() const { return mode_; }
mode              397 net/http/http_network_transaction_unittest.cc   void CheckErrorIsPassedBack(int error, IoMode mode);
mode             10404 net/http/http_network_transaction_unittest.cc     int error, IoMode mode) {
mode             10410 net/http/http_network_transaction_unittest.cc   SSLSocketDataProvider ssl_data(mode, OK);
mode             10412 net/http/http_network_transaction_unittest.cc     net::MockWrite(mode, error),
mode             1072 net/proxy/proxy_config_service_linux.cc       const char* mode = "none";
mode             1081 net/proxy/proxy_config_service_linux.cc           mode = "manual";
mode             1084 net/proxy/proxy_config_service_linux.cc           mode = "auto";
mode             1087 net/proxy/proxy_config_service_linux.cc           mode = "auto";
mode             1091 net/proxy/proxy_config_service_linux.cc           mode = "manual";
mode             1095 net/proxy/proxy_config_service_linux.cc       string_table_[PROXY_MODE] = mode;
mode             1120 net/proxy/proxy_config_service_linux.cc       int mode;
mode             1121 net/proxy/proxy_config_service_linux.cc       base::StringToInt(value, &mode);
mode             1122 net/proxy/proxy_config_service_linux.cc       if (mode) {
mode             1378 net/proxy/proxy_config_service_linux.cc   std::string mode;
mode             1379 net/proxy/proxy_config_service_linux.cc   if (!setting_getter_->GetString(SettingGetter::PROXY_MODE, &mode)) {
mode             1385 net/proxy/proxy_config_service_linux.cc   if (mode == "none") {
mode             1390 net/proxy/proxy_config_service_linux.cc   if (mode == "auto") {
mode             1410 net/proxy/proxy_config_service_linux.cc   if (mode != "manual") {
mode               55 net/proxy/proxy_config_service_linux_unittest.cc   const char *mode, *autoconfig_url,
mode              147 net/proxy/proxy_config_service_linux_unittest.cc     ENTRY(PROXY_MODE, mode);
mode             1020 net/proxy/proxy_config_service_linux_unittest.cc   setting_getter->values.mode = "none";
mode             1027 net/proxy/proxy_config_service_linux_unittest.cc   setting_getter->values.mode = "auto";
mode             2634 net/proxy/proxy_service_unittest.cc   ProxyService::PacPollPolicy::Mode mode;
mode             2644 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, initial_delay, &delay);
mode             2646 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_USE_TIMER, mode);
mode             2649 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, delay, &delay);
mode             2651 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode             2654 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, delay, &delay);
mode             2656 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode             2659 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, delay, &delay);
mode             2661 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode             2664 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, delay, &delay);
mode             2666 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode             2674 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, initial_delay, &delay);
mode             2676 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode             2679 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, delay, &delay);
mode             2681 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode             2684 net/proxy/proxy_service_unittest.cc   mode = policy->GetNextDelay(error, delay, &delay);
mode             2686 net/proxy/proxy_service_unittest.cc   EXPECT_EQ(ProxyService::PacPollPolicy::MODE_START_AFTER_ACTIVITY, mode);
mode              119 net/quic/quic_http_stream_test.cc     PacketToWrite(IoMode mode, QuicEncryptedPacket* packet)
mode              120 net/quic/quic_http_stream_test.cc         : mode(mode),
mode              123 net/quic/quic_http_stream_test.cc     IoMode mode;
mode              170 net/quic/quic_http_stream_test.cc       mock_writes_[i] = MockWrite(writes_[i].mode,
mode               79 net/quic/quic_network_transaction_unittest.cc   void AddRead(IoMode mode, int rv) {
mode               80 net/quic/quic_network_transaction_unittest.cc     reads_.push_back(MockRead(mode, rv));
mode              118 net/socket/socket_test_util.cc   DVLOG(1) << "Async:   " << (r.mode == ASYNC)
mode              128 net/socket/socket_test_util.cc MockConnect::MockConnect() : mode(ASYNC), result(OK) {
mode              134 net/socket/socket_test_util.cc MockConnect::MockConnect(IoMode io_mode, int r) : mode(io_mode), result(r) {
mode              141 net/socket/socket_test_util.cc     mode(io_mode),
mode              230 net/socket/socket_test_util.cc   return MockWriteResult(w->mode, result);
mode              271 net/socket/socket_test_util.cc SSLSocketDataProvider::SSLSocketDataProvider(IoMode mode, int result)
mode              272 net/socket/socket_test_util.cc     : connect(mode, result),
mode              517 net/socket/socket_test_util.cc   if (stopped() && current_read_.mode == SYNCHRONOUS) {
mode              527 net/socket/socket_test_util.cc     if (current_read_.mode == SYNCHRONOUS) {
mode              544 net/socket/socket_test_util.cc   if (current_read_.mode == SYNCHRONOUS)
mode              558 net/socket/socket_test_util.cc   if (stopped() && next_write.mode == SYNCHRONOUS) {
mode              567 net/socket/socket_test_util.cc     if (next_write.mode == SYNCHRONOUS) {
mode              582 net/socket/socket_test_util.cc   if (next_write.mode == SYNCHRONOUS)
mode              881 net/socket/socket_test_util.cc   if (write_result.mode == ASYNC) {
mode              894 net/socket/socket_test_util.cc   if (data_->connect_data().mode == ASYNC) {
mode              954 net/socket/socket_test_util.cc   read_data_.mode = SYNCHRONOUS;
mode              997 net/socket/socket_test_util.cc   if (read_data_.mode == ASYNC) {
mode             1064 net/socket/socket_test_util.cc   if (write_result.mode == ASYNC) {
mode             1101 net/socket/socket_test_util.cc   if (read_data_.mode == ASYNC || (read_data_.result == ERR_IO_PENDING)) {
mode             1255 net/socket/socket_test_util.cc   if (helper_.data()->connect_data().mode == ASYNC) {
mode             1344 net/socket/socket_test_util.cc     if (data_->connect.mode == ASYNC) {
mode             1504 net/socket/socket_test_util.cc   if (write_result.mode == ASYNC) {
mode             1559 net/socket/socket_test_util.cc   read_data_.mode = SYNCHRONOUS;
mode             1599 net/socket/socket_test_util.cc   if (read_data_.mode == ASYNC) {
mode               71 net/socket/socket_test_util.h   IoMode mode;
mode              101 net/socket/socket_test_util.h       : mode(SYNCHRONOUS),
mode              110 net/socket/socket_test_util.h       : mode(io_mode),
mode              119 net/socket/socket_test_util.h       : mode(io_mode),
mode              128 net/socket/socket_test_util.h       : mode(ASYNC),
mode              137 net/socket/socket_test_util.h       : mode(io_mode),
mode              146 net/socket/socket_test_util.h       : mode(io_mode),
mode              155 net/socket/socket_test_util.h       : mode(io_mode),
mode              164 net/socket/socket_test_util.h       : mode(io_mode),
mode              171 net/socket/socket_test_util.h   IoMode mode;
mode              188 net/socket/socket_test_util.h   MockWriteResult(IoMode io_mode, int result) : mode(io_mode), result(result) {}
mode              190 net/socket/socket_test_util.h   IoMode mode;
mode              321 net/socket/socket_test_util.h   SSLSocketDataProvider(IoMode mode, int result);
mode               67 net/socket/socks_client_socket_pool_unittest.cc     explicit SOCKS5MockData(IoMode mode) {
mode               69 net/socket/socks_client_socket_pool_unittest.cc       writes_[0] = MockWrite(mode, kSOCKS5GreetRequest,
mode               71 net/socket/socks_client_socket_pool_unittest.cc       writes_[1] = MockWrite(mode, kSOCKS5OkRequest, kSOCKS5OkRequestLength);
mode               72 net/socket/socks_client_socket_pool_unittest.cc       writes_[2] = MockWrite(mode, 0);
mode               75 net/socket/socks_client_socket_pool_unittest.cc       reads_[0] = MockRead(mode, kSOCKS5GreetResponse,
mode               77 net/socket/socks_client_socket_pool_unittest.cc       reads_[1] = MockRead(mode, kSOCKS5OkResponse, kSOCKS5OkResponseLength);
mode               78 net/socket/socks_client_socket_pool_unittest.cc       reads_[2] = MockRead(mode, 0);
mode              848 net/socket/ssl_client_socket_openssl.cc   SslSetClearMask mode;
mode              851 net/socket/ssl_client_socket_openssl.cc   mode.ConfigureFlag(SSL_MODE_RELEASE_BUFFERS, true);
mode              855 net/socket/ssl_client_socket_openssl.cc   mode.ConfigureFlag(SSL_MODE_SMALL_BUFFERS, true);
mode              858 net/socket/ssl_client_socket_openssl.cc   SSL_set_mode(ssl_, mode.set_mask);
mode              859 net/socket/ssl_client_socket_openssl.cc   SSL_clear_mode(ssl_, mode.clear_mask);
mode               27 net/socket/ssl_session_cache_openssl_unittest.cc extern "C" void ssl_update_cache(SSL* s, int mode);
mode              165 net/spdy/spdy_test_util_common.cc MockWrite CreateMockWrite(const SpdyFrame& req, int seq, IoMode mode) {
mode              166 net/spdy/spdy_test_util_common.cc   return MockWrite(mode, req.data(), req.size(), seq);
mode              180 net/spdy/spdy_test_util_common.cc MockRead CreateMockRead(const SpdyFrame& resp, int seq, IoMode mode) {
mode              181 net/spdy/spdy_test_util_common.cc   return MockRead(mode, resp.data(), resp.size(), seq);
mode               92 net/spdy/spdy_test_util_common.h MockWrite CreateMockWrite(const SpdyFrame& req, int seq, IoMode mode);
mode              100 net/spdy/spdy_test_util_common.h MockRead CreateMockRead(const SpdyFrame& resp, int seq, IoMode mode);
mode             1635 net/third_party/nss/ssl/ssl3con.c       int                mode     = 0;
mode             1680 net/third_party/nss/ssl/ssl3con.c 	mode = NSS_RC2_CBC;
mode             1688 net/third_party/nss/ssl/ssl3con.c 	mode = NSS_DES_CBC;
mode             1696 net/third_party/nss/ssl/ssl3con.c 	mode = NSS_DES_EDE3_CBC;
mode             1704 net/third_party/nss/ssl/ssl3con.c 	mode = NSS_AES_CBC;
mode             1714 net/third_party/nss/ssl/ssl3con.c 	mode = NSS_CAMELLIA_CBC;
mode             1724 net/third_party/nss/ssl/ssl3con.c 	mode = NSS_SEED_CBC;
mode             1743 net/third_party/nss/ssl/ssl3con.c 		   mode, optArg1, optArg2);
mode             1775 net/third_party/nss/ssl/ssl3con.c 		   mode, optArg1, optArg2);
mode              144 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc     const std::string& mode = (*tokens)[1];
mode              145 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc     *is_anonymous_read_write = !mode.compare(0, 3, kReadWrite);
mode              887 net/tools/dump_cache/upgrade_win.cc   DWORD mode = PIPE_ACCESS_DUPLEX | FILE_FLAG_FIRST_PIPE_INSTANCE |
mode              890 net/tools/dump_cache/upgrade_win.cc   return CreateNamedPipe(pipe_name.c_str(), mode, 0, 1, kChannelSize,
mode              210 net/websockets/websocket_basic_stream_test.cc   void CreateChunkedRead(IoMode mode,
mode              225 net/websockets/websocket_basic_stream_test.cc       reads_[i] = MockRead(mode, start, len);
mode               38 net/websockets/websocket_deflate_stream.cc     WebSocketDeflater::ContextTakeOverMode mode,
mode               42 net/websockets/websocket_deflate_stream.cc       deflater_(mode),
mode               43 net/websockets/websocket_deflate_stream.h                          WebSocketDeflater::ContextTakeOverMode mode,
mode              222 net/websockets/websocket_deflate_stream_test.cc   void Initialize(WebSocketDeflater::ContextTakeOverMode mode,
mode              228 net/websockets/websocket_deflate_stream_test.cc         mode,
mode               18 net/websockets/websocket_deflater.cc WebSocketDeflater::WebSocketDeflater(ContextTakeOverMode mode)
mode               19 net/websockets/websocket_deflater.cc     : mode_(mode), are_bytes_added_(false) {}
mode               29 net/websockets/websocket_deflater.h   explicit WebSocketDeflater(ContextTakeOverMode mode);
mode               80 ppapi/c/dev/ppb_file_chooser_dev.h                         PP_FileChooserMode_Dev mode,
mode              131 ppapi/c/dev/ppb_file_chooser_dev.h                         PP_FileChooserMode_Dev mode,
mode               65 ppapi/c/ppb_opengles2.h   void (*BlendEquation)(PP_Resource context, GLenum mode);
mode              139 ppapi/c/ppb_opengles2.h   void (*CullFace)(PP_Resource context, GLenum mode);
mode              159 ppapi/c/ppb_opengles2.h                      GLenum mode,
mode              163 ppapi/c/ppb_opengles2.h                        GLenum mode,
mode              182 ppapi/c/ppb_opengles2.h   void (*FrontFace)(PP_Resource context, GLenum mode);
mode              291 ppapi/c/ppb_opengles2.h   void (*Hint)(PP_Resource context, GLenum target, GLenum mode);
mode              511 ppapi/c/ppb_opengles2.h                                    GLenum mode,
mode              516 ppapi/c/ppb_opengles2.h                                      GLenum mode,
mode               44 ppapi/c/private/ppb_flash_file.h                       int32_t mode,
mode              106 ppapi/c/private/ppb_flash_file.h                       int32_t mode,
mode               32 ppapi/cpp/dev/file_chooser_dev.cc                                  PP_FileChooserMode_Dev mode,
mode               36 ppapi/cpp/dev/file_chooser_dev.cc         instance.pp_instance(), mode, accept_types.pp_var()));
mode               39 ppapi/cpp/dev/file_chooser_dev.cc         instance.pp_instance(), mode, accept_types.pp_var()));
mode               49 ppapi/cpp/dev/file_chooser_dev.h                   PP_FileChooserMode_Dev mode,
mode               40 ppapi/cpp/private/flash_file.cc                                         int32_t mode) {
mode               45 ppapi/cpp/private/flash_file.cc         OpenFile(instance.pp_instance(), path.c_str(), mode, &file_handle);
mode              155 ppapi/cpp/private/flash_file.cc                                     int32_t mode) {
mode              160 ppapi/cpp/private/flash_file.cc         OpenFile(resource.pp_resource(), mode, &file_handle);
mode               30 ppapi/cpp/private/flash_file.h                                 int32_t mode);
mode               64 ppapi/cpp/private/flash_file.h                                 int32_t mode);
mode               32 ppapi/cpp/trusted/file_chooser_trusted.cc                                          PP_FileChooserMode_Dev mode,
mode               36 ppapi/cpp/trusted/file_chooser_trusted.cc     : FileChooser_Dev(instance, mode, accept_types),
mode               20 ppapi/cpp/trusted/file_chooser_trusted.h                       PP_FileChooserMode_Dev mode,
mode               46 ppapi/examples/file_chooser/file_chooser.cc     PP_FileChooserMode_Dev mode =
mode               51 ppapi/examples/file_chooser/file_chooser.cc     chooser_ = pp::FileChooser_Dev(this, mode, accept_types);
mode               58 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glBlendEquation(GLenum mode) {
mode               59 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->BlendEquation(glGetCurrentContextPPAPI(), mode);
mode              213 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glCullFace(GLenum mode) {
mode              214 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->CullFace(glGetCurrentContextPPAPI(), mode);
mode              270 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count) {
mode              272 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), mode, first, count);
mode              276 ppapi/lib/gl/gles2/gles2.c glDrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices) {
mode              278 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), mode, count, type, indices);
mode              322 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glFrontFace(GLenum mode) {
mode              323 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->FrontFace(glGetCurrentContextPPAPI(), mode);
mode              523 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glHint(GLenum target, GLenum mode) {
mode              524 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->Hint(glGetCurrentContextPPAPI(), target, mode);
mode             1029 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glDrawArraysInstancedANGLE(GLenum mode,
mode             1037 ppapi/lib/gl/gles2/gles2.c         glGetCurrentContextPPAPI(), mode, first, count, primcount);
mode             1040 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glDrawElementsInstancedANGLE(GLenum mode,
mode             1049 ppapi/lib/gl/gles2/gles2.c         glGetCurrentContextPPAPI(), mode, count, type, indices, primcount);
mode              144 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
mode              150 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
mode              215 ppapi/lib/gl/include/EGL/eglext.h EGLBoolean eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);
mode              222 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode);
mode              647 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glBlendEquation ( GLenum mode );
mode              666 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glCullFace (GLenum mode);
mode              679 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
mode              680 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
mode              687 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glFrontFace (GLenum mode);
mode              719 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glHint (GLenum target, GLenum mode);
mode              969 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
mode              970 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
mode              973 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
mode              974 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDANGLEPROC) (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount);
mode             1109 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, GLint *first, GLsizei *count, GLsizei primcount);
mode             1110 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);
mode             1472 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glReadBufferNV (GLenum mode);
mode             1475 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLREADBUFFERNVPROC) (GLenum mode);
mode              117 ppapi/native_client/src/trusted/plugin/file_downloader.cc     DownloadMode mode,
mode              132 ppapi/native_client/src/trusted/plugin/file_downloader.cc   mode_ = mode;
mode              103 ppapi/native_client/src/trusted/plugin/file_downloader.h             DownloadMode mode,
mode             1982 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M16_PPB_FileChooser_Dev_Create(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var* accept_types) {
mode             1984 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Create(instance, mode, *accept_types);
mode             2006 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M19_PPB_FileChooser_Dev_Create(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var* accept_types) {
mode             2008 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Create(instance, mode, *accept_types);
mode             4785 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var accept_types))&Pnacl_M16_PPB_FileChooser_Dev_Create,
mode             4792 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var accept_types))&Pnacl_M19_PPB_FileChooser_Dev_Create,
mode               21 ppapi/proxy/file_chooser_resource.cc                                          PP_FileChooserMode_Dev mode,
mode               24 ppapi/proxy/file_chooser_resource.cc       mode_(mode) {
mode               30 ppapi/proxy/file_chooser_resource.h                       PP_FileChooserMode_Dev mode,
mode               55 ppapi/proxy/flash_file_resource.cc                                     int32_t mode,
mode               57 ppapi/proxy/flash_file_resource.cc   return OpenFileHelper(path, PepperFilePath::DOMAIN_MODULE_LOCAL, mode, file);
mode              163 ppapi/proxy/flash_file_resource.cc                                        int32_t mode,
mode              166 ppapi/proxy/flash_file_resource.cc                         PepperFilePath::DOMAIN_ABSOLUTE, mode, file);
mode              178 ppapi/proxy/flash_file_resource.cc                                           int32_t mode,
mode              181 ppapi/proxy/flash_file_resource.cc       !ppapi::PepperFileOpenFlagsToPlatformFileFlags(mode, NULL) ||
mode              190 ppapi/proxy/flash_file_resource.cc       PpapiHostMsg_FlashFile_OpenFile(pepper_path, mode), &unused,
mode               31 ppapi/proxy/flash_file_resource.h                            int32_t mode,
mode               52 ppapi/proxy/flash_file_resource.h                               int32_t mode,
mode               61 ppapi/proxy/flash_file_resource.h                          int32_t mode,
mode              356 ppapi/proxy/plugin_var_tracker.cc int32 PluginVarTracker::AddVarInternal(Var* var, AddVarRefMode mode) {
mode              358 ppapi/proxy/plugin_var_tracker.cc   int32 new_id = VarTracker::AddVarInternal(var, mode);
mode              100 ppapi/proxy/plugin_var_tracker.h   virtual int32 AddVarInternal(Var* var, AddVarRefMode mode) OVERRIDE;
mode               34 ppapi/proxy/proxy_channel.cc   IPC::Channel::Mode mode = is_client ? IPC::Channel::MODE_CLIENT
mode               36 ppapi/proxy/proxy_channel.cc   channel_.reset(new IPC::SyncChannel(channel_handle, mode, this,
mode              222 ppapi/proxy/resource_creation_proxy.cc     PP_FileChooserMode_Dev mode,
mode              226 ppapi/proxy/resource_creation_proxy.cc   return (new FileChooserResource(GetConnection(), instance, mode, str.c_str()))
mode              110 ppapi/proxy/resource_creation_proxy.h                                         PP_FileChooserMode_Dev mode,
mode               97 ppapi/shared_impl/ppb_opengles2_shared.cc void BlendEquation(PP_Resource context_id, GLenum mode) {
mode              100 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->BlendEquation(mode);
mode              302 ppapi/shared_impl/ppb_opengles2_shared.cc void CullFace(PP_Resource context_id, GLenum mode) {
mode              305 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->CullFace(mode);
mode              398 ppapi/shared_impl/ppb_opengles2_shared.cc                 GLenum mode,
mode              403 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->DrawArrays(mode, first, count);
mode              408 ppapi/shared_impl/ppb_opengles2_shared.cc                   GLenum mode,
mode              414 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->DrawElements(mode, count, type, indices);
mode              471 ppapi/shared_impl/ppb_opengles2_shared.cc void FrontFace(PP_Resource context_id, GLenum mode) {
mode              474 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->FrontFace(mode);
mode              784 ppapi/shared_impl/ppb_opengles2_shared.cc void Hint(PP_Resource context_id, GLenum target, GLenum mode) {
mode              787 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->Hint(target, mode);
mode             1536 ppapi/shared_impl/ppb_opengles2_shared.cc                               GLenum mode,
mode             1543 ppapi/shared_impl/ppb_opengles2_shared.cc         ->DrawArraysInstancedANGLE(mode, first, count, primcount);
mode             1548 ppapi/shared_impl/ppb_opengles2_shared.cc                                 GLenum mode,
mode             1556 ppapi/shared_impl/ppb_opengles2_shared.cc         ->DrawElementsInstancedANGLE(mode, count, type, indices, primcount);
mode              140 ppapi/shared_impl/var_tracker.cc int32 VarTracker::AddVarInternal(Var* var, AddVarRefMode mode) {
mode              148 ppapi/shared_impl/var_tracker.cc           new_id, VarInfo(var, mode == ADD_VAR_TAKE_ONE_REFERENCE ? 1 : 0)));
mode              189 ppapi/shared_impl/var_tracker.h   virtual int32 AddVarInternal(Var* var, AddVarRefMode mode);
mode               21 ppapi/thunk/ppb_file_chooser_dev_thunk.cc                    PP_FileChooserMode_Dev mode,
mode               27 ppapi/thunk/ppb_file_chooser_dev_thunk.cc   return enter.functions()->CreateFileChooser(instance, mode, accept_types);
mode               27 ppapi/thunk/ppb_flash_file_api.h                            int32_t mode,
mode               50 ppapi/thunk/ppb_flash_file_api.h                               int32_t mode,
mode               25 ppapi/thunk/ppb_flash_file_fileref_thunk.cc int32_t OpenFile(PP_Resource file_ref_id, int32_t mode, PP_FileHandle* file) {
mode               32 ppapi/thunk/ppb_flash_file_fileref_thunk.cc   return enter.functions()->OpenFileRef(instance, file_ref_id, mode, file);
mode               25 ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc                  int32_t mode,
mode               30 ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc   return enter.functions()->OpenFile(instance, path, mode, file);
mode              123 ppapi/thunk/resource_creation_api.h                                         PP_FileChooserMode_Dev mode,
mode               82 printing/printing_context_mac.h   bool SetDuplexModeInPrintSettings(DuplexMode mode);
mode               92 remoting/host/desktop_resizer_linux.cc       const XRRModeInfo& mode = resources_->modes[i];
mode               93 remoting/host/desktop_resizer_linux.cc       if (strcmp(mode.name, name) == 0) {
mode               94 remoting/host/desktop_resizer_linux.cc         return mode.id;
mode              285 remoting/host/desktop_resizer_linux.cc   XRRModeInfo mode;
mode              286 remoting/host/desktop_resizer_linux.cc   memset(&mode, 0, sizeof(mode));
mode              287 remoting/host/desktop_resizer_linux.cc   mode.width = width;
mode              288 remoting/host/desktop_resizer_linux.cc   mode.height = height;
mode              289 remoting/host/desktop_resizer_linux.cc   mode.name = const_cast<char*>(name);
mode              290 remoting/host/desktop_resizer_linux.cc   mode.nameLength = strlen(name);
mode              291 remoting/host/desktop_resizer_linux.cc   XRRCreateMode(display_, root_, &mode);
mode               82 remoting/host/desktop_resizer_mac.cc       CGDisplayModeRef mode = const_cast<CGDisplayModeRef>(
mode               87 remoting/host/desktop_resizer_mac.cc           CGDisplayModeCopyPixelEncoding(mode));
mode              102 remoting/host/desktop_resizer_mac.cc         best_mode = mode;
mode              137 remoting/host/desktop_resizer_mac.cc     CGDisplayModeRef mode = const_cast<CGDisplayModeRef>(
mode              140 remoting/host/desktop_resizer_mac.cc     if (CGDisplayModeIsUsableForDesktopGUI(mode)) {
mode              143 remoting/host/desktop_resizer_mac.cc           webrtc::DesktopSize(CGDisplayModeGetWidth(mode),
mode              144 remoting/host/desktop_resizer_mac.cc                               CGDisplayModeGetHeight(mode)),
mode               50 remoting/host/desktop_resizer_win.cc       DWORD mode_number, DWORD flags, DEVMODE* mode);
mode               54 remoting/host/desktop_resizer_win.cc   static bool IsModeValid(const DEVMODE& mode);
mode               57 remoting/host/desktop_resizer_win.cc   static ScreenResolution GetModeResolution(const DEVMODE& mode);
mode              163 remoting/host/desktop_resizer_win.cc     DWORD mode_number, DWORD flags, DEVMODE* mode) {
mode              164 remoting/host/desktop_resizer_win.cc  memset(mode, 0, sizeof(DEVMODE));
mode              165 remoting/host/desktop_resizer_win.cc  mode->dmSize = sizeof(DEVMODE);
mode              166 remoting/host/desktop_resizer_win.cc  if (!EnumDisplaySettingsEx(NULL, mode_number, mode, flags))
mode              172 remoting/host/desktop_resizer_win.cc bool DesktopResizerWin::IsModeValid(const DEVMODE& mode) {
mode              176 remoting/host/desktop_resizer_win.cc   return (mode.dmFields & kRequiredFields) == kRequiredFields;
mode              180 remoting/host/desktop_resizer_win.cc ScreenResolution DesktopResizerWin::GetModeResolution(const DEVMODE& mode) {
mode              181 remoting/host/desktop_resizer_win.cc   DCHECK(IsModeValid(mode));
mode              183 remoting/host/desktop_resizer_win.cc       webrtc::DesktopSize(mode.dmPelsWidth, mode.dmPelsHeight),
mode              285 remoting/host/input_injector_linux.cc void InputInjectorLinux::Core::SetAutoRepeatEnabled(bool mode) {
mode              287 remoting/host/input_injector_linux.cc   control.auto_repeat_mode = mode ? AutoRepeatModeOn : AutoRepeatModeOff;
mode               24 remoting/host/log_to_server.cc                          ServerLogEntry::Mode mode,
mode               28 remoting/host/log_to_server.cc       mode_(mode),
mode               41 remoting/host/log_to_server.h                        ServerLogEntry::Mode mode,
mode               79 remoting/host/plugin/host_plugin.cc   HostNPPlugin(NPP instance, uint16 mode)
mode              403 remoting/host/plugin/host_plugin.cc                      uint16 mode,
mode              415 remoting/host/plugin/host_plugin.cc   HostNPPlugin* plugin = new HostNPPlugin(instance, mode);
mode              130 remoting/host/server_log_entry.cc void ServerLogEntry::AddModeField(ServerLogEntry::Mode mode) {
mode              131 remoting/host/server_log_entry.cc   Set(kKeyMode, GetValueMode(mode));
mode              140 remoting/host/server_log_entry.cc const char* ServerLogEntry::GetValueMode(ServerLogEntry::Mode mode) {
mode              141 remoting/host/server_log_entry.cc   switch (mode) {
mode               52 remoting/host/server_log_entry.h   void AddModeField(Mode mode);
mode               67 remoting/host/server_log_entry.h   static const char* GetValueMode(Mode mode);
mode               45 sandbox/linux/services/broker_process.cc   const int mode = 0;
mode               48 sandbox/linux/services/broker_process.cc     return open(pathname, flags, mode);
mode               50 sandbox/linux/services/broker_process.cc     return syscall(__NR_openat, AT_FDCWD, pathname, flags, mode);
mode              216 sandbox/linux/services/broker_process.cc int BrokerProcess::Access(const char* pathname, int mode) const {
mode              217 sandbox/linux/services/broker_process.cc   return PathAndFlagsSyscall(kCommandAccess, pathname, mode);
mode              420 sandbox/linux/services/broker_process.cc                                      int mode, Pickle* write_pickle) const {
mode              424 sandbox/linux/services/broker_process.cc       requested_filename.c_str(), mode, &file_to_access);
mode              428 sandbox/linux/services/broker_process.cc     int access_ret = access(file_to_access, mode);
mode               55 sandbox/linux/services/broker_process.h   int Access(const char* pathname, int mode) const;
mode               80 sandbox/linux/services/broker_process.h                         int mode,
mode               50 sandbox/linux/services/libc_urandom_override.cc typedef FILE* (*FopenFunction)(const char* path, const char* mode);
mode              125 sandbox/linux/services/libc_urandom_override.cc FILE* fopen_override(const char* path, const char* mode)  __asm__ ("fopen");
mode              128 sandbox/linux/services/libc_urandom_override.cc FILE* fopen_override(const char* path, const char* mode) {
mode              135 sandbox/linux/services/libc_urandom_override.cc     return fdopen(fd, mode);
mode              139 sandbox/linux/services/libc_urandom_override.cc     return g_libc_fopen(path, mode);
mode              144 sandbox/linux/services/libc_urandom_override.cc FILE* fopen64(const char* path, const char* mode) {
mode              151 sandbox/linux/services/libc_urandom_override.cc     return fdopen(fd, mode);
mode              155 sandbox/linux/services/libc_urandom_override.cc     return g_libc_fopen64(path, mode);
mode               30 sandbox/win/sandbox_poc/pocdll/utils.h   FILE* Translate(HANDLE handle, const char *mode) {
mode               55 sandbox/win/sandbox_poc/pocdll/utils.h     file_ = _fdopen(c_file_handle, mode);
mode               41 sandbox/win/src/ipc_unittest.cc                  size_t channel_size, TestFixMode mode) {
mode               46 sandbox/win/src/ipc_unittest.cc     if (mode != FIX_NO_EVENTS) {
mode               47 sandbox/win/src/ipc_unittest.cc       BOOL signaled = (FIX_PONG_READY == mode)? TRUE : FALSE;
mode              103 skia/ext/analysis_canvas.cc void AnalysisCanvas::drawPoints(SkCanvas::PointMode mode,
mode               65 skia/ext/benchmarking_canvas.cc   virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
mode               68 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::drawPoints(mode, count, pts, paint);
mode               64 skia/ext/pixel_ref_utils.cc                           SkCanvas::PointMode mode,
mode              132 skia/ext/vector_platform_device_emf_win.cc                                          SkCanvas::PointMode mode,
mode              139 skia/ext/vector_platform_device_emf_win.cc   if (mode == SkCanvas::kPoints_PointMode) {
mode              149 skia/ext/vector_platform_device_emf_win.cc   switch (mode) {
mode               39 skia/ext/vector_platform_device_emf_win.h   virtual void drawPoints(const SkDraw& draw, SkCanvas::PointMode mode,
mode              907 sql/connection.cc     int mode = 0;
mode              910 sql/connection.cc     if (base::GetPosixFilePermissions(file_path, &mode)) {
mode              911 sql/connection.cc       mode &= base::FILE_PERMISSION_USER_MASK;
mode              912 sql/connection.cc       base::SetPosixFilePermissions(file_path, mode);
mode              920 sql/connection.cc       base::SetPosixFilePermissions(journal_path, mode);
mode              921 sql/connection.cc       base::SetPosixFilePermissions(wal_path, mode);
mode              687 sql/connection_unittest.cc   int mode;
mode              693 sql/connection_unittest.cc   mode = base::FILE_PERMISSION_MASK;
mode              694 sql/connection_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(db_path(), &mode));
mode              695 sql/connection_unittest.cc   ASSERT_NE((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode              696 sql/connection_unittest.cc   mode = base::FILE_PERMISSION_MASK;
mode              697 sql/connection_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(journal, &mode));
mode              698 sql/connection_unittest.cc   ASSERT_NE((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode              707 sql/connection_unittest.cc   mode = base::FILE_PERMISSION_MASK;
mode              708 sql/connection_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(db_path(), &mode));
mode              709 sql/connection_unittest.cc   ASSERT_EQ((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode              710 sql/connection_unittest.cc   mode = base::FILE_PERMISSION_MASK;
mode              711 sql/connection_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(journal, &mode));
mode              712 sql/connection_unittest.cc   ASSERT_EQ((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode              720 sql/connection_unittest.cc   mode = base::FILE_PERMISSION_MASK;
mode              721 sql/connection_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(db_path(), &mode));
mode              722 sql/connection_unittest.cc   ASSERT_EQ((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode              727 sql/connection_unittest.cc   mode = base::FILE_PERMISSION_MASK;
mode              728 sql/connection_unittest.cc   EXPECT_TRUE(base::GetPosixFilePermissions(journal, &mode));
mode              729 sql/connection_unittest.cc   ASSERT_EQ((mode & base::FILE_PERMISSION_USER_MASK), mode);
mode               72 sync/engine/sync_scheduler.h   virtual void Start(Mode mode) = 0;
mode               89 sync/engine/sync_scheduler_impl.cc     : mode(UNKNOWN) {}
mode               91 sync/engine/sync_scheduler_impl.cc SyncSchedulerImpl::WaitInterval::WaitInterval(Mode mode, TimeDelta length)
mode               92 sync/engine/sync_scheduler_impl.cc     : mode(mode), length(length) {}
mode               98 sync/engine/sync_scheduler_impl.cc const char* SyncSchedulerImpl::WaitInterval::GetModeString(Mode mode) {
mode               99 sync/engine/sync_scheduler_impl.cc   switch (mode) {
mode              217 sync/engine/sync_scheduler_impl.cc void SyncSchedulerImpl::Start(Mode mode) {
mode              223 sync/engine/sync_scheduler_impl.cc             << thread_name << " with mode " << GetModeString(mode);
mode              232 sync/engine/sync_scheduler_impl.cc   mode_ = mode;
mode              316 sync/engine/sync_scheduler_impl.cc   if (wait_interval_ && wait_interval_->mode == WaitInterval::THROTTLED) {
mode              322 sync/engine/sync_scheduler_impl.cc       && wait_interval_->mode == WaitInterval::EXPONENTIAL_BACKOFF
mode              448 sync/engine/sync_scheduler_impl.cc const char* SyncSchedulerImpl::GetModeString(SyncScheduler::Mode mode) {
mode              449 sync/engine/sync_scheduler_impl.cc   switch (mode) {
mode              626 sync/engine/sync_scheduler_impl.cc   if (wait_interval_->mode == WaitInterval::THROTTLED) {
mode              742 sync/engine/sync_scheduler_impl.cc   DCHECK_EQ(WaitInterval::THROTTLED, wait_interval_->mode);
mode              810 sync/engine/sync_scheduler_impl.cc   return wait_interval_.get() && wait_interval_->mode ==
mode              841 sync/engine/sync_scheduler_impl.cc   return wait_interval_.get() && wait_interval_->mode ==
mode               54 sync/engine/sync_scheduler_impl.h   virtual void Start(Mode mode) OVERRIDE;
mode              141 sync/engine/sync_scheduler_impl.h     WaitInterval(Mode mode, base::TimeDelta length);
mode              143 sync/engine/sync_scheduler_impl.h     static const char* GetModeString(Mode mode);
mode              145 sync/engine/sync_scheduler_impl.h     Mode mode;
mode              149 sync/engine/sync_scheduler_impl.h   static const char* GetModeString(Mode mode);
mode              184 sync/engine/sync_scheduler_unittest.cc   void StartSyncScheduler(SyncScheduler::Mode mode) {
mode              185 sync/engine/sync_scheduler_unittest.cc     scheduler()->Start(mode);
mode               13 sync/test/engine/fake_sync_scheduler.cc void FakeSyncScheduler::Start(Mode mode) {
mode               22 sync/test/engine/fake_sync_scheduler.h   virtual void Start(Mode mode) OVERRIDE;
mode              107 testing/android/native_test_launcher.cc                           const char* mode) {
mode              108 testing/android/native_test_launcher.cc   if (base::android::RedirectStream(stream, path, mode))
mode               59 third_party/harfbuzz-ng/src/hb-blob.cc   hb_memory_mode_t mode;
mode               97 third_party/harfbuzz-ng/src/hb-blob.cc 		hb_memory_mode_t   mode,
mode              111 third_party/harfbuzz-ng/src/hb-blob.cc   blob->mode = mode;
mode              116 third_party/harfbuzz-ng/src/hb-blob.cc   if (blob->mode == HB_MEMORY_MODE_DUPLICATE) {
mode              117 third_party/harfbuzz-ng/src/hb-blob.cc     blob->mode = HB_MEMORY_MODE_READONLY;
mode              414 third_party/harfbuzz-ng/src/hb-blob.cc   blob->mode = HB_MEMORY_MODE_WRITABLE;
mode              436 third_party/harfbuzz-ng/src/hb-blob.cc   blob->mode = HB_MEMORY_MODE_READONLY;
mode              446 third_party/harfbuzz-ng/src/hb-blob.cc   if (blob->mode == HB_MEMORY_MODE_WRITABLE)
mode              449 third_party/harfbuzz-ng/src/hb-blob.cc   if (blob->mode == HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE && _try_writable_inplace (blob))
mode              452 third_party/harfbuzz-ng/src/hb-blob.cc   if (blob->mode == HB_MEMORY_MODE_WRITABLE)
mode              468 third_party/harfbuzz-ng/src/hb-blob.cc   blob->mode = HB_MEMORY_MODE_WRITABLE;
mode               71 third_party/harfbuzz-ng/src/hb-blob.h 		hb_memory_mode_t   mode,
mode              162 third_party/harfbuzz-ng/src/hb-ft.cc   FT_Kerning_Mode mode = font->x_ppem ? FT_KERNING_DEFAULT : FT_KERNING_UNFITTED;
mode              163 third_party/harfbuzz-ng/src/hb-ft.cc   if (FT_Get_Kerning (ft_face, left_glyph, right_glyph, mode, &kerningv))
mode              292 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference;
mode              302 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   bool always_short_circuit = mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE;
mode              304 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc 			     (mode != HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED &&
mode              305 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc 			      mode != HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT);
mode              358 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   if (mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE ||
mode              359 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc       mode == HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED)
mode              144 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
mode              150 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
mode              215 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);
mode              222 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode);
mode              386 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
mode              405 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
mode              418 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
mode              419 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const void *indices);
mode              426 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);
mode              458 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glHint (GLenum target, GLenum mode);
mode              483 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
mode              484 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDANGLEPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
mode              487 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
mode              488 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
mode              762 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount);
mode              763 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDEXTPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
mode              765 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsizei count, GLsizei primcount);
mode              766 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
mode              797 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
mode              798 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSEXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount);
mode              800 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
mode              801 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const void *const*indices, GLsizei primcount);
mode             1282 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDNVPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
mode             1283 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLDRAWELEMENTSINSTANCEDNVPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
mode             1285 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawArraysInstancedNV (GLenum mode, GLint first, GLsizei count, GLsizei primcount);
mode             1286 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glDrawElementsInstancedNV (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount);
mode             1385 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLREADBUFFERNVPROC) (GLenum mode);
mode             1387 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glReadBufferNV (GLenum mode);
mode               57 third_party/leveldatabase/env_chromium_stdio.cc FILE* fopen_internal(const char* fname, const char* mode) {
mode               60 third_party/leveldatabase/env_chromium_stdio.cc                  base::ASCIIToUTF16(mode).c_str());
mode               62 third_party/leveldatabase/env_chromium_stdio.cc   return fopen(fname, mode);
mode             4452 third_party/liblouis/overrides/liblouis/compileTranslationTable.c lou_readCharFromFile (const char *fileName, int *mode)
mode             4460 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (*mode == 1)
mode             4462 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       *mode = 0;
mode             4470 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  *mode = 1;
mode             4476 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       *mode = 1;
mode             4484 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       *mode = 1;
mode               77 third_party/liblouis/overrides/liblouis/liblouis.h      int *outlen, char *typeform, char *spacing, int mode);
mode               83 third_party/liblouis/overrides/liblouis/liblouis.h *inputPos, int *cursorPos, int mode);
mode               86 third_party/liblouis/overrides/liblouis/liblouis.h       int inlen, char *hyphens, int mode);
mode               88 third_party/liblouis/overrides/liblouis/liblouis.h       widechar *outbuf, int length, int mode);
mode               91 third_party/liblouis/overrides/liblouis/liblouis.h       widechar *outbuf, int length, int mode);
mode               97 third_party/liblouis/overrides/liblouis/liblouis.h 			       *spacing, int mode);
mode              104 third_party/liblouis/overrides/liblouis/liblouis.h 			 mode);
mode              112 third_party/liblouis/overrides/liblouis/liblouis.h   int EXPORT_CALL lou_readCharFromFile (const char *fileName, int *mode);
mode             1066 third_party/libpng/png.c    if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&
mode             1074 third_party/libpng/png.c          ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
mode             1082 third_party/libpng/png.c       if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
mode             1271 third_party/libpng/png.h    png_uint_32 mode PNG_DEPSTRUCT;          /* tells us where we are in the PNG file */
mode              217 third_party/libpng/pngpread.c    if (!(png_ptr->mode & PNG_HAVE_CHUNK_HEADER))
mode              232 third_party/libpng/pngpread.c       png_ptr->mode |= PNG_HAVE_CHUNK_HEADER;
mode              236 third_party/libpng/pngpread.c      if (png_ptr->mode & PNG_AFTER_IDAT)
mode              237 third_party/libpng/pngpread.c         png_ptr->mode |= PNG_HAVE_CHUNK_AFTER_IDAT;
mode              277 third_party/libpng/pngpread.c          png_ptr->mode |= PNG_HAVE_IDAT;
mode              282 third_party/libpng/pngpread.c          png_ptr->mode |= PNG_HAVE_PLTE;
mode              286 third_party/libpng/pngpread.c          if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              290 third_party/libpng/pngpread.c                   !(png_ptr->mode & PNG_HAVE_PLTE))
mode              313 third_party/libpng/pngpread.c       if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              317 third_party/libpng/pngpread.c           !(png_ptr->mode & PNG_HAVE_PLTE))
mode              320 third_party/libpng/pngpread.c       if (png_ptr->mode & PNG_HAVE_IDAT)
mode              322 third_party/libpng/pngpread.c          if (!(png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT))
mode              326 third_party/libpng/pngpread.c          if (png_ptr->mode & PNG_AFTER_IDAT)
mode              331 third_party/libpng/pngpread.c       png_ptr->mode |= PNG_HAVE_IDAT;
mode              572 third_party/libpng/pngpread.c    png_ptr->mode &= ~PNG_HAVE_CHUNK_HEADER;
mode              743 third_party/libpng/pngpread.c    if (!(png_ptr->mode & PNG_HAVE_CHUNK_HEADER))
mode              757 third_party/libpng/pngpread.c       png_ptr->mode |= PNG_HAVE_CHUNK_HEADER;
mode              826 third_party/libpng/pngpread.c       png_ptr->mode &= ~PNG_HAVE_CHUNK_HEADER;
mode              827 third_party/libpng/pngpread.c       png_ptr->mode |= PNG_AFTER_IDAT;
mode             1209 third_party/libpng/pngpread.c    if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
mode             1307 third_party/libpng/pngpread.c    if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
mode             1508 third_party/libpng/pngpread.c    if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
mode              379 third_party/libpng/pngread.c          png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
mode              448 third_party/libpng/pngread.c         if (png_ptr->mode & PNG_AFTER_IDAT)
mode              449 third_party/libpng/pngread.c           png_ptr->mode |= PNG_HAVE_CHUNK_AFTER_IDAT;
mode              459 third_party/libpng/pngread.c             png_ptr->mode |= PNG_HAVE_IDAT;
mode              462 third_party/libpng/pngread.c             png_ptr->mode |= PNG_HAVE_PLTE;
mode              465 third_party/libpng/pngread.c             if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              468 third_party/libpng/pngread.c                      !(png_ptr->mode & PNG_HAVE_PLTE))
mode              478 third_party/libpng/pngread.c          if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              481 third_party/libpng/pngread.c                   !(png_ptr->mode & PNG_HAVE_PLTE))
mode              485 third_party/libpng/pngread.c          png_ptr->mode |= PNG_HAVE_IDAT;
mode              726 third_party/libpng/pngread.c    if (!(png_ptr->mode & PNG_HAVE_IDAT))
mode              759 third_party/libpng/pngread.c          png_ptr->mode |= PNG_AFTER_IDAT;
mode             1031 third_party/libpng/pngread.c             if ((length > 0) || (png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT))
mode             1036 third_party/libpng/pngread.c             png_ptr->mode |= PNG_HAVE_PLTE;
mode             1044 third_party/libpng/pngread.c          if ((length > 0) || (png_ptr->mode & PNG_HAVE_CHUNK_AFTER_IDAT))
mode             1120 third_party/libpng/pngread.c    } while (!(png_ptr->mode & PNG_HAVE_IEND));
mode              811 third_party/libpng/pngrtran.c           png_ptr->mode |= PNG_BACKGROUND_IS_GRAY;
mode              818 third_party/libpng/pngrtran.c           png_ptr->mode |= PNG_BACKGROUND_IS_GRAY;
mode             1453 third_party/libpng/pngrtran.c        !(png_ptr->mode & PNG_BACKGROUND_IS_GRAY))
mode             1530 third_party/libpng/pngrtran.c        (png_ptr->mode & PNG_BACKGROUND_IS_GRAY))
mode              450 third_party/libpng/pngrutil.c    if (png_ptr->mode & PNG_HAVE_IHDR)
mode              457 third_party/libpng/pngrutil.c    png_ptr->mode |= PNG_HAVE_IHDR;
mode              525 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              528 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode              535 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_PLTE)
mode              538 third_party/libpng/pngrutil.c    png_ptr->mode |= PNG_HAVE_PLTE;
mode              661 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR) || !(png_ptr->mode & PNG_HAVE_IDAT))
mode              666 third_party/libpng/pngrutil.c    png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
mode              689 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              691 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode              697 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_PLTE)
mode              769 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              771 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode              777 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_PLTE)
mode              839 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              841 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode              847 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_PLTE)
mode              959 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode              961 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode              967 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_PLTE)
mode             1062 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1064 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1070 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_PLTE)
mode             1202 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1204 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1339 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1341 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1387 third_party/libpng/pngrutil.c       if (!(png_ptr->mode & PNG_HAVE_PLTE))
mode             1435 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1437 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1444 third_party/libpng/pngrutil.c             !(png_ptr->mode & PNG_HAVE_PLTE))
mode             1524 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1526 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1532 third_party/libpng/pngrutil.c    else if (!(png_ptr->mode & PNG_HAVE_PLTE))
mode             1579 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1581 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1622 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1624 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1669 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1671 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1807 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1809 third_party/libpng/pngrutil.c    else if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1963 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             1972 third_party/libpng/pngrutil.c    if (png_ptr->mode & PNG_HAVE_IDAT)
mode             1973 third_party/libpng/pngrutil.c       png_ptr->mode |= PNG_AFTER_IDAT;
mode             2028 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             2031 third_party/libpng/pngrutil.c    if (png_ptr->mode & PNG_HAVE_IDAT)
mode             2032 third_party/libpng/pngrutil.c       png_ptr->mode |= PNG_AFTER_IDAT;
mode             2130 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             2133 third_party/libpng/pngrutil.c    if (png_ptr->mode & PNG_HAVE_IDAT)
mode             2134 third_party/libpng/pngrutil.c       png_ptr->mode |= PNG_AFTER_IDAT;
mode             2251 third_party/libpng/pngrutil.c    if (!(png_ptr->mode & PNG_HAVE_IHDR))
mode             2254 third_party/libpng/pngrutil.c    if (png_ptr->mode & PNG_HAVE_IDAT)
mode             2255 third_party/libpng/pngrutil.c       png_ptr->mode |= PNG_AFTER_IDAT;
mode             2395 third_party/libpng/pngrutil.c    if (png_ptr->mode & PNG_HAVE_IDAT)
mode             2401 third_party/libpng/pngrutil.c          png_ptr->mode |= PNG_AFTER_IDAT;
mode             3163 third_party/libpng/pngrutil.c             png_ptr->mode |= PNG_AFTER_IDAT;
mode             3174 third_party/libpng/pngrutil.c             png_ptr->mode |= PNG_AFTER_IDAT;
mode             3188 third_party/libpng/pngrutil.c    png_ptr->mode |= PNG_AFTER_IDAT;
mode              825 third_party/libpng/pngset.c        (png_ptr->mode & PNG_WROTE_tIME))
mode              999 third_party/libpng/pngset.c       to->location = (png_byte)(png_ptr->mode & 0xff);
mode               36 third_party/libpng/pngwrite.c    if (!(png_ptr->mode & PNG_WROTE_INFO_BEFORE_PLTE))
mode               41 third_party/libpng/pngwrite.c    if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \
mode              130 third_party/libpng/pngwrite.c       png_ptr->mode |= PNG_WROTE_INFO_BEFORE_PLTE;
mode              219 third_party/libpng/pngwrite.c       png_ptr->mode |= PNG_WROTE_tIME;
mode              321 third_party/libpng/pngwrite.c    if (!(png_ptr->mode & PNG_HAVE_IDAT))
mode              333 third_party/libpng/pngwrite.c          !(png_ptr->mode & PNG_WROTE_tIME))
mode              411 third_party/libpng/pngwrite.c    png_ptr->mode |= PNG_AFTER_IDAT;
mode              803 third_party/libpng/pngwrite.c       if (!(png_ptr->mode & PNG_WROTE_INFO_BEFORE_PLTE))
mode               71 third_party/libpng/pngwutil.c       png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
mode              467 third_party/libpng/pngwutil.c       ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
mode              565 third_party/libpng/pngwutil.c    png_ptr->mode = PNG_HAVE_IHDR;
mode              635 third_party/libpng/pngwutil.c    png_ptr->mode |= PNG_HAVE_PLTE;
mode              650 third_party/libpng/pngwutil.c    if (!(png_ptr->mode & PNG_HAVE_IDAT) &&
mode              690 third_party/libpng/pngwutil.c    png_ptr->mode |= PNG_HAVE_IDAT;
mode              705 third_party/libpng/pngwutil.c    png_ptr->mode |= PNG_HAVE_IEND;
mode              182 third_party/libusb/src/libusb/os/linux_usbfs.c static int _get_usbfs_fd(struct libusb_device *dev, mode_t mode, int silent)
mode              195 third_party/libusb/src/libusb/os/linux_usbfs.c 	fd = open(path, mode);
mode              202 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == EACCES && mode == O_RDWR)
mode              748 third_party/libusb/src/libusb/os/openbsd_usb.c 	mode_t mode;
mode              754 third_party/libusb/src/libusb/os/openbsd_usb.c 	mode = IS_XFERIN(transfer) ? O_RDONLY : O_WRONLY;
mode              756 third_party/libusb/src/libusb/os/openbsd_usb.c 	usbi_dbg("endpoint %d mode %d", endpt, mode);
mode              765 third_party/libusb/src/libusb/os/openbsd_usb.c 			if ((fd = open(devnode, mode)) < 0)
mode               38 third_party/libwebp/dec/buffer.c   const WEBP_CSP_MODE mode = buffer->colorspace;
mode               41 third_party/libwebp/dec/buffer.c   if (!IsValidColorspace(mode)) {
mode               43 third_party/libwebp/dec/buffer.c   } else if (!WebPIsRGBMode(mode)) {   // YUV checks
mode               58 third_party/libwebp/dec/buffer.c     if (mode == MODE_YUVA) {
mode               67 third_party/libwebp/dec/buffer.c     ok &= (buf->stride >= width * kModeBpp[mode]);
mode               76 third_party/libwebp/dec/buffer.c   const WEBP_CSP_MODE mode = buffer->colorspace;
mode               78 third_party/libwebp/dec/buffer.c   if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) {
mode               88 third_party/libwebp/dec/buffer.c     const int stride = w * kModeBpp[mode];
mode               91 third_party/libwebp/dec/buffer.c     if (!WebPIsRGBMode(mode)) {
mode               94 third_party/libwebp/dec/buffer.c       if (mode == MODE_YUVA) {
mode              108 third_party/libwebp/dec/buffer.c     if (!WebPIsRGBMode(mode)) {   // YUVA initialization
mode              119 third_party/libwebp/dec/buffer.c       if (mode == MODE_YUVA) {
mode              655 third_party/libwebp/dec/frame.c static int CheckMode(int mb_x, int mb_y, int mode) {
mode              656 third_party/libwebp/dec/frame.c   if (mode == B_DC_PRED) {
mode              663 third_party/libwebp/dec/frame.c   return mode;
mode              634 third_party/libwebp/dec/idec.c WebPIDecoder* WebPINewRGB(WEBP_CSP_MODE mode, uint8_t* output_buffer,
mode              639 third_party/libwebp/dec/idec.c   if (mode >= MODE_YUV) return NULL;
mode              650 third_party/libwebp/dec/idec.c   idec->output_.colorspace = mode;
mode              585 third_party/libwebp/dec/webp.c static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data,
mode              594 third_party/libwebp/dec/webp.c   output.colorspace = mode;
mode              611 third_party/libwebp/dec/webp.c   return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y;
mode              578 third_party/libwebp/dsp/lossless.c   int mode;
mode              579 third_party/libwebp/dsp/lossless.c   for (mode = 0; mode < kNumPredModes; ++mode) {
mode              581 third_party/libwebp/dsp/lossless.c     const PredictorFunc pred_func = kPredictors[mode];
mode              611 third_party/libwebp/dsp/lossless.c       best_mode = mode;
mode              619 third_party/libwebp/dsp/lossless.c                                    int tile_x, int tile_y, int bits, int mode,
mode              629 third_party/libwebp/dsp/lossless.c   const PredictorFunc pred_func = kPredictors[mode];
mode              240 third_party/libwebp/enc/analysis.c   int mode;
mode              245 third_party/libwebp/enc/analysis.c   for (mode = 0; mode < max_mode; ++mode) {
mode              250 third_party/libwebp/enc/analysis.c                         it->yuv_p_ + VP8I16ModeOffsets[mode],
mode              255 third_party/libwebp/enc/analysis.c       best_mode = mode;
mode              274 third_party/libwebp/enc/analysis.c     int mode;
mode              280 third_party/libwebp/enc/analysis.c     for (mode = 0; mode < max_mode; ++mode) {
mode              284 third_party/libwebp/enc/analysis.c       VP8CollectHistogram(src, it->yuv_p_ + VP8I4ModeOffsets[mode],
mode              289 third_party/libwebp/enc/analysis.c         modes[it->i4_] = mode;
mode              312 third_party/libwebp/enc/analysis.c   int mode;
mode              314 third_party/libwebp/enc/analysis.c   for (mode = 0; mode < max_mode; ++mode) {
mode              318 third_party/libwebp/enc/analysis.c                         it->yuv_p_ + VP8UVModeOffsets[mode],
mode              323 third_party/libwebp/enc/analysis.c       best_mode = mode;
mode               45 third_party/libwebp/enc/backward_references.h   uint8_t mode;
mode               53 third_party/libwebp/enc/backward_references.h   retval.mode = kCopy;
mode               63 third_party/libwebp/enc/backward_references.h   retval.mode = kCacheIdx;
mode               71 third_party/libwebp/enc/backward_references.h   retval.mode = kLiteral;
mode               78 third_party/libwebp/enc/backward_references.h   return (p->mode == kLiteral);
mode               82 third_party/libwebp/enc/backward_references.h   return (p->mode == kCacheIdx);
mode               86 third_party/libwebp/enc/backward_references.h   return (p->mode == kCopy);
mode               91 third_party/libwebp/enc/backward_references.h   assert(p->mode == kLiteral);
mode              100 third_party/libwebp/enc/backward_references.h   assert(p->mode == kLiteral);
mode              105 third_party/libwebp/enc/backward_references.h   assert(p->mode == kCacheIdx);
mode              111 third_party/libwebp/enc/backward_references.h   assert(p->mode == kCopy);
mode              327 third_party/libwebp/enc/iterator.c void VP8SetIntra16Mode(const VP8EncIterator* const it, int mode) {
mode              331 third_party/libwebp/enc/iterator.c     memset(preds, mode, 4);
mode              348 third_party/libwebp/enc/iterator.c void VP8SetIntraUVMode(const VP8EncIterator* const it, int mode) {
mode              349 third_party/libwebp/enc/iterator.c   it->mb_->uv_mode_ = mode;
mode              708 third_party/libwebp/enc/quant.c                               int mode) {
mode              710 third_party/libwebp/enc/quant.c   const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
mode              755 third_party/libwebp/enc/quant.c                              int mode) {
mode              757 third_party/libwebp/enc/quant.c   const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
mode              776 third_party/libwebp/enc/quant.c                          uint8_t* const yuv_out, int mode) {
mode              778 third_party/libwebp/enc/quant.c   const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
mode              860 third_party/libwebp/enc/quant.c   int mode;
mode              863 third_party/libwebp/enc/quant.c   for (mode = 0; mode < NUM_PRED_MODES; ++mode) {
mode              868 third_party/libwebp/enc/quant.c     nz = ReconstructIntra16(it, &rd16, tmp_dst, mode);
mode              874 third_party/libwebp/enc/quant.c     rd16.H = VP8FixedCostsI16[mode];
mode              876 third_party/libwebp/enc/quant.c     if (mode > 0 &&
mode              884 third_party/libwebp/enc/quant.c     if (mode == 0 || rd16.score < rd->score) {
mode              886 third_party/libwebp/enc/quant.c       rd->mode_i16 = mode;
mode              937 third_party/libwebp/enc/quant.c     int mode;
mode              946 third_party/libwebp/enc/quant.c     for (mode = 0; mode < NUM_BMODES; ++mode) {
mode              952 third_party/libwebp/enc/quant.c           ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
mode              959 third_party/libwebp/enc/quant.c       rd_tmp.H = mode_costs[mode];
mode              961 third_party/libwebp/enc/quant.c       if (mode > 0 && IsFlat(tmp_levels, kNumBlocks, FLATNESS_LIMIT_I4)) {
mode              968 third_party/libwebp/enc/quant.c         best_mode = mode;
mode             1009 third_party/libwebp/enc/quant.c   int mode;
mode             1013 third_party/libwebp/enc/quant.c   for (mode = 0; mode < NUM_PRED_MODES; ++mode) {
mode             1017 third_party/libwebp/enc/quant.c     rd_uv.nz = ReconstructUV(it, &rd_uv, tmp_dst, mode);
mode             1022 third_party/libwebp/enc/quant.c     rd_uv.H  = VP8FixedCostsUV[mode];
mode             1024 third_party/libwebp/enc/quant.c     if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) {
mode             1029 third_party/libwebp/enc/quant.c     if (mode == 0 || rd_uv.score < rd_best.score) {
mode             1031 third_party/libwebp/enc/quant.c       rd->mode_uv = mode;
mode             1053 third_party/libwebp/enc/quant.c       const int mode =
mode             1059 third_party/libwebp/enc/quant.c                               src, dst, mode) << it->i4_;
mode             1073 third_party/libwebp/enc/quant.c     int mode;
mode             1075 third_party/libwebp/enc/quant.c     for (mode = 0; mode < NUM_PRED_MODES; ++mode) {
mode             1076 third_party/libwebp/enc/quant.c       const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
mode             1080 third_party/libwebp/enc/quant.c         best_mode = mode;
mode             1094 third_party/libwebp/enc/quant.c       int mode;
mode             1102 third_party/libwebp/enc/quant.c       for (mode = 0; mode < NUM_BMODES; ++mode) {
mode             1103 third_party/libwebp/enc/quant.c         const uint8_t* const ref = it->yuv_p_ + VP8I4ModeOffsets[mode];
mode             1106 third_party/libwebp/enc/quant.c           best_sub_mode = mode;
mode              270 third_party/libwebp/enc/tree.c static int PutI4Mode(VP8BitWriter* const bw, int mode,
mode              272 third_party/libwebp/enc/tree.c   if (VP8PutBit(bw, mode != B_DC_PRED, prob[0])) {
mode              273 third_party/libwebp/enc/tree.c     if (VP8PutBit(bw, mode != B_TM_PRED, prob[1])) {
mode              274 third_party/libwebp/enc/tree.c       if (VP8PutBit(bw, mode != B_VE_PRED, prob[2])) {
mode              275 third_party/libwebp/enc/tree.c         if (!VP8PutBit(bw, mode >= B_LD_PRED, prob[3])) {
mode              276 third_party/libwebp/enc/tree.c           if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
mode              277 third_party/libwebp/enc/tree.c             VP8PutBit(bw, mode != B_RD_PRED, prob[5]);
mode              280 third_party/libwebp/enc/tree.c           if (VP8PutBit(bw, mode != B_LD_PRED, prob[6])) {
mode              281 third_party/libwebp/enc/tree.c             if (VP8PutBit(bw, mode != B_VL_PRED, prob[7])) {
mode              282 third_party/libwebp/enc/tree.c               VP8PutBit(bw, mode != B_HD_PRED, prob[8]);
mode              289 third_party/libwebp/enc/tree.c   return mode;
mode              292 third_party/libwebp/enc/tree.c static void PutI16Mode(VP8BitWriter* const bw, int mode) {
mode              293 third_party/libwebp/enc/tree.c   if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
mode              294 third_party/libwebp/enc/tree.c     VP8PutBit(bw, mode == TM_PRED, 128);    // TM or HE
mode              296 third_party/libwebp/enc/tree.c     VP8PutBit(bw, mode == V_PRED, 163);     // VE or DC
mode              348 third_party/libwebp/enc/vp8enci.h void VP8SetIntra16Mode(const VP8EncIterator* const it, int mode);
mode              350 third_party/libwebp/enc/vp8enci.h void VP8SetIntraUVMode(const VP8EncIterator* const it, int mode);
mode              159 third_party/libwebp/webp/decode.h static WEBP_INLINE int WebPIsPremultipliedMode(WEBP_CSP_MODE mode) {
mode              160 third_party/libwebp/webp/decode.h   return (mode == MODE_rgbA || mode == MODE_bgrA || mode == MODE_Argb ||
mode              161 third_party/libwebp/webp/decode.h           mode == MODE_rgbA_4444);
mode              164 third_party/libwebp/webp/decode.h static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) {
mode              165 third_party/libwebp/webp/decode.h   return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
mode              166 third_party/libwebp/webp/decode.h           mode == MODE_RGBA_4444 || mode == MODE_YUVA ||
mode              167 third_party/libwebp/webp/decode.h           WebPIsPremultipliedMode(mode));
mode              170 third_party/libwebp/webp/decode.h static WEBP_INLINE int WebPIsRGBMode(WEBP_CSP_MODE mode) {
mode              171 third_party/libwebp/webp/decode.h   return (mode < MODE_YUV);
mode               65 third_party/libxml/src/c14n.c     xmlC14NMode mode;
mode              106 third_party/libxml/src/c14n.c                                        xmlC14NNormalizationMode mode);
mode              123 third_party/libxml/src/c14n.c     ( (ctx)->mode == XML_C14N_EXCLUSIVE_1_0 )
mode             1148 third_party/libxml/src/c14n.c     switch(ctx->mode) {
mode             1773 third_party/libxml/src/c14n.c               xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes,
mode             1834 third_party/libxml/src/c14n.c     ctx->mode = mode;
mode             1866 third_party/libxml/src/c14n.c 	 void* user_data, int mode, xmlChar **inclusive_ns_prefixes,
mode             1880 third_party/libxml/src/c14n.c     switch(mode) {
mode             1884 third_party/libxml/src/c14n.c          c14n_mode = (xmlC14NMode)mode;
mode             1968 third_party/libxml/src/c14n.c                  int mode, xmlChar ** inclusive_ns_prefixes,
mode             1973 third_party/libxml/src/c14n.c 			mode,
mode             2003 third_party/libxml/src/c14n.c                      int mode, xmlChar ** inclusive_ns_prefixes,
mode             2028 third_party/libxml/src/c14n.c     ret = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes,
mode             2074 third_party/libxml/src/c14n.c                int mode, xmlChar ** inclusive_ns_prefixes,
mode             2101 third_party/libxml/src/c14n.c     ret = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes,
mode             2145 third_party/libxml/src/c14n.c                        xmlC14NNormalizationMode mode)
mode             2174 third_party/libxml/src/c14n.c         if ((*cur == '<') && ((mode == XMLC14N_NORMALIZE_ATTR) ||
mode             2175 third_party/libxml/src/c14n.c                               (mode == XMLC14N_NORMALIZE_TEXT))) {
mode             2180 third_party/libxml/src/c14n.c         } else if ((*cur == '>') && (mode == XMLC14N_NORMALIZE_TEXT)) {
mode             2185 third_party/libxml/src/c14n.c         } else if ((*cur == '&') && ((mode == XMLC14N_NORMALIZE_ATTR) ||
mode             2186 third_party/libxml/src/c14n.c                                      (mode == XMLC14N_NORMALIZE_TEXT))) {
mode             2192 third_party/libxml/src/c14n.c         } else if ((*cur == '"') && (mode == XMLC14N_NORMALIZE_ATTR)) {
mode             2199 third_party/libxml/src/c14n.c         } else if ((*cur == '\x09') && (mode == XMLC14N_NORMALIZE_ATTR)) {
mode             2205 third_party/libxml/src/c14n.c         } else if ((*cur == '\x0A') && (mode == XMLC14N_NORMALIZE_ATTR)) {
mode             2211 third_party/libxml/src/c14n.c         } else if ((*cur == '\x0D') && ((mode == XMLC14N_NORMALIZE_ATTR) ||
mode             2212 third_party/libxml/src/c14n.c                                         (mode == XMLC14N_NORMALIZE_TEXT) ||
mode             2213 third_party/libxml/src/c14n.c                                         (mode == XMLC14N_NORMALIZE_COMMENT) ||
mode             2214 third_party/libxml/src/c14n.c 					(mode == XMLC14N_NORMALIZE_PI))) {
mode               70 third_party/libxml/src/include/libxml/c14n.h 					 int mode, /* a xmlC14NMode */
mode               78 third_party/libxml/src/include/libxml/c14n.h 					 int mode, /* a xmlC14NMode */
mode               86 third_party/libxml/src/include/libxml/c14n.h 					 int mode, /* a xmlC14NMode */
mode              114 third_party/libxml/src/include/libxml/c14n.h 					 int mode, /* a xmlC14NMode */
mode             1190 third_party/libxml/src/include/libxml/tree.h 					 int mode);
mode             1194 third_party/libxml/src/include/libxml/tree.h 		xmlSetCompressMode	(int mode);
mode             3699 third_party/libxml/src/runtest.c c14nRunTest(const char* xml_filename, int with_comments, int mode,
mode             3761 third_party/libxml/src/runtest.c 	    mode, inclusive_namespaces,
mode             3789 third_party/libxml/src/runtest.c c14nCommonTest(const char *filename, int with_comments, int mode,
mode             3822 third_party/libxml/src/runtest.c     if (c14nRunTest(filename, with_comments, mode,
mode               56 third_party/libxml/src/testC14N.c test_c14n(const char* xml_filename, int with_comments, int mode,
mode              103 third_party/libxml/src/testC14N.c 	    mode, inclusive_namespaces,
mode             5355 third_party/libxml/src/testapi.c     int mode; /* the c14n mode (see @xmlC14NMode) */
mode             5373 third_party/libxml/src/testapi.c         mode = gen_int(n_mode, 2);
mode             5378 third_party/libxml/src/testapi.c         ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
mode             5383 third_party/libxml/src/testapi.c         des_int(n_mode, mode, 2);
mode             5424 third_party/libxml/src/testapi.c     int mode; /* the c14n mode (see @xmlC14NMode) */
mode             5445 third_party/libxml/src/testapi.c         mode = gen_int(n_mode, 2);
mode             5451 third_party/libxml/src/testapi.c         ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compression);
mode             5456 third_party/libxml/src/testapi.c         des_int(n_mode, mode, 2);
mode             5500 third_party/libxml/src/testapi.c     int mode; /* the c14n mode (see @xmlC14NMode) */
mode             5518 third_party/libxml/src/testapi.c         mode = gen_int(n_mode, 2);
mode             5523 third_party/libxml/src/testapi.c         ret_val = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes, with_comments, buf);
mode             5528 third_party/libxml/src/testapi.c         des_int(n_mode, mode, 2);
mode             23298 third_party/libxml/src/testapi.c     int mode; /* the compression ratio */
mode             23303 third_party/libxml/src/testapi.c         mode = gen_int(n_mode, 0);
mode             23305 third_party/libxml/src/testapi.c         xmlSetCompressMode(mode);
mode             23307 third_party/libxml/src/testapi.c         des_int(n_mode, mode, 0);
mode             23330 third_party/libxml/src/testapi.c     int mode; /* the compression ratio */
mode             23337 third_party/libxml/src/testapi.c         mode = gen_int(n_mode, 1);
mode             23339 third_party/libxml/src/testapi.c         xmlSetDocCompressMode(doc, mode);
mode             23342 third_party/libxml/src/testapi.c         des_int(n_mode, mode, 1);
mode             7556 third_party/libxml/src/tree.c xmlSetDocCompressMode (xmlDocPtr doc, int mode) {
mode             7558 third_party/libxml/src/tree.c     if (mode < 0) doc->compression = 0;
mode             7559 third_party/libxml/src/tree.c     else if (mode > 9) doc->compression = 9;
mode             7560 third_party/libxml/src/tree.c     else doc->compression = mode;
mode             7583 third_party/libxml/src/tree.c xmlSetCompressMode(int mode) {
mode             7584 third_party/libxml/src/tree.c     if (mode < 0) xmlCompressMode = 0;
mode             7585 third_party/libxml/src/tree.c     else if (mode > 9) xmlCompressMode = 9;
mode             7586 third_party/libxml/src/tree.c     else xmlCompressMode = mode;
mode              598 third_party/libxml/src/xmlIO.c xmlWrapOpenUtf8(const char *path,int mode)
mode              606 third_party/libxml/src/xmlIO.c        fd = _wfopen(wPath, mode ? L"wb" : L"rb");
mode              611 third_party/libxml/src/xmlIO.c        fd = fopen(path, mode ? "wb" : "rb");
mode              618 third_party/libxml/src/xmlIO.c xmlWrapGzOpenUtf8(const char *path, const char *mode)
mode              623 third_party/libxml/src/xmlIO.c     fd = gzopen (path, mode);
mode              630 third_party/libxml/src/xmlIO.c 	int d, m = (strstr(mode, "r") ? O_RDONLY : O_RDWR);
mode              632 third_party/libxml/src/xmlIO.c         m |= (strstr(mode, "b") ? _O_BINARY : 0);
mode              636 third_party/libxml/src/xmlIO.c 	    fd = gzdopen(d, mode);
mode              683 third_party/libxml/src/xmlIO.c xmlWrapOpenNative(const char *path,int mode)
mode              685 third_party/libxml/src/xmlIO.c     return fopen(path,mode ? "wb" : "rb");
mode              708 third_party/libxml/src/xmlIO.c typedef FILE* (* xmlWrapOpenFunc)(const char *f,int mode);
mode              711 third_party/libxml/src/xmlIO.c typedef gzFile (* xmlWrapGzOpenFunc) (const char *f, const char *mode);
mode             1217 third_party/libxml/src/xmlIO.c     char mode[15];
mode             1220 third_party/libxml/src/xmlIO.c     snprintf(mode, sizeof(mode), "wb%d", compression);
mode             1222 third_party/libxml/src/xmlIO.c         fd = gzdopen(dup(1), mode);
mode             1245 third_party/libxml/src/xmlIO.c     fd = xmlWrapGzOpen(path, mode);
mode             1247 third_party/libxml/src/xmlIO.c     fd = gzopen(path, mode);
mode              117 third_party/libxml/src/xmlreader.c     int				mode;	/* the parsing mode */
mode              825 third_party/libxml/src/xmlreader.c 	    if (reader->mode != XML_TEXTREADER_MODE_EOF) {
mode              830 third_party/libxml/src/xmlreader.c 			reader->mode = XML_TEXTREADER_MODE_EOF;
mode              834 third_party/libxml/src/xmlreader.c 		    reader->mode = XML_TEXTREADER_MODE_EOF;
mode              841 third_party/libxml/src/xmlreader.c 		    reader->mode = XML_TEXTREADER_MODE_EOF;
mode              874 third_party/libxml/src/xmlreader.c     if (reader->mode == XML_TEXTREADER_MODE_INTERACTIVE) {
mode              890 third_party/libxml/src/xmlreader.c     else if (reader->mode == XML_TEXTREADER_MODE_EOF) {
mode             1188 third_party/libxml/src/xmlreader.c 	if (reader->mode == XML_TEXTREADER_MODE_EOF)
mode             1192 third_party/libxml/src/xmlreader.c 	    reader->mode = XML_TEXTREADER_MODE_ERROR;
mode             1195 third_party/libxml/src/xmlreader.c     } while(reader->mode != XML_TEXTREADER_MODE_EOF);
mode             1274 third_party/libxml/src/xmlreader.c     if (reader->mode == XML_TEXTREADER_MODE_INITIAL) {
mode             1275 third_party/libxml/src/xmlreader.c 	reader->mode = XML_TEXTREADER_MODE_INTERACTIVE;
mode             1282 third_party/libxml/src/xmlreader.c 			reader->mode = XML_TEXTREADER_MODE_ERROR;
mode             1287 third_party/libxml/src/xmlreader.c 		 ((reader->mode != XML_TEXTREADER_MODE_EOF) &&
mode             1294 third_party/libxml/src/xmlreader.c 			reader->mode = XML_TEXTREADER_MODE_ERROR;
mode             1317 third_party/libxml/src/xmlreader.c 	if (reader->mode == XML_TEXTREADER_MODE_EOF)
mode             1345 third_party/libxml/src/xmlreader.c 		reader->mode = XML_TEXTREADER_MODE_ERROR;
mode             1426 third_party/libxml/src/xmlreader.c 	if (reader->mode != XML_TEXTREADER_MODE_EOF) {
mode             1597 third_party/libxml/src/xmlreader.c     return(reader->mode);
mode             2091 third_party/libxml/src/xmlreader.c     ret->mode = XML_TEXTREADER_MODE_INITIAL;
mode             2268 third_party/libxml/src/xmlreader.c     reader->mode = XML_TEXTREADER_MODE_CLOSED;
mode             2477 third_party/libxml/src/xmlreader.c     reader->mode = XML_TEXTREADER_MODE_EOF;
mode             3755 third_party/libxml/src/xmlreader.c 		    if (reader->mode != XML_TEXTREADER_MODE_INITIAL)
mode             4097 third_party/libxml/src/xmlreader.c     if (reader->mode != XML_TEXTREADER_MODE_INITIAL)
mode             4162 third_party/libxml/src/xmlreader.c     if (reader->mode != XML_TEXTREADER_MODE_INITIAL)
mode             4240 third_party/libxml/src/xmlreader.c     if (reader->mode != XML_TEXTREADER_MODE_INITIAL)
mode             4316 third_party/libxml/src/xmlreader.c 	((reader->mode != XML_TEXTREADER_MODE_INITIAL) ||
mode             4998 third_party/libxml/src/xmlreader.c     reader->mode = XML_TEXTREADER_MODE_INITIAL;
mode             5168 third_party/libxml/src/xmlreader.c     ret->mode = XML_TEXTREADER_MODE_INITIAL;
mode             5367 third_party/libxml/src/xmlreader.c     reader->mode = XML_TEXTREADER_MODE_INITIAL;
mode             26660 third_party/libxml/src/xmlschemas.c 		  int mode, int *consumed)
mode             26733 third_party/libxml/src/xmlschemas.c 	switch (mode) {
mode               73 third_party/libxslt/libxslt/extra.c         if (ctxt->templTab[j]->mode != NULL)
mode               75 third_party/libxslt/libxslt/extra.c                              ctxt->templTab[j]->mode);
mode              103 third_party/libxslt/libxslt/pattern.c     const xmlChar *mode;         /* the mode */
mode              628 third_party/libxslt/libxslt/pattern.c 	          xmlNodePtr node, const xmlChar *mode,
mode              639 third_party/libxslt/libxslt/pattern.c     if (mode != NULL) {
mode              640 third_party/libxslt/libxslt/pattern.c 	if (comp->mode == NULL)
mode              645 third_party/libxslt/libxslt/pattern.c 	if (comp->mode != mode)
mode              648 third_party/libxslt/libxslt/pattern.c 	if (comp->mode != NULL)
mode             2030 third_party/libxslt/libxslt/pattern.c 	        const xmlChar *mode, const xmlChar *modeURI) {
mode             2054 third_party/libxslt/libxslt/pattern.c 	if (mode != NULL)
mode             2055 third_party/libxslt/libxslt/pattern.c 	    pat->mode = xmlDictLookup(style->dict, mode, -1);
mode             2124 third_party/libxslt/libxslt/pattern.c 		xmlHashAddEntry3(style->templatesHash, name, mode, modeURI, pat);
mode             2127 third_party/libxslt/libxslt/pattern.c 							 name, mode, modeURI);
mode             2130 third_party/libxslt/libxslt/pattern.c 				     mode, modeURI, pat);
mode             2140 third_party/libxslt/libxslt/pattern.c 					    mode, modeURI, pat, NULL);
mode             2176 third_party/libxslt/libxslt/pattern.c 	if (mode)
mode             2179 third_party/libxslt/libxslt/pattern.c 			     pat->pattern, pat->mode, pat->priority);
mode             2299 third_party/libxslt/libxslt/pattern.c 					     name, ctxt->mode, ctxt->modeURI);
mode             2304 third_party/libxslt/libxslt/pattern.c 			          ctxt->mode, ctxt->modeURI)) {
mode             2373 third_party/libxslt/libxslt/pattern.c 			          ctxt->mode, ctxt->modeURI)) {
mode             2390 third_party/libxslt/libxslt/pattern.c 				      ctxt->mode, ctxt->modeURI)) {
mode             2403 third_party/libxslt/libxslt/pattern.c 				      ctxt->mode, ctxt->modeURI)) {
mode             2418 third_party/libxslt/libxslt/pattern.c 				      ctxt->mode, ctxt->modeURI)) {
mode               58 third_party/libxslt/libxslt/pattern.h 					 const xmlChar *mode,
mode             1611 third_party/libxslt/libxslt/preproc.c 	0, NULL, &(comp->modeURI), &(comp->mode));
mode             4714 third_party/libxslt/libxslt/transform.c     oldMode = ctxt->mode;
mode             4733 third_party/libxslt/libxslt/transform.c     ctxt->mode = comp->mode;
mode             5055 third_party/libxslt/libxslt/transform.c     ctxt->mode = oldMode;
mode             5914 third_party/libxslt/libxslt/transform.c         if (ctxt->mode != NULL)
mode             5915 third_party/libxslt/libxslt/transform.c 	    ctxt->mode = xmlDictLookup(ctxt->dict, ctxt->mode, -1);
mode             5178 third_party/libxslt/libxslt/xslt.c 	templ->mode = xmlDictLookup(cctxt->style->dict, prop, -1);
mode             5181 third_party/libxslt/libxslt/xslt.c 	if (xmlValidateNCName(templ->mode, 0)) {
mode             5192 third_party/libxslt/libxslt/xslt.c 	     "xsltParseXSLTTemplate: mode %s\n", templ->mode);
mode             5277 third_party/libxslt/libxslt/xslt.c     xsltAddTemplate(cctxt->style, templ, templ->mode, templ->modeURI);
mode             5298 third_party/libxslt/libxslt/xslt.c     xmlChar *mode = NULL;
mode             5339 third_party/libxslt/libxslt/xslt.c 	    mode = prop;
mode             5343 third_party/libxslt/libxslt/xslt.c 	ret->mode = xmlDictLookup(style->dict, mode, -1);
mode             5347 third_party/libxslt/libxslt/xslt.c 	     "xsltParseStylesheetTemplate: mode %s\n", mode);
mode             5349 third_party/libxslt/libxslt/xslt.c         if (mode != NULL) xmlFree(mode);
mode             5413 third_party/libxslt/libxslt/xslt.c     xsltAddTemplate(style, ret, ret->mode, ret->modeURI);
mode              281 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;/* the local part of the mode QName */
mode              752 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;	/* apply-templates */
mode             1396 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;	/* apply-templates */
mode             1687 third_party/libxslt/libxslt/xsltInternals.h     const xmlChar *mode;		/* the current mode */
mode             1952 third_party/libxslt/libxslt/xsltutils.c 	if (templates[i]->mode != NULL) {
mode             1953 third_party/libxslt/libxslt/xsltutils.c 	    if (xmlStrlen(templates[i]->mode) > 10)
mode             1954 third_party/libxslt/libxslt/xsltutils.c 		fprintf(output, "%s\n%56s", templates[i]->mode, "");
mode             1956 third_party/libxslt/libxslt/xsltutils.c 		fprintf(output, "%10s", templates[i]->mode);
mode             2069 third_party/libxslt/libxslt/xsltutils.c         xmlSetProp(child, BAD_CAST "mode", BAD_CAST templates[i]->mode);
mode               36 third_party/lzma_sdk/Lzma2Dec.c #define LZMA2_IS_THERE_PROP(mode) ((mode) >= 2)
mode              248 third_party/lzma_sdk/Lzma2Dec.c           int mode = LZMA2_GET_LZMA_MODE(p);
mode              249 third_party/lzma_sdk/Lzma2Dec.c           Bool initDic = (mode == 3);
mode              250 third_party/lzma_sdk/Lzma2Dec.c           Bool initState = (mode > 0);
mode              536 third_party/npapi/bindings/npapi.h   uint16_t mode;               /* NP_FULL or NP_EMBED */
mode              828 third_party/npapi/bindings/npapi.h                           uint16_t mode, int16_t argc, char* argn[],
mode              365 third_party/npapi/bindings/npapi_extensions.h     NPDeviceSynchronizationMode mode,
mode              575 third_party/npapi/bindings/npapi_extensions.h     NPChooseFileMode mode,
mode               51 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
mode              208 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
mode              231 third_party/npapi/npspy/common/epmanager.cpp   NPError rv = CallNPP_NewProc(nppfuncs->newp, pluginType, instance, mode, argc, argn, argv, saved);
mode               63 third_party/npapi/npspy/common/npp_gate.cpp                 uint16 mode,
mode               76 third_party/npapi/npspy/common/npp_gate.cpp     logger->logCall(action_npp_new, (DWORD)pluginType, (DWORD)instance, (DWORD)mode, (DWORD)argc, (DWORD)argn, (DWORD)argv, (DWORD)saved);
mode              172 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_New(pluginType, instance, mode, argc, argn, argv, saved);
mode              646 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jbooleanArray array, jboolean *elems, jint mode);
mode              648 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jbyteArray array, jbyte *elems, jint mode);
mode              650 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jcharArray array, jchar *elems, jint mode);
mode              652 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jshortArray array, jshort *elems, jint mode);
mode              654 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jintArray array, jint *elems, jint mode);
mode              656 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jlongArray array, jlong *elems, jint mode);
mode              658 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jfloatArray array, jfloat *elems, jint mode);
mode              660 third_party/npapi/npspy/extern/java/jni.h       (JNIEnv *env, jdoubleArray array, jdouble *elems, jint mode);
mode             1605 third_party/npapi/npspy/extern/java/jni.h 				     jint mode) {
mode             1606 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseBooleanArrayElements(this,array,elems,mode);
mode             1610 third_party/npapi/npspy/extern/java/jni.h 				  jint mode) {
mode             1611 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseByteArrayElements(this,array,elems,mode);
mode             1615 third_party/npapi/npspy/extern/java/jni.h 				  jint mode) {
mode             1616 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseCharArrayElements(this,array,elems,mode);
mode             1620 third_party/npapi/npspy/extern/java/jni.h 				   jint mode) {
mode             1621 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseShortArrayElements(this,array,elems,mode);
mode             1625 third_party/npapi/npspy/extern/java/jni.h 				 jint mode) {
mode             1626 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseIntArrayElements(this,array,elems,mode);
mode             1630 third_party/npapi/npspy/extern/java/jni.h 				  jint mode) {
mode             1631 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseLongArrayElements(this,array,elems,mode);
mode             1635 third_party/npapi/npspy/extern/java/jni.h 				   jint mode) {
mode             1636 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseFloatArrayElements(this,array,elems,mode);
mode             1640 third_party/npapi/npspy/extern/java/jni.h 				    jint mode) {
mode             1641 third_party/npapi/npspy/extern/java/jni.h         functions->ReleaseDoubleArrayElements(this,array,elems,mode);
mode              121 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetIOMode_t)(JRIRuntimeInstance* runtime, JRIIOModeFlags mode);
mode              128 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetFSMode_t)(JRIRuntimeInstance* runtime, JRIFSModeFlags mode);
mode              136 third_party/npapi/npspy/extern/java/jriext.h (*JRI_SetRTMode_t)(JRIRuntimeInstance* runtime, JRIRTModeFlags mode);
mode              178 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetIOMode(runtime, mode)		\
mode              179 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->SetIOMode(runtime, mode))
mode              185 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetFSMode(runtime, mode)		\
mode              186 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->SetFSMode(runtime, mode))
mode              193 third_party/npapi/npspy/extern/java/jriext.h #define JRI_SetRTMode(runtime, mode)		\
mode              194 third_party/npapi/npspy/extern/java/jriext.h 	((*(runtime))->SetRTMode(runtime, mode))
mode              522 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRInt32) _MD_open(const char *name, PRIntn osflags, PRIntn mode);
mode              538 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRInt32) _MD_mkdir(const char *name, PRIntn mode);
mode              609 third_party/npapi/npspy/extern/nspr/md/_macos.h extern FILE *_OS_FOPEN(const char *filename, const char *mode);
mode              253 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h #define S_ISSOCK(mode)   ((mode&0xF000) == 0xC000)
mode              256 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h #define S_ISLNK(mode)   ((mode&0xA000) == 0xC000)
mode              340 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRInt32  _MD_open(const char *name, PRIntn osflags, PRIntn mode);
mode              348 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRInt32	_MD_mkdir(const char *name, PRIntn mode);
mode              362 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_OPEN(name, osflags, mode)	_MD_open(name, osflags, mode)
mode              363 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_OPEN_FILE(name, osflags, mode)	_MD_open(name, osflags, mode)
mode              375 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_MKDIR(name, mode)		    _MD_mkdir(name, mode)
mode              376 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_MAKE_DIR(name, mode)		_MD_mkdir(name, mode)
mode              215 third_party/npapi/npspy/extern/nspr/md/_win95.h     PRIntn mode,
mode              254 third_party/npapi/npspy/extern/nspr/md/_winnt.h     PRIntn mode,
mode               82 third_party/npapi/npspy/extern/nspr/prdtoa.h NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
mode              637 third_party/npapi/npspy/extern/nspr/prio.h NSPR_API(PRFileDesc*) PR_Open(const char *name, PRIntn flags, PRIntn mode);
mode              664 third_party/npapi/npspy/extern/nspr/prio.h     const char *name, PRIntn flags, PRIntn mode);
mode              671 third_party/npapi/npspy/extern/nspr/prio.h     const PRUnichar *name, PRIntn flags, PRIntn mode);
mode             1141 third_party/npapi/npspy/extern/nspr/prio.h NSPR_API(PRStatus) PR_MkDir(const char *name, PRIntn mode);
mode             1153 third_party/npapi/npspy/extern/nspr/prio.h NSPR_API(PRStatus) PR_MakeDir(const char *name, PRIntn mode);
mode               90 third_party/npapi/npspy/extern/nspr/pripcsem.h     const char *name, PRIntn flags, PRIntn mode, PRUintn value);
mode              181 third_party/npapi/npspy/extern/nspr/prshm.h         PRIntn      mode
mode              501 third_party/npapi/npspy/extern/plugin/npapi.h   uint16 mode;               /* NP_FULL or NP_EMBED */
mode              685 third_party/npapi/npspy/extern/plugin/npapi.h                           uint16 mode, int16 argc, char* argn[],
mode               89 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_NewUPP)(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
mode               90 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
mode               76 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc #define mkdir(name, mode) mkdir(name)
mode             1826 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     switch (mode()) {
mode             1885 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     switch (mode()) {
mode             2083 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   switch (mode()) {
mode               53 third_party/protobuf/src/google/protobuf/testing/file.cc #define mkdir(name, mode) mkdir(name)
mode               96 third_party/protobuf/src/google/protobuf/testing/file.cc bool File::CreateDir(const string& name, int mode) {
mode               97 third_party/protobuf/src/google/protobuf/testing/file.cc   return mkdir(name.c_str(), mode) == 0;
mode              100 third_party/protobuf/src/google/protobuf/testing/file.cc bool File::RecursivelyCreateDir(const string& path, int mode) {
mode              101 third_party/protobuf/src/google/protobuf/testing/file.cc   if (CreateDir(path, mode)) return true;
mode              112 third_party/protobuf/src/google/protobuf/testing/file.cc   return RecursivelyCreateDir(path.substr(0, slashpos), mode) &&
mode              113 third_party/protobuf/src/google/protobuf/testing/file.cc          CreateDir(path, mode);
mode               63 third_party/protobuf/src/google/protobuf/testing/file.h   static bool CreateDir(const string& name, int mode);
mode               66 third_party/protobuf/src/google/protobuf/testing/file.h   static bool RecursivelyCreateDir(const string& path, int mode);
mode               56 third_party/protobuf/src/google/protobuf/testing/googletest.cc #define mkdir(name, mode) mkdir(name)
mode              143 third_party/speech-dispatcher/libspeechd.h     SPDConnectionMode mode;
mode              163 third_party/speech-dispatcher/libspeechd.h 			SPDConnectionMode mode);
mode              165 third_party/speech-dispatcher/libspeechd.h 			 SPDConnectionMode mode, SPDConnectionAddress *address, int autospawn,
mode              208 third_party/speech-dispatcher/libspeechd.h int spd_set_data_mode(SPDConnection *connection, SPDDataMode mode);
mode             22850 third_party/sqlite/amalgamation/sqlite3.c   ULONG mode, timeout;
mode             22855 third_party/sqlite/amalgamation/sqlite3.c   mode = 1;     /* shared lock */
mode             22864 third_party/sqlite/amalgamation/sqlite3.c       mode = 0;                 /* exclusive lock */
mode             22867 third_party/sqlite/amalgamation/sqlite3.c                            NULL, &area, timeout, mode);
mode              838 third_party/sqlite/src/src/os_os2.c   ULONG mode, timeout;
mode              843 third_party/sqlite/src/src/os_os2.c   mode = 1;     /* shared lock */
mode              852 third_party/sqlite/src/src/os_os2.c       mode = 0;                 /* exclusive lock */
mode              855 third_party/sqlite/src/src/os_os2.c                            NULL, &area, timeout, mode);
mode              389 third_party/sqlite/src/src/shell.c   int mode;
mode              405 third_party/sqlite/src/src/shell.c   int mode;              /* An output mode setting */
mode              656 third_party/sqlite/src/src/shell.c   switch( p->mode ){
mode              716 third_party/sqlite/src/src/shell.c         if( p->mode==MODE_Explain && azArg[i] && 
mode              739 third_party/sqlite/src/src/shell.c         }else if( p->mode==MODE_Semi ){
mode             1534 third_party/sqlite/src/src/shell.c     data.mode = MODE_Column;
mode             1613 third_party/sqlite/src/src/shell.c         p->explainPrev.mode = p->mode;
mode             1624 third_party/sqlite/src/src/shell.c       p->mode = MODE_Explain;
mode             1637 third_party/sqlite/src/src/shell.c       p->mode = p->explainPrev.mode;
mode             1778 third_party/sqlite/src/src/shell.c     data.mode = MODE_List;
mode             1876 third_party/sqlite/src/src/shell.c       p->mode = MODE_Line;
mode             1880 third_party/sqlite/src/src/shell.c       p->mode = MODE_Column;
mode             1882 third_party/sqlite/src/src/shell.c       p->mode = MODE_List;
mode             1884 third_party/sqlite/src/src/shell.c       p->mode = MODE_Html;
mode             1886 third_party/sqlite/src/src/shell.c       p->mode = MODE_Tcl;
mode             1888 third_party/sqlite/src/src/shell.c       p->mode = MODE_Csv;
mode             1891 third_party/sqlite/src/src/shell.c       p->mode = MODE_List;
mode             1894 third_party/sqlite/src/src/shell.c       p->mode = MODE_Insert;
mode             1906 third_party/sqlite/src/src/shell.c       p->mode = MODE_Insert;
mode             2016 third_party/sqlite/src/src/shell.c     data.mode = MODE_Semi;
mode             2093 third_party/sqlite/src/src/shell.c     fprintf(p->out,"%9.9s: %s\n","mode", modeDescr[p->mode]);
mode             2649 third_party/sqlite/src/src/shell.c   data->mode = MODE_List;
mode             2802 third_party/sqlite/src/src/shell.c       data.mode = MODE_Html;
mode             2804 third_party/sqlite/src/src/shell.c       data.mode = MODE_List;
mode             2806 third_party/sqlite/src/src/shell.c       data.mode = MODE_Line;
mode             2808 third_party/sqlite/src/src/shell.c       data.mode = MODE_Column;
mode             2810 third_party/sqlite/src/src/shell.c       data.mode = MODE_Csv;
mode              303 third_party/sqlite/src/src/tclsqlite.c static void incrblobWatch(ClientData instanceData, int mode){ 
mode               95 third_party/sqlite/src/src/test_syscall.c static int ts_access(const char *zPath, int mode);
mode              107 third_party/sqlite/src/src/test_syscall.c static int ts_fchmod(int fd, mode_t mode);
mode              206 third_party/sqlite/src/src/test_syscall.c static int ts_open(const char *zFile, int flags, int mode){
mode              210 third_party/sqlite/src/src/test_syscall.c   return orig_open(zFile, flags, mode);
mode              232 third_party/sqlite/src/src/test_syscall.c static int ts_access(const char *zPath, int mode){
mode              236 third_party/sqlite/src/src/test_syscall.c   return orig_access(zPath, mode);
mode              356 third_party/sqlite/src/src/test_syscall.c static int ts_fchmod(int fd, mode_t mode){
mode              360 third_party/sqlite/src/src/test_syscall.c   return orig_fchmod(fd, mode);
mode               26 third_party/sqlite/src/tool/lemon.c extern int access(const char *path, int mode);
mode             2752 third_party/sqlite/src/tool/lemon.c   const char *mode
mode             2758 third_party/sqlite/src/tool/lemon.c   fp = fopen(lemp->outname,mode);
mode             2759 third_party/sqlite/src/tool/lemon.c   if( fp==0 && *mode=='w' ){
mode             2770 third_party/sqlite/src/tool/lemon.c   if(( *mode=='w' ) && (strcmp(suffix, ".out") != 0)){
mode               46 third_party/talloc/libreplace/system/dir.h #define mkdir(dir, mode) mkdir(dir)
mode              131 third_party/talloc/libreplace/system/filesys.h #define S_ISDIR(mode)   ((mode & 0xF000) == S_IFDIR)
mode              164 third_party/tcmalloc/chromium/src/base/linuxthreads.cc static int c_open(const char *fname, int flags, int mode) {
mode              166 third_party/tcmalloc/chromium/src/base/linuxthreads.cc   NO_INTR(rc = sys_open(fname, flags, mode));
mode               96 third_party/tcmalloc/chromium/src/base/sysinfo.cc # define safeopen(filename, mode)  syscall(SYS_open, filename, mode)
mode               98 third_party/tcmalloc/chromium/src/base/sysinfo.cc # define safeopen(filename, mode)  open(filename, mode)
mode               78 third_party/tcmalloc/chromium/src/internal_logging.cc void Log(LogMode mode, const char* filename, int line,
mode              100 third_party/tcmalloc/chromium/src/internal_logging.cc   if (mode == kLog) {
mode              115 third_party/tcmalloc/chromium/src/internal_logging.cc   if (first_crash && mode == kCrashWithStats) {
mode               98 third_party/tcmalloc/chromium/src/internal_logging.h extern PERFTOOLS_DLL_DECL void Log(LogMode mode, const char* filename, int line,
mode              359 third_party/tcmalloc/chromium/src/windows/port.h inline int access(const char *pathname, int mode) {
mode              360 third_party/tcmalloc/chromium/src/windows/port.h   return _access(pathname, mode);
mode              362 third_party/tcmalloc/chromium/src/windows/port.h inline int open(const char *pathname, int flags, int mode = 0) {
mode              363 third_party/tcmalloc/chromium/src/windows/port.h   return _open(pathname, flags, mode);
mode              164 third_party/tcmalloc/vendor/src/base/linuxthreads.cc static int c_open(const char *fname, int flags, int mode) {
mode              166 third_party/tcmalloc/vendor/src/base/linuxthreads.cc   NO_INTR(rc = sys_open(fname, flags, mode));
mode               91 third_party/tcmalloc/vendor/src/base/sysinfo.cc # define safeopen(filename, mode)  syscall(SYS_open, filename, mode)
mode               93 third_party/tcmalloc/vendor/src/base/sysinfo.cc # define safeopen(filename, mode)  open(filename, mode)
mode               77 third_party/tcmalloc/vendor/src/internal_logging.cc void Log(LogMode mode, const char* filename, int line,
mode               99 third_party/tcmalloc/vendor/src/internal_logging.cc   if (mode == kLog) {
mode              114 third_party/tcmalloc/vendor/src/internal_logging.cc   if (first_crash && mode == kCrashWithStats) {
mode               98 third_party/tcmalloc/vendor/src/internal_logging.h extern PERFTOOLS_DLL_DECL void Log(LogMode mode, const char* filename, int line,
mode              356 third_party/tcmalloc/vendor/src/windows/port.h inline int access(const char *pathname, int mode) {
mode              357 third_party/tcmalloc/vendor/src/windows/port.h   return _access(pathname, mode);
mode              359 third_party/tcmalloc/vendor/src/windows/port.h inline int open(const char *pathname, int flags, int mode = 0) {
mode              360 third_party/tcmalloc/vendor/src/windows/port.h   return _open(pathname, flags, mode);
mode              769 third_party/wtl/include/atlwince.h 	BOOL SetOrientation(DRA::DisplayMode mode)
mode              773 third_party/wtl/include/atlwince.h 		ATLASSERT(mode == DRA::GetDisplayMode());
mode              777 third_party/wtl/include/atlwince.h 		UINT iResource = (mode == DRA::Landscape)? T::IDD_LANDSCAPE : T::IDD;
mode              780 third_party/wtl/include/atlwince.h 		pT->OnOrientation(mode);
mode               19 third_party/zlib/contrib/minizip/ioapi.c voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode)
mode               22 third_party/zlib/contrib/minizip/ioapi.c         return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode);
mode               25 third_party/zlib/contrib/minizip/ioapi.c         return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode);
mode               75 third_party/zlib/contrib/minizip/ioapi.c static voidpf  ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
mode               83 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode)
mode               87 third_party/zlib/contrib/minizip/ioapi.c     if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ)
mode               90 third_party/zlib/contrib/minizip/ioapi.c     if (mode & ZLIB_FILEFUNC_MODE_EXISTING)
mode               93 third_party/zlib/contrib/minizip/ioapi.c     if (mode & ZLIB_FILEFUNC_MODE_CREATE)
mode              101 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
mode              105 third_party/zlib/contrib/minizip/ioapi.c     if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ)
mode              108 third_party/zlib/contrib/minizip/ioapi.c     if (mode & ZLIB_FILEFUNC_MODE_EXISTING)
mode              111 third_party/zlib/contrib/minizip/ioapi.c     if (mode & ZLIB_FILEFUNC_MODE_CREATE)
mode              127 third_party/zlib/contrib/minizip/ioapi.h typedef voidpf   (ZCALLBACK *open_file_func)      OF((voidpf opaque, const char* filename, int mode));
mode              152 third_party/zlib/contrib/minizip/ioapi.h typedef voidpf   (ZCALLBACK *open64_file_func)    OF((voidpf opaque, const void* filename, int mode));
mode              186 third_party/zlib/contrib/minizip/ioapi.h voidpf call_zopen64 OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode));
mode              192 third_party/zlib/contrib/minizip/ioapi.h #define ZOPEN64(filefunc,filename,mode)         (call_zopen64((&(filefunc)),(filename),(mode)))
mode              194 third_party/zlib/contrib/minizip/ioapi.h #define ZSEEK64(filefunc,filestream,pos,mode)   (call_zseek64((&(filefunc)),(filestream),(pos),(mode)))
mode               28 third_party/zlib/contrib/minizip/iowin32.c voidpf  ZCALLBACK win32_open_file_func  OF((voidpf opaque, const char* filename, int mode));
mode               43 third_party/zlib/contrib/minizip/iowin32.c static void win32_translate_open_mode(int mode,
mode               51 third_party/zlib/contrib/minizip/iowin32.c     if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ)
mode               57 third_party/zlib/contrib/minizip/iowin32.c     else if (mode & ZLIB_FILEFUNC_MODE_EXISTING)
mode               62 third_party/zlib/contrib/minizip/iowin32.c     else if (mode & ZLIB_FILEFUNC_MODE_CREATE)
mode               88 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
mode               94 third_party/zlib/contrib/minizip/iowin32.c     win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes);
mode              103 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
mode              109 third_party/zlib/contrib/minizip/iowin32.c     win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes);
mode              118 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode)
mode              124 third_party/zlib/contrib/minizip/iowin32.c     win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes);
mode              133 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode)
mode              139 third_party/zlib/contrib/minizip/iowin32.c     win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes);
mode               37 third_party/zlib/google/zip_internal.cc void* ZipOpenFunc(void *opaque, const char* filename, int mode) {
mode               45 third_party/zlib/google/zip_internal.cc   if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER) == ZLIB_FILEFUNC_MODE_READ) {
mode               49 third_party/zlib/google/zip_internal.cc   } else if (mode & ZLIB_FILEFUNC_MODE_EXISTING) {
mode               52 third_party/zlib/google/zip_internal.cc   } else if (mode & ZLIB_FILEFUNC_MODE_CREATE) {
mode               82 third_party/zlib/google/zip_internal.cc void* FdOpenFileFunc(void* opaque, const char* filename, int mode) {
mode               86 third_party/zlib/google/zip_internal.cc   if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER) == ZLIB_FILEFUNC_MODE_READ)
mode               88 third_party/zlib/google/zip_internal.cc   else if (mode & ZLIB_FILEFUNC_MODE_EXISTING)
mode               90 third_party/zlib/google/zip_internal.cc   else if (mode & ZLIB_FILEFUNC_MODE_CREATE)
mode              122 third_party/zlib/google/zip_internal.cc void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) {
mode              151 third_party/zlib/google/zip_internal.cc void* OpenZipBuffer(void* opaque, const char* /*filename*/, int mode) {
mode              152 third_party/zlib/google/zip_internal.cc   if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER) != ZLIB_FILEFUNC_MODE_READ) {
mode               35 third_party/zlib/google/zip_reader_unittest.cc   FileWrapper(const base::FilePath& path, AccessMode mode) {
mode               37 third_party/zlib/google/zip_reader_unittest.cc     if (mode == READ_ONLY)
mode               21 third_party/zlib/gzclose.c     return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
mode               88 third_party/zlib/gzguts.h     int mode;               /* see gzip modes above */
mode               76 third_party/zlib/gzlib.c     if (state->mode == GZ_READ) {   /* for reading ... */
mode               89 third_party/zlib/gzlib.c local gzFile gz_open(path, fd, mode)
mode               92 third_party/zlib/gzlib.c     const char *mode;
mode              105 third_party/zlib/gzlib.c     state->mode = GZ_NONE;
mode              108 third_party/zlib/gzlib.c     while (*mode) {
mode              109 third_party/zlib/gzlib.c         if (*mode >= '0' && *mode <= '9')
mode              110 third_party/zlib/gzlib.c             state->level = *mode - '0';
mode              112 third_party/zlib/gzlib.c             switch (*mode) {
mode              114 third_party/zlib/gzlib.c                 state->mode = GZ_READ;
mode              118 third_party/zlib/gzlib.c                 state->mode = GZ_WRITE;
mode              121 third_party/zlib/gzlib.c                 state->mode = GZ_APPEND;
mode              143 third_party/zlib/gzlib.c         mode++;
mode              147 third_party/zlib/gzlib.c     if (state->mode == GZ_NONE) {
mode              169 third_party/zlib/gzlib.c             (state->mode == GZ_READ ?
mode              172 third_party/zlib/gzlib.c                     state->mode == GZ_WRITE ?
mode              181 third_party/zlib/gzlib.c     if (state->mode == GZ_APPEND)
mode              182 third_party/zlib/gzlib.c         state->mode = GZ_WRITE;         /* simplify later checks */
mode              185 third_party/zlib/gzlib.c     if (state->mode == GZ_READ) {
mode              198 third_party/zlib/gzlib.c gzFile ZEXPORT gzopen(path, mode)
mode              200 third_party/zlib/gzlib.c     const char *mode;
mode              202 third_party/zlib/gzlib.c     return gz_open(path, -1, mode);
mode              206 third_party/zlib/gzlib.c gzFile ZEXPORT gzopen64(path, mode)
mode              208 third_party/zlib/gzlib.c     const char *mode;
mode              210 third_party/zlib/gzlib.c     return gz_open(path, -1, mode);
mode              214 third_party/zlib/gzlib.c gzFile ZEXPORT gzdopen(fd, mode)
mode              216 third_party/zlib/gzlib.c     const char *mode;
mode              224 third_party/zlib/gzlib.c     gz = gz_open(path, fd, mode);
mode              240 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              266 third_party/zlib/gzlib.c     if (state->mode != GZ_READ || state->err != Z_OK)
mode              290 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              309 third_party/zlib/gzlib.c     if (state->mode == GZ_READ && state->how == COPY &&
mode              325 third_party/zlib/gzlib.c         if (state->mode != GZ_READ)         /* writing -- can't go backwards */
mode              335 third_party/zlib/gzlib.c     if (state->mode == GZ_READ) {
mode              374 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              402 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              409 third_party/zlib/gzlib.c     if (state->mode == GZ_READ)             /* reading */
mode              434 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              438 third_party/zlib/gzlib.c     return state->mode == GZ_READ ?
mode              453 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              472 third_party/zlib/gzlib.c     if (state->mode != GZ_READ && state->mode != GZ_WRITE)
mode              476 third_party/zlib/gzlib.c     if (state->mode == GZ_READ)
mode              378 third_party/zlib/gzread.c     if (state->mode != GZ_READ || state->err != Z_OK)
mode              466 third_party/zlib/gzread.c     if (state->mode != GZ_READ || state->err != Z_OK)
mode              494 third_party/zlib/gzread.c     if (state->mode != GZ_READ || state->err != Z_OK)
mode              555 third_party/zlib/gzread.c     if (state->mode != GZ_READ || state->err != Z_OK)
mode              614 third_party/zlib/gzread.c     if (state->mode != GZ_READ)
mode              639 third_party/zlib/gzread.c     if (state->mode != GZ_READ)
mode              160 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE || state->err != Z_OK)
mode              236 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE || state->err != Z_OK)
mode              295 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE || state->err != Z_OK)
mode              370 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE || state->err != Z_OK)
mode              438 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE || state->err != Z_OK)
mode              473 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE || state->err != Z_OK)
mode              512 third_party/zlib/gzwrite.c     if (state->mode != GZ_WRITE)
mode              270 third_party/zlib/infback.c     state->mode = TYPE;
mode              282 third_party/zlib/infback.c         switch (state->mode) {
mode              287 third_party/zlib/infback.c                 state->mode = DONE;
mode              297 third_party/zlib/infback.c                 state->mode = STORED;
mode              303 third_party/zlib/infback.c                 state->mode = LEN;              /* decode codes */
mode              308 third_party/zlib/infback.c                 state->mode = TABLE;
mode              312 third_party/zlib/infback.c                 state->mode = BAD;
mode              323 third_party/zlib/infback.c                 state->mode = BAD;
mode              346 third_party/zlib/infback.c             state->mode = TYPE;
mode              361 third_party/zlib/infback.c                 state->mode = BAD;
mode              383 third_party/zlib/infback.c                 state->mode = BAD;
mode              407 third_party/zlib/infback.c                             state->mode = BAD;
mode              430 third_party/zlib/infback.c                         state->mode = BAD;
mode              439 third_party/zlib/infback.c             if (state->mode == BAD) break;
mode              444 third_party/zlib/infback.c                 state->mode = BAD;
mode              458 third_party/zlib/infback.c                 state->mode = BAD;
mode              467 third_party/zlib/infback.c                 state->mode = BAD;
mode              471 third_party/zlib/infback.c             state->mode = LEN;
mode              511 third_party/zlib/infback.c                 state->mode = LEN;
mode              518 third_party/zlib/infback.c                 state->mode = TYPE;
mode              525 third_party/zlib/infback.c                 state->mode = BAD;
mode              557 third_party/zlib/infback.c                 state->mode = BAD;
mode              572 third_party/zlib/infback.c                 state->mode = BAD;
mode              179 third_party/zlib/inffast.c                     state->mode = BAD;
mode              193 third_party/zlib/inffast.c                             state->mode = BAD;
mode              289 third_party/zlib/inffast.c                 state->mode = BAD;
mode              299 third_party/zlib/inffast.c             state->mode = TYPE;
mode              304 third_party/zlib/inffast.c             state->mode = BAD;
mode              113 third_party/zlib/inflate.c     state->mode = HEAD;
mode              617 third_party/zlib/inflate.c     if (state->mode == TYPE) state->mode = TYPEDO;      /* skip check */
mode              623 third_party/zlib/inflate.c         switch (state->mode) {
mode              626 third_party/zlib/inflate.c                 state->mode = TYPEDO;
mode              635 third_party/zlib/inflate.c                 state->mode = FLAGS;
mode              647 third_party/zlib/inflate.c                 state->mode = BAD;
mode              652 third_party/zlib/inflate.c                 state->mode = BAD;
mode              661 third_party/zlib/inflate.c                 state->mode = BAD;
mode              667 third_party/zlib/inflate.c             state->mode = hold & 0x200 ? DICTID : TYPE;
mode              676 third_party/zlib/inflate.c                 state->mode = BAD;
mode              681 third_party/zlib/inflate.c                 state->mode = BAD;
mode              688 third_party/zlib/inflate.c             state->mode = TIME;
mode              695 third_party/zlib/inflate.c             state->mode = OS;
mode              704 third_party/zlib/inflate.c             state->mode = EXLEN;
mode              716 third_party/zlib/inflate.c             state->mode = EXTRA;
mode              738 third_party/zlib/inflate.c             state->mode = NAME;
mode              759 third_party/zlib/inflate.c             state->mode = COMMENT;
mode              779 third_party/zlib/inflate.c             state->mode = HCRC;
mode              785 third_party/zlib/inflate.c                     state->mode = BAD;
mode              795 third_party/zlib/inflate.c             state->mode = TYPE;
mode              802 third_party/zlib/inflate.c             state->mode = DICT;
mode              809 third_party/zlib/inflate.c             state->mode = TYPE;
mode              815 third_party/zlib/inflate.c                 state->mode = CHECK;
mode              825 third_party/zlib/inflate.c                 state->mode = STORED;
mode              831 third_party/zlib/inflate.c                 state->mode = LEN_;             /* decode codes */
mode              840 third_party/zlib/inflate.c                 state->mode = TABLE;
mode              844 third_party/zlib/inflate.c                 state->mode = BAD;
mode              853 third_party/zlib/inflate.c                 state->mode = BAD;
mode              860 third_party/zlib/inflate.c             state->mode = COPY_;
mode              863 third_party/zlib/inflate.c             state->mode = COPY;
mode              879 third_party/zlib/inflate.c             state->mode = TYPE;
mode              892 third_party/zlib/inflate.c                 state->mode = BAD;
mode              898 third_party/zlib/inflate.c             state->mode = LENLENS;
mode              914 third_party/zlib/inflate.c                 state->mode = BAD;
mode              919 third_party/zlib/inflate.c             state->mode = CODELENS;
mode              938 third_party/zlib/inflate.c                             state->mode = BAD;
mode              961 third_party/zlib/inflate.c                         state->mode = BAD;
mode              970 third_party/zlib/inflate.c             if (state->mode == BAD) break;
mode              975 third_party/zlib/inflate.c                 state->mode = BAD;
mode              989 third_party/zlib/inflate.c                 state->mode = BAD;
mode              998 third_party/zlib/inflate.c                 state->mode = BAD;
mode             1002 third_party/zlib/inflate.c             state->mode = LEN_;
mode             1005 third_party/zlib/inflate.c             state->mode = LEN;
mode             1011 third_party/zlib/inflate.c                 if (state->mode == TYPE)
mode             1039 third_party/zlib/inflate.c                 state->mode = LIT;
mode             1045 third_party/zlib/inflate.c                 state->mode = TYPE;
mode             1050 third_party/zlib/inflate.c                 state->mode = BAD;
mode             1054 third_party/zlib/inflate.c             state->mode = LENEXT;
mode             1064 third_party/zlib/inflate.c             state->mode = DIST;
mode             1086 third_party/zlib/inflate.c                 state->mode = BAD;
mode             1091 third_party/zlib/inflate.c             state->mode = DISTEXT;
mode             1102 third_party/zlib/inflate.c                 state->mode = BAD;
mode             1107 third_party/zlib/inflate.c             state->mode = MATCH;
mode             1116 third_party/zlib/inflate.c                         state->mode = BAD;
mode             1129 third_party/zlib/inflate.c                     if (state->length == 0) state->mode = LEN;
mode             1151 third_party/zlib/inflate.c             if (state->length == 0) state->mode = LEN;
mode             1157 third_party/zlib/inflate.c             state->mode = LEN;
mode             1175 third_party/zlib/inflate.c                     state->mode = BAD;
mode             1182 third_party/zlib/inflate.c             state->mode = LENGTH;
mode             1188 third_party/zlib/inflate.c                     state->mode = BAD;
mode             1195 third_party/zlib/inflate.c             state->mode = DONE;
mode             1217 third_party/zlib/inflate.c     if (state->wsize || (state->mode < CHECK && out != strm->avail_out))
mode             1219 third_party/zlib/inflate.c             state->mode = MEM;
mode             1231 third_party/zlib/inflate.c                       (state->mode == TYPE ? 128 : 0) +
mode             1232 third_party/zlib/inflate.c                       (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
mode             1263 third_party/zlib/inflate.c     if (state->wrap != 0 && state->mode != DICT)
mode             1267 third_party/zlib/inflate.c     if (state->mode == DICT) {
mode             1276 third_party/zlib/inflate.c         state->mode = MEM;
mode             1359 third_party/zlib/inflate.c     if (state->mode != SYNC) {
mode             1360 third_party/zlib/inflate.c         state->mode = SYNC;
mode             1384 third_party/zlib/inflate.c     state->mode = TYPE;
mode             1403 third_party/zlib/inflate.c     return state->mode == STORED && state->bits == 0;
mode             1478 third_party/zlib/inflate.c         (state->mode == COPY ? state->length :
mode             1479 third_party/zlib/inflate.c             (state->mode == MATCH ? state->was - state->length : 0));
mode               82 third_party/zlib/inflate.h     inflate_mode mode;          /* current inflate mode */
mode             1195 third_party/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
mode              115 third_party/zlib/zutil.h #  define F_OPEN(name, mode) \
mode              116 third_party/zlib/zutil.h      fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
mode              136 third_party/zlib/zutil.h #      define fdopen(fd,mode) NULL /* No fdopen() */
mode              156 third_party/zlib/zutil.h #  define fdopen(fd,mode) NULL /* No fdopen() */
mode              161 third_party/zlib/zutil.h #    define fdopen(fd,mode) NULL /* No fdopen() */
mode              190 third_party/zlib/zutil.h #  define F_OPEN(name, mode) fopen((name), (mode))
mode               19 tools/gn/escape.cc     if (str[i] == '$' && (options.mode & ESCAPE_NINJA)) {
mode               23 tools/gn/escape.cc     } else if (str[i] == '"' && (options.mode & ESCAPE_SHELL)) {
mode               29 tools/gn/escape.cc       if (options.mode & ESCAPE_NINJA) {
mode               33 tools/gn/escape.cc       if (options.mode & ESCAPE_SHELL) {
mode               45 tools/gn/escape.cc     } else if (str[i] == '\'' && (options.mode & ESCAPE_JSON)) {
mode               53 tools/gn/escape.cc     } else if (str[i] == '\\' && (options.mode & ESCAPE_SHELL)) {
mode               58 tools/gn/escape.cc     } else if (str[i] == '\\' && (options.mode & ESCAPE_JSON)) {
mode               30 tools/gn/escape.h       : mode(ESCAPE_NONE),
mode               35 tools/gn/escape.h   EscapingMode mode;
mode               10 tools/gn/escape_unittest.cc   shell_options.mode = ESCAPE_SHELL;
mode               13 tools/gn/escape_unittest.cc   ninja_options.mode = ESCAPE_NINJA;
mode               16 tools/gn/escape_unittest.cc   ninja_shell_options.mode = ESCAPE_NINJA_SHELL;
mode              160 tools/gn/file_template.cc   escape_options.mode = ESCAPE_NINJA_SHELL;
mode               81 tools/gn/file_template_unittest.cc   options.mode = ESCAPE_NINJA_SHELL;
mode              143 tools/gn/ninja_action_target_writer.cc   template_escape_options.mode = ESCAPE_NINJA_SHELL;
mode               20 tools/gn/ninja_binary_target_writer.cc   opts.mode = ESCAPE_NINJA;
mode               32 tools/gn/ninja_binary_target_writer.cc     options.mode = ESCAPE_SHELL;
mode              288 tools/gn/ninja_binary_target_writer.cc   lib_escape_opts.mode = ESCAPE_NINJA_SHELL;
mode               40 tools/gn/ninja_build_writer.cc   escape_shell.mode = ESCAPE_SHELL;
mode               22 tools/gn/path_output.cc   options_.mode = escaping;
mode               94 tools/gn/path_output.cc   if (options_.mode == ESCAPE_SHELL) {
mode               42 tools/gn/path_output.h   EscapingMode escaping_mode() const { return options_.mode; }
mode              399 ui/aura/window_tree_host_x11.cc       if (xev->xfocus.mode != NotifyGrab)
mode               54 ui/base/ime/chromeos/ime_bridge.h       type(type_), mode(mode_) {}
mode               63 ui/base/ime/chromeos/ime_bridge.h     ui::TextInputMode mode;
mode              518 ui/base/ime/input_method_chromeos_unittest.cc             mock_ime_engine_handler_->last_text_input_context().mode);
mode              530 ui/base/ime/input_method_chromeos_unittest.cc             mock_ime_engine_handler_->last_text_input_context().mode);
mode              540 ui/base/ime/input_method_chromeos_unittest.cc             mock_ime_engine_handler_->last_text_input_context().mode);
mode              551 ui/base/ime/input_method_chromeos_unittest.cc             mock_ime_engine_handler_->last_text_input_context().mode);
mode               73 ui/base/ime/remote_input_method_win_unittest.cc   void set_text_input_mode(ui::TextInputMode mode) {
mode               74 ui/base/ime/remote_input_method_win_unittest.cc     text_input_mode_ = mode;
mode               53 ui/display/chromeos/display_snapshot.h   void set_current_mode(const DisplayMode* mode) { current_mode_ = mode; }
mode               55 ui/display/chromeos/display_snapshot.h   void add_mode(const DisplayMode* mode) { modes_.push_back(mode); }
mode               58 ui/display/chromeos/native_display_delegate.h                        const ui::DisplayMode* mode) = 0;
mode               64 ui/display/chromeos/native_display_delegate.h                          const ui::DisplayMode* mode,
mode              129 ui/display/chromeos/output_configurator.cc     const DisplayMode* mode = *it;
mode              131 ui/display/chromeos/output_configurator.cc     if (mode->size() != size)
mode              135 ui/display/chromeos/output_configurator.cc       best_mode = mode;
mode              139 ui/display/chromeos/output_configurator.cc     if (mode->is_interlaced()) {
mode              146 ui/display/chromeos/output_configurator.cc         best_mode = mode;
mode              150 ui/display/chromeos/output_configurator.cc     if (mode->refresh_rate() < best_mode->refresh_rate())
mode              153 ui/display/chromeos/output_configurator.cc     best_mode = mode;
mode               54 ui/display/chromeos/output_configurator_unittest.cc                                    const DisplayMode* mode) {
mode               57 ui/display/chromeos/output_configurator_unittest.cc                             mode->ToString().c_str());
mode               63 ui/display/chromeos/output_configurator_unittest.cc                           const DisplayMode* mode,
mode               69 ui/display/chromeos/output_configurator_unittest.cc                             mode ? mode->ToString().c_str() : "NULL");
mode              224 ui/display/chromeos/output_configurator_unittest.cc                        const DisplayMode* mode) OVERRIDE {
mode              225 ui/display/chromeos/output_configurator_unittest.cc     log_->AppendAction(GetAddOutputModeAction(output, mode));
mode              228 ui/display/chromeos/output_configurator_unittest.cc                          const DisplayMode* mode,
mode              230 ui/display/chromeos/output_configurator_unittest.cc     log_->AppendAction(GetCrtcAction(output, mode, origin));
mode              235 ui/display/chromeos/output_configurator_unittest.cc     if (!mode)
mode              238 ui/display/chromeos/output_configurator_unittest.cc     return mode->size().GetArea() <= max_configurable_pixels_;
mode               45 ui/display/chromeos/ozone/native_display_delegate_ozone.cc                                          const ui::DisplayMode* mode) {
mode               50 ui/display/chromeos/ozone/native_display_delegate_ozone.cc                                            const ui::DisplayMode* mode,
mode               27 ui/display/chromeos/ozone/native_display_delegate_ozone.h                        const ui::DisplayMode* mode) OVERRIDE;
mode               29 ui/display/chromeos/ozone/native_display_delegate_ozone.h                          const ui::DisplayMode* mode,
mode               30 ui/display/chromeos/test/test_display_snapshot.h   void set_current_mode(const ui::DisplayMode* mode) { current_mode_ = mode; }
mode               31 ui/display/chromeos/test/test_display_snapshot.h   void set_native_mode(const ui::DisplayMode* mode) { native_mode_ = mode; }
mode              244 ui/display/chromeos/x11/native_display_delegate_x11.cc                                        const DisplayMode* mode) {
mode              246 ui/display/chromeos/x11/native_display_delegate_x11.cc   CHECK(mode) << "Must add valid mode";
mode              250 ui/display/chromeos/x11/native_display_delegate_x11.cc   RRMode mode_id = static_cast<const DisplayModeX11*>(mode)->mode_id();
mode              258 ui/display/chromeos/x11/native_display_delegate_x11.cc                                          const DisplayMode* mode,
mode              263 ui/display/chromeos/x11/native_display_delegate_x11.cc   if (mode)
mode              264 ui/display/chromeos/x11/native_display_delegate_x11.cc     mode_id = static_cast<const DisplayModeX11*>(mode)->mode_id();
mode              271 ui/display/chromeos/x11/native_display_delegate_x11.cc                                              RRMode mode,
mode              276 ui/display/chromeos/x11/native_display_delegate_x11.cc   VLOG(1) << "ConfigureCrtc: crtc=" << crtc << " mode=" << mode
mode              287 ui/display/chromeos/x11/native_display_delegate_x11.cc                        mode,
mode              289 ui/display/chromeos/x11/native_display_delegate_x11.cc                        (output && mode) ? &output : NULL,
mode              290 ui/display/chromeos/x11/native_display_delegate_x11.cc                        (output && mode) ? 1 : 0) != RRSetConfigSuccess) {
mode              292 ui/display/chromeos/x11/native_display_delegate_x11.cc                  << " mode=" << mode << " output=" << output << " x=" << x
mode              372 ui/display/chromeos/x11/native_display_delegate_x11.cc     current_mode_id = crtc_info->mode;
mode              392 ui/display/chromeos/x11/native_display_delegate_x11.cc     const RRMode mode = info->modes[i];
mode              393 ui/display/chromeos/x11/native_display_delegate_x11.cc     if (modes_.find(mode) != modes_.end()) {
mode              394 ui/display/chromeos/x11/native_display_delegate_x11.cc       display_modes.push_back(modes_.at(mode));
mode              396 ui/display/chromeos/x11/native_display_delegate_x11.cc       if (mode == current_mode_id)
mode              398 ui/display/chromeos/x11/native_display_delegate_x11.cc       if (mode == native_mode_id)
mode              401 ui/display/chromeos/x11/native_display_delegate_x11.cc       LOG(WARNING) << "Unable to find XRRModeInfo for mode " << mode;
mode              531 ui/display/chromeos/x11/native_display_delegate_x11.cc     RRMode mode = None;
mode              547 ui/display/chromeos/x11/native_display_delegate_x11.cc       mode = static_cast<const DisplayModeX11*>(mode_info)->mode_id();
mode              554 ui/display/chromeos/x11/native_display_delegate_x11.cc         mode = None;
mode              560 ui/display/chromeos/x11/native_display_delegate_x11.cc     ConfigureCrtc(crtc, mode, output, 0, 0);
mode               78 ui/display/chromeos/x11/native_display_delegate_x11.h                        const DisplayMode* mode) OVERRIDE;
mode               80 ui/display/chromeos/x11/native_display_delegate_x11.h                          const DisplayMode* mode,
mode              115 ui/display/chromeos/x11/native_display_delegate_x11.h   bool ConfigureCrtc(RRCrtc crtc, RRMode mode, RROutput output, int x, int y);
mode               51 ui/display/chromeos/x11/native_display_event_dispatcher_x11.cc           << " mode=" << output_change_event->mode
mode               72 ui/display/chromeos/x11/native_display_event_dispatcher_x11.cc             x11_mode->mode_id() == output_change_event->mode) {
mode              105 ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc                                  RRMode mode,
mode              140 ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc     RRMode mode,
mode              147 ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc   event.mode = mode;
mode               51 ui/display/chromeos/x11/touchscreen_delegate_x11.cc           if (valuator_info->number == 0 && valuator_info->mode == Absolute &&
mode               57 ui/display/chromeos/x11/touchscreen_delegate_x11.cc           if (valuator_info->number == 1 && valuator_info->mode == Absolute &&
mode               67 ui/display/chromeos/x11/touchscreen_delegate_x11.cc         is_direct_touch = touch_info->mode == XIDirectTouch;
mode              135 ui/events/x/touch_factory_x11.cc           if (tci->mode == XIDirectTouch) {
mode              156 ui/events/x/touch_factory_x11.cc           if (tci->mode == XIDirectTouch)
mode              228 ui/gfx/canvas.cc void Canvas::DrawColor(SkColor color, SkXfermode::Mode mode) {
mode              229 ui/gfx/canvas.cc   canvas_->drawColor(color, mode);
mode              238 ui/gfx/canvas.cc                       SkXfermode::Mode mode) {
mode              242 ui/gfx/canvas.cc   paint.setXfermodeMode(mode);
mode              252 ui/gfx/canvas.cc                       SkXfermode::Mode mode) {
mode              260 ui/gfx/canvas.cc   paint.setXfermodeMode(mode);
mode              224 ui/gfx/canvas.h   void DrawColor(SkColor color, SkXfermode::Mode mode);
mode              231 ui/gfx/canvas.h   void FillRect(const Rect& rect, SkColor color, SkXfermode::Mode mode);
mode              243 ui/gfx/canvas.h   void DrawRect(const Rect& rect, SkColor color, SkXfermode::Mode mode);
mode               78 ui/gfx/gpu_memory_buffer.h   virtual void* Map(AccessMode mode) = 0;
mode               58 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc                        drmModeModeInfo* mode) OVERRIDE {
mode               66 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc   virtual bool AddFramebuffer(const drmModeModeInfo& mode,
mode               41 ui/gfx/ozone/dri/dri_surface_unittest.cc                        drmModeModeInfo* mode) OVERRIDE { return true; }
mode               45 ui/gfx/ozone/dri/dri_surface_unittest.cc   virtual bool AddFramebuffer(const drmModeModeInfo& mode,
mode               36 ui/gfx/ozone/dri/dri_wrapper.cc                               drmModeModeInfo* mode) {
mode               38 ui/gfx/ozone/dri/dri_wrapper.cc   return !drmModeSetCrtc(fd_, crtc_id, framebuffer, 0, 0, connectors, 1, mode);
mode               50 ui/gfx/ozone/dri/dri_wrapper.cc                          &crtc->mode);
mode               53 ui/gfx/ozone/dri/dri_wrapper.cc bool DriWrapper::AddFramebuffer(const drmModeModeInfo& mode,
mode               61 ui/gfx/ozone/dri/dri_wrapper.cc                        mode.hdisplay,
mode               62 ui/gfx/ozone/dri/dri_wrapper.cc                        mode.vdisplay,
mode               41 ui/gfx/ozone/dri/dri_wrapper.h                        drmModeModeInfo* mode);
mode               50 ui/gfx/ozone/dri/dri_wrapper.h   virtual bool AddFramebuffer(const drmModeModeInfo& mode,
mode               35 ui/gfx/ozone/dri/hardware_display_controller.cc     drmModeModeInfo mode) {
mode               40 ui/gfx/ozone/dri/hardware_display_controller.cc   mode_ = mode;
mode              116 ui/gfx/ozone/dri/hardware_display_controller.h                          drmModeModeInfo mode);
mode               60 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc                        drmModeModeInfo* mode) OVERRIDE {
mode               69 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc   virtual bool AddFramebuffer(const drmModeModeInfo& mode,
mode              234 ui/gfx/platform_font_win.cc     gfx::ScopedSetMapMode mode(screen_dc, MM_TEXT);
mode              294 ui/gfx/platform_font_win.cc   gfx::ScopedSetMapMode mode(screen_dc, MM_TEXT);
mode              682 ui/gfx/render_text.cc void RenderText::SetDirectionalityMode(DirectionalityMode mode) {
mode              683 ui/gfx/render_text.cc   if (mode == directionality_mode_)
mode              686 ui/gfx/render_text.cc   directionality_mode_ = mode;
mode              339 ui/gfx/render_text.h   void SetDirectionalityMode(DirectionalityMode mode);
mode               27 ui/gfx/win/scoped_set_map_mode.h     const int mode = SetMapMode(hdc_, old_map_mode_);
mode               28 ui/gfx/win/scoped_set_map_mode.h     DCHECK_NE(mode, 0);
mode              142 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLCullFace(GLenum mode) {
mode              143 ui/gl/gl_bindings_skia_in_process.cc   glCullFace(mode);
mode              195 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLDrawArrays(GLenum mode, GLint first, GLsizei count) {
mode              196 ui/gl/gl_bindings_skia_in_process.cc   glDrawArrays(mode, first, count);
mode              199 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLDrawBuffer(GLenum mode) {
mode              200 ui/gl/gl_bindings_skia_in_process.cc   glDrawBuffer(mode);
mode              207 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLDrawElements(GLenum mode, GLsizei count, GLenum type,
mode              209 ui/gl/gl_bindings_skia_in_process.cc   glDrawElements(mode, count, type, indices);
mode              252 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLFrontFace(GLenum mode) {
mode              253 ui/gl/gl_bindings_skia_in_process.cc   glFrontFace(mode);
mode              214 ui/gl/gl_gl_api_implementation.cc NullDrawDrawArraysFn(GLenum mode, GLint first, GLsizei count) {
mode              216 ui/gl/gl_gl_api_implementation.cc     g_driver_gl.orig_fn.glDrawArraysFn(mode, first, count);
mode              219 ui/gl/gl_gl_api_implementation.cc static void GL_BINDING_CALL NullDrawDrawElementsFn(GLenum mode,
mode              224 ui/gl/gl_gl_api_implementation.cc     g_driver_gl.orig_fn.glDrawElementsFn(mode, count, type, indices);
mode              136 ui/views/controls/button/menu_button.cc void MenuButton::PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) {
mode              137 ui/views/controls/button/menu_button.cc   TextButton::PaintButton(canvas, mode);
mode               54 ui/views/controls/button/menu_button.h   virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) OVERRIDE;
mode              443 ui/views/controls/button/text_button.cc void TextButtonBase::PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) {
mode              444 ui/views/controls/button/text_button.cc   if (mode == PB_NORMAL) {
mode              469 ui/views/controls/button/text_button.cc     if (mode == PB_FOR_DRAG) {
mode              630 ui/views/controls/button/text_button.cc void TextButton::PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) {
mode              634 ui/views/controls/button/text_button.cc   TextButtonBase::PaintButton(canvas, mode);
mode              161 ui/views/controls/button/text_button.h   virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode);
mode              328 ui/views/controls/button/text_button.h   virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) OVERRIDE;
mode              117 ui/views/controls/label.h   void set_directionality_mode(DirectionalityMode mode) {
mode              118 ui/views/controls/label.h     directionality_mode_ = mode;
mode              738 ui/views/controls/menu/menu_item_view.cc void MenuItemView::PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) {
mode              741 ui/views/controls/menu/menu_item_view.cc       (mode == PB_NORMAL && IsSelected() &&
mode              827 ui/views/controls/menu/menu_item_view.cc   if (mode == PB_FOR_DRAG)
mode              395 ui/views/controls/menu/menu_item_view.h   void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode);
mode             1408 ui/views/controls/textfield/textfield.cc   const gfx::DirectionalityMode mode = direction == base::i18n::RIGHT_TO_LEFT ?
mode             1410 ui/views/controls/textfield/textfield.cc   if (mode == GetRenderText()->directionality_mode())
mode             1413 ui/views/controls/textfield/textfield.cc     GetRenderText()->SetDirectionalityMode(mode);
mode               55 ui/views/controls/webview/webview.h   void SetEmbedFullscreenWidgetMode(bool mode);
mode              123 ui/views/examples/text_example.cc   void set_fade_mode(gfx::Canvas::TruncateFadeMode mode) { fade_mode_ = mode; }
mode             1369 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       if (xev->xfocus.mode != NotifyGrab) {
mode              118 ui/views/widget/desktop_aura/x11_desktop_handler.cc       if (event->xfocus.mode == NotifyNormal &&
mode             1612 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnNCCalcSize(BOOL mode, LPARAM l_param) {
mode             1633 ui/views/win/hwnd_message_handler.cc       !(mode && remove_standard_frame_)) {
mode             1638 ui/views/win/hwnd_message_handler.cc   RECT* client_rect = mode ?
mode             1707 ui/views/win/hwnd_message_handler.cc   return mode ? WVR_REDRAW : 0;
mode              424 ui/views/win/hwnd_message_handler.h   LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param);
mode               96 webkit/browser/appcache/manifest_parser.cc   Mode mode = EXPLICIT;
mode              167 webkit/browser/appcache/manifest_parser.cc       mode = EXPLICIT;
mode              169 webkit/browser/appcache/manifest_parser.cc       mode = FALLBACK;
mode              171 webkit/browser/appcache/manifest_parser.cc       mode = ONLINE_WHITELIST;
mode              173 webkit/browser/appcache/manifest_parser.cc       mode = INTERCEPT;
mode              175 webkit/browser/appcache/manifest_parser.cc       mode = UNKNOWN_MODE;
mode              176 webkit/browser/appcache/manifest_parser.cc     } else if (mode == UNKNOWN_MODE) {
mode              178 webkit/browser/appcache/manifest_parser.cc     } else if (line == L"*" && mode == ONLINE_WHITELIST) {
mode              181 webkit/browser/appcache/manifest_parser.cc     } else if (mode == EXPLICIT || mode == ONLINE_WHITELIST) {
mode              213 webkit/browser/appcache/manifest_parser.cc       if (mode == EXPLICIT) {
mode              220 webkit/browser/appcache/manifest_parser.cc     } else if (mode == INTERCEPT) {
mode              300 webkit/browser/appcache/manifest_parser.cc     } else if (mode == FALLBACK) {
mode               67 webkit/browser/fileapi/file_system_backend.h                           OpenFileSystemMode mode,
mode              299 webkit/browser/fileapi/file_system_context.cc     OpenFileSystemMode mode,
mode              318 webkit/browser/fileapi/file_system_context.cc       mode,
mode              458 webkit/browser/fileapi/file_system_context.cc     OpenFileSystemMode mode,
mode              462 webkit/browser/fileapi/file_system_context.cc       origin_url, type, filesystem_id, plugin_id, mode, callback);
mode              207 webkit/browser/fileapi/file_system_context.h       OpenFileSystemMode mode,
mode              293 webkit/browser/fileapi/file_system_context.h       OpenFileSystemMode mode,
mode               62 webkit/browser/fileapi/isolated_file_system_backend.cc     OpenFileSystemMode mode,
mode               24 webkit/browser/fileapi/isolated_file_system_backend.h                           OpenFileSystemMode mode,
mode              247 webkit/browser/fileapi/native_file_util.cc     CopyOrMoveMode mode) {
mode              270 webkit/browser/fileapi/native_file_util.cc   switch (mode) {
mode               64 webkit/browser/fileapi/native_file_util.h       CopyOrMoveMode mode);
mode               75 webkit/browser/fileapi/plugin_private_file_system_backend.cc     OpenFileSystemMode mode) {
mode               77 webkit/browser/fileapi/plugin_private_file_system_backend.cc   const bool create = (mode == OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT);
mode              122 webkit/browser/fileapi/plugin_private_file_system_backend.cc     OpenFileSystemMode mode,
mode              135 webkit/browser/fileapi/plugin_private_file_system_backend.cc                  origin_url, filesystem_id, plugin_id, mode),
mode              148 webkit/browser/fileapi/plugin_private_file_system_backend.cc     OpenFileSystemMode mode,
mode               58 webkit/browser/fileapi/plugin_private_file_system_backend.h       OpenFileSystemMode mode,
mode               65 webkit/browser/fileapi/plugin_private_file_system_backend.h                           OpenFileSystemMode mode,
mode               65 webkit/browser/fileapi/sandbox_file_system_backend.cc     OpenFileSystemMode mode,
mode               79 webkit/browser/fileapi/sandbox_file_system_backend.cc                             mode,
mode               38 webkit/browser/fileapi/sandbox_file_system_backend.h                           OpenFileSystemMode mode,
mode              114 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc     OpenFileSystemMode mode,
mode              117 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc   const bool create = (mode == OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT);
mode              251 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc     OpenFileSystemMode mode,
mode              265 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc                  obfuscated_file_util(), origin_url, type, mode,
mode              110 webkit/browser/fileapi/sandbox_file_system_backend_delegate.h       OpenFileSystemMode mode,
mode              539 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     WGC3Denum mode,
mode              545 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       mode, count, type,
mode               97 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void blendEquation(WGC3Denum mode);
mode              154 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void cullFace(WGC3Denum mode);
mode              161 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count);
mode              162 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void drawElements(WGC3Denum mode,
mode              180 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void frontFace(WGC3Denum mode);
mode              261 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void hint(WGC3Denum target, WGC3Denum mode);
mode              216 win8/delegate_execute/command_execute_impl.cc   EC_HOST_UI_MODE mode = GetLaunchMode();
mode              217 win8/delegate_execute/command_execute_impl.cc   *pahe = (mode == ECHUIM_DESKTOP) ? AHE_DESKTOP : AHE_IMMERSIVE;
mode              236 win8/delegate_execute/command_execute_impl.cc   EC_HOST_UI_MODE mode = GetLaunchMode();
mode              237 win8/delegate_execute/command_execute_impl.cc   if (mode == ECHUIM_DESKTOP)