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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/
xinput_hierarchy_changed_event_listener_aura.cc 10 base::MessageLoopForUI::current()->AddObserver(this);
14 base::MessageLoopForUI::current()->RemoveObserver(this);
  /external/chromium_org/chrome/browser/ui/translate/
translate_bubble_model.h 37 // Returns the current view state.
68 // current page's language.
72 // current page's domain.
75 // Returns true if the webpage in the current original language should be
76 // translated into the current target language automatically.
79 // Sets the value if the webpage in the current original language should be
80 // translated into the current target language automatically.
83 // Starts translating the current page.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
ui_account_tweaks.h 18 * Fills given dictionary with account status data (whether current user is
26 * Fills given data source with account status data (whether current user is
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_manifestVersion.html 13 <h2 id="current-version">Current Version</h2>
  /external/chromium_org/cloud_print/virtual_driver/win/
virtual_driver_helpers.h 18 // Returns TRUE if the current OS is 64 bit.
25 // Returns the correct port monitor DLL file name for the current machine.
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl_unittest.cc 61 base::MessageLoop::current()->message_loop_proxy().get()));
190 base::MessageLoop::current()->RunUntilIdle();
203 base::MessageLoop::current()->RunUntilIdle();
215 base::MessageLoop::current()->RunUntilIdle();
228 base::MessageLoop::current()->RunUntilIdle();
235 base::MessageLoop::current()->RunUntilIdle();
254 base::MessageLoop::current()->RunUntilIdle();
264 base::MessageLoop::current()->RunUntilIdle();
270 base::MessageLoop::current()->RunUntilIdle();
272 base::MessageLoop::current()->RunUntilIdle()
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PositionObserver.java 19 * @return The current x position of the observed view.
24 * @return The current y position of the observed view.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
DeviceTelephonyInfo.java 13 * This class facilitates access to the current telephony region,
26 * @return The ISO country code equivalent of the current MCC.
  /external/chromium_org/content/renderer/pepper/
ppp_pdf.h 16 // Rotates the page 90 degrees clockwise from its current orientation.
18 // Rotates the page 90 degrees counterclockwise from its current orientation.
  /external/chromium_org/content/renderer/
resizing_mode_selector.cc 17 return !RenderThreadImpl::current() || // can be NULL when in unit tests
18 !RenderThreadImpl::current()->layout_test_mode();
  /external/chromium_org/content/shell/common/
shell_test_configuration.h 20 // The current working directory.
26 // The URL of the current layout test.
  /external/chromium_org/gpu/command_buffer/client/
gles2_lib.h 28 // Get the current GL context.
31 // Set the current GL context.
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer.h 31 // Retrieve the name of the current open trace.
32 // Returns empty string if no current open trace.
  /external/chromium_org/gpu/config/
gpu_util.h 24 // Collect basic GPUInfo, compute the driver bug workarounds for the current
28 // With provided GPUInfo, compute the driver bug workarounds for the current
  /external/chromium_org/net/spdy/
spdy_session_test_util.cc 18 base::MessageLoop::current()->AddTaskObserver(this);
22 base::MessageLoop::current()->RemoveTaskObserver(this);
  /external/chromium_org/net/tools/quic/
quic_epoll_clock.h 25 // Returns the approximate current time as a QuicTime object.
28 // Returns the current time as a QuicTime object.
  /external/chromium_org/ppapi/cpp/private/
flash_drm.h 25 // Outputs the HMONITOR associated with the current plugin instance in
31 // current plugin instance is external.
  /external/chromium_org/sandbox/linux/services/
thread_helpers.h 16 // Check whether the current process is single threaded. |proc_self_tasks|
22 // /proc/self/task/ from the point of view of the current thread. This is
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SuffixTree.h 58 Node* current = &m_root; local
61 current = current->at(Codebook::codeWord(query[i]));
62 if (!current)
99 Node* current = &m_root; local
102 ASSERT(current != &m_leaf);
103 Node*& child = current->at(Codebook::codeWord(text[base + offset]));
106 current = child;
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 45 /* memory :: The current memory object. */
47 /* face :: The current face object. */
49 /* glyph :: The current glyph slot. */
51 /* loader :: The current glyph loader. */
55 /* current :: The current glyph outline. */
88 FT_Outline* current; member in struct:CFF_Builder_
194 CFF_SubFont current_subfont; /* for current glyph_index */
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
93 WindowPosMESA operates like RasterPos except that the current modelview
95 clip test operation always passes. The current raster position values
96 are directly set to the parameters passed to WindowPosMESA. The current
97 color, color index and texture coordinate update the current raster
  /external/chromium_org/tools/cr/cr/
autocomplete.py 8 current command line.
15 """Attempts to build a completion list for the current command line.
  /external/chromium_org/ui/events/ozone/
event_converter_ozone.cc 15 base::MessagePumpOzone::Current()->Dispatch(key.get());
29 base::MessageLoop::current()->PostTask(
  /external/chromium_org/ui/gfx/animation/
test_animation_delegate.h 22 base::MessageLoop::current()->Quit();
28 base::MessageLoop::current()->Quit();
  /external/chromium_org/ui/gl/
scoped_binders.h 20 // Whenever possible we prefer to use the current GLContext's
37 // Whenever possible we prefer to use the current GLContext's

Completed in 959 milliseconds

<<11121314151617181920>>