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

<<31323334353637383940>>

  /external/chromium_org/chrome/test/base/
test_launcher_utils.h 22 // Overrides the current process' user data dir.
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
chromeframe.js 36 * Determines whether ChromeFrame is supported on the current platform.
37 * @return {boolean} Whether Chrome Frame is supported on the current platform.
57 * @return {boolean} Whether Chrome Frame is rendering the current page.
65 * activation in the current browser instance. In the latter case, will trigger
  /external/chromium_org/chrome_frame/
pin_module.h 15 // Utility function that prevents the current module from ever being unloaded.
  /external/chromium_org/chromeos/dbus/
fake_shill_ipconfig_client.cc 51 base::MessageLoop::current()->PostTask(
75 base::MessageLoop::current()->PostTask(
83 base::MessageLoop::current()->PostTask(
89 base::MessageLoop::current()->PostTask(
  /external/chromium_org/components/breakpad/app/
breakpad_mac.h 17 // Give Breakpad a chance to store information about the current process.
  /external/chromium_org/content/browser/renderer_host/media/
midi_host.cc 197 const uint8 current = data[i]; local
198 if (IsSystemRealTimeMessage(current))
201 if (!IsDataByte(current))
202 return false; // Error: |current| should have been data byte.
209 else if (!IsDataByte(current))
210 return false; // Error: |current| should have been data byte.
213 if (current == kSysExMessage) {
217 waiting_data_length = media::GetMIDIMessageLength(current);
219 return false; // Error: |current| should have been a valid status byte.
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 47 // Destruction cancels the current outstanding request, and clears the
70 // Handle for cancelling the current request if it has started (else NULL).
74 // Info about the current outstanding proxy request.
77 // FIFO queue of pending requests. The first entry is always the current one.
  /external/chromium_org/content/child/
thread_safe_sender.cc 23 return ChildThread::current()->Send(msg);
  /external/chromium_org/content/common/input/
touch_action.h 10 // The current touch action specifies what accelerated browser operations
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ViewPositionObserver.java 40 * @return The current x position of the observed view.
44 // The stored position may be out-of-date. Get the real current position.
50 * @return The current y position of the observed view.
54 // The stored position may be out-of-date. Get the real current position.
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 35 // make a context current for SetupForVirtualization() below.
60 LOG(ERROR) << "Trying to make virtual context current without decoder.";
72 // If it's a real surface it needs to be current.
77 // Otherwise, only insure the context itself is current.
  /external/chromium_org/jingle/glue/
channel_socket_adapter.cc 20 : message_loop_(base::MessageLoop::current()),
47 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
68 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
103 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
108 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
113 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
145 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
172 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
192 DCHECK_EQ(base::MessageLoop::current(), message_loop_);
  /external/chromium_org/media/audio/
audio_buffers_state.h 12 // AudioBuffersState struct stores current state of audio buffers.
  /external/chromium_org/net/base/
network_change_notifier_win_unittest.cc 64 base::MessageLoop::current()->Quit();
92 base::MessageLoop::current()->RunUntilIdle();
115 base::MessageLoop::current()->RunUntilIdle();
135 base::MessageLoop::current()->RunUntilIdle();
157 base::MessageLoop::current()->RunUntilIdle();
170 Invoke(base::MessageLoop::current(), &base::MessageLoop::Quit));
174 base::MessageLoop::current()->Run();
198 base::MessageLoop::current()->Run();
206 base::MessageLoop::current()->RunUntilIdle();
  /external/chromium_org/rlz/win/lib/
process_info.h 5 // Information about the current process.
  /external/chromium_org/sandbox/win/src/
policy_engine_processor.cc 19 // takes as inputs the opcode and the current evaluation context and returns
21 // to false to signal that the current instruction should be skipped but not
22 // the next after the current one.
56 // and the current evaluation is true.
sandbox_utils.h 17 // Returns true if the current OS is Windows XP SP2 or later.
  /external/chromium_org/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/third_party/WebKit/ManualTests/
bidi-visible-control-characters.html 9 <p>Since the current default font does not contain bidi control characters, this test needs to be manual. The following paragraph should contain only 3 hebrew characters (and no control characters).</p>
location-host-canonicalization.html 11 <p>Clicking the following button should change the host in the current URL to "www.example.com:". It actually loading is not important -
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 44 V8PerIsolateData::current()->registerDOMDataStore(this);
50 V8PerIsolateData::current()->unregisterDOMDataStore(this);
61 DOMDataStore& DOMDataStore::current(v8::Isolate* isolate) function in class:WebCore::DOMDataStore
63 V8PerIsolateData* data = isolate ? V8PerIsolateData::from(isolate) : V8PerIsolateData::current();
RetainedDOMInfo.cpp 82 Node* current = m_root; local
83 while (current) {
84 current = NodeTraversal::next(*current, m_root);
V8ObjectConstructor.h 51 V8PerIsolateData* data = V8PerIsolateData::current();
58 V8PerIsolateData* data = V8PerIsolateData::current();
62 static bool current() { return V8PerIsolateData::current()->m_constructorMode; } function in class:WebCore::ConstructorMode
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceClientWalker.h 44 for (Iterator current = set.begin(); current != end; ++current)
45 m_clientVector[clientIndex++] = current->key;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp 75 blink::Platform::current()->clipboard()->writePlainText(plainText);
77 blink::Platform::current()->clipboard()->writePlainText(text);
90 blink::Platform::current()->clipboard()->writeImage(webImage, blink::WebURL(url), blink::WebString(title));
95 blink::Platform::current()->clipboard()->writeDataObject(dataObject);
100 return blink::Platform::current()->clipboard()->isFormatAvailable(blink::WebClipboard::FormatSmartPaste, m_buffer);
105 return blink::Platform::current()->clipboard()->isFormatAvailable(blink::WebClipboard::FormatHTML, m_buffer);
110 return blink::Platform::current()->clipboard()->readPlainText(m_buffer);
116 blink::WebString markup = blink::Platform::current()->clipboard()->readHTML(m_buffer, &webURL, &fragmentStart, &fragmentEnd);
136 blink::Platform::current()->clipboard()->writeHTML(markup, documentURL, text, canSmartCopyOrDelete);

Completed in 1219 milliseconds

<<31323334353637383940>>