HomeSort by relevance Sort by last modified time
    Searched full:current (Results 926 - 950 of 28275) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/printing/
print_job.cc 20 : ui_message_loop_(MessageLoop::current()),
41 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
69 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
111 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
126 NotificationService::current()->Notify(
133 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
158 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
168 NotificationService::current()->Notify(
186 MessageLoop::current(), &MessageLoop::Quit);
189 bool old_state = MessageLoop::current()->NestableTasksAllowed()
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 152 const typename ParamGenerator<T$j>::iterator& current$(j)]])
156 begin$(j)_(g$j.begin()), end$(j)_(g$j.end()), current$(j)_(current$j)
169 ++current$(i)_;
172 if (current$(i+2-k)_ == end$(i+2-k)_) {
173 current$(i+2-k)_ = begin$(i+2-k)_;
174 ++current$(i+2-k-1)_;
183 virtual const ParamType* Current() const { return &current_value_; }
198 current$(j)_ == typed_other->current$(j)
    [all...]
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.h 37 // Returns the current magnification ratio.
45 // - Remove the magnifier from the current root window.
47 // - Switch the target window from current window to |new_root_window|.
80 // Current scale, origin (left-top) position of the magnification window.
  /external/chromium_org/ash/shelf/
shelf_navigator.h 15 // Scans the current shelf item and returns the index of the shelf item which
  /external/chromium_org/ash/system/chromeos/network/
network_observer.h 19 // NOTE: Toggling is asynchronous and subsequent calls to query the current
  /external/chromium_org/base/process/
process_info.h 15 // Vends information about the current process.
  /external/chromium_org/base/
scoped_clear_errno.h 14 // Simple scoper that saves the current value of errno, resets it to 0, and on
  /external/chromium_org/base/test/expectations/
expectation_unittest.cc 111 test_expectations::Platform current = local
113 EXPECT_FALSE(current.name.empty());
117 test_expectations::Configuration current = local
119 EXPECT_NE(test_expectations::CONFIGURATION_UNSPECIFIED, current);
  /external/chromium_org/cc/animation/
layer_animation_value_provider.h 14 // for animations that start at their 'current' value rather than at a
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
SubPanelListener.java 18 * Called to indicate that the current options should be persisted.
  /external/chromium_org/chrome/app/
client_util.h 19 // Gets the path of the current exe with a trailing backslash.
22 // Returns the version in the current module's version resource or the empty
41 // Launches a new instance of the browser if the current instance in
59 // most current version of chrome.dll.
  /external/chromium_org/chrome/browser/
browser_util_win.h 10 // Check if current chrome.exe is already running as a browser process by trying
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run.h 20 // Launches overlay tutorial for current user.
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.h 12 // Checks if the current log-in state and the profile is GAIA-authenticated and
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.h 12 // Takes a snapshot of the modules loaded in the current process. The returned
  /external/chromium_org/chrome/browser/printing/
print_view_manager.h 39 // Initiate print preview of the current document by first notifying the
53 // Sets |observer| as the current PrintViewManagerObserver. Pass in NULL to
54 // remove the current observer. |observer| may always be NULL, but |observer_|
85 // Current state of print preview for this view.
  /external/chromium_org/chrome/browser/resources/feedback/js/
topbar_handlers.js 11 chrome.app.window.current().minimize();
  /external/chromium_org/chrome/browser/resources/help/
help_base_page.js 32 * True if current page is overlay.
73 * Shows or hides current page iff it's an overlay.
112 * Freezes current page, makes it impossible to scroll it.
129 * Initializes current page.
130 * @param {string} name Name of the current page.
161 * Shows or hides current page.
162 * @param {boolean} visible True if current page should be displayed.
184 * Returns true if current page is visible.
185 * @return {boolean} True if current page is visible.
  /external/chromium_org/chrome/browser/signin/
signin_oauth_helper.cc 38 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
49 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
62 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
68 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium_org/chrome/browser/sync/glue/
data_type_encryption_handler.h 23 // Returns the current set of encrypted data types.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper_delegate.h 18 // Notification that the starredness of the current URL changed.
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.h 64 // Sets the startup page set to the current pages. Called from WebUI.
67 // Writes the current set of startup pages to prefs. Called from WebUI.
74 // Loads the current set of custom startup pages and reports it to the WebUI.
77 // Writes the current set of startup pages to prefs.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.js 9 var current = currentWindow.tabs.filter(function(tab) {
12 chrome.processes.getProcessIdForTab(current.id,
17 displayTabInfo(currentWindow.id, current, outputDiv);
18 displaySameProcessTabs(current, pid, outputDiv);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
manifest.json 4 "description": "Speaks the current selection out loud.",
  /external/chromium_org/chrome/renderer/media/
cast_session_browsertest.cc 20 base::MessageLoopProxy::current());

Completed in 1616 milliseconds

<<31323334353637383940>>