HomeSort by relevance Sort by last modified time
    Searched full:world (Results 2126 - 2150 of 3844) sorted by null

<<81828384858687888990>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_post_multiple.c 25 * following World Wide Web location:
sem_trywait.c 25 * following World Wide Web location:
sem_wait.c 25 * following World Wide Web location:
signal.c 18 * following World Wide Web location:
w32_CancelableWait.c 18 * following World Wide Web location:
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 165 EXPECT_EQ("<p>Hello World!</p>", GetContentFromFetcher(*fetcher));
  /external/chromium_org/ppapi/cpp/
instance.h 257 /// string <code>Var</code> containing "Hello world!"
265 /// document.getElementById('plugin').postMessage("Hello world!");
457 /// PostMessage(pp::Var("Hello world!"));
461 /// The browser will pop-up an alert saying "Hello world!"
  /external/chromium_org/ppapi/proxy/
ppp_instance_proxy_unittest.cc 134 expected_argn.push_back("world.");
  /external/chromium_org/printing/
printing_context_win_unittest.cc 153 // The print may lie to use and may not support world transformation.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolver.h 47 // (fulfill / resolve / reject) from C++ world.
V8AbstractEventListener.h 112 virtual DOMWrapperWorld* world() const OVERRIDE FINAL { return m_world.get(); }
V8Binding.cpp 495 v8::Local<v8::Context> toV8Context(ScriptExecutionContext* context, DOMWrapperWorld* world)
498 ASSERT(world);
500 return frame->script()->windowShell(world)->context();
502 ASSERT(!world);
V8PerContextData.h 139 // We cache a pointer to the V8DOMActivityLogger associated with the world
V8WindowShell.cpp 81 PassOwnPtr<V8WindowShell> V8WindowShell::create(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
83 return adoptPtr(new V8WindowShell(frame, world, isolate));
86 V8WindowShell::V8WindowShell(Frame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
88 , m_world(world)
V8WorkerGlobalScopeEventListener.cpp 116 v8::Handle<v8::Value> value = toV8(target, v8::Handle<v8::Object>(), toV8Context(context, world())->GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResourceTest.cpp 124 // Create enough of a mocked world to get a functioning ResourceLoader.
  /external/chromium_org/third_party/WebKit/Source/core/platform/
SharedBufferTest.cpp 47 char testData1[] = "World";
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.h 185 RenderLineBoxList m_lineBoxes; // All of the line boxes created for this inline flow. For example, <i>Hello<br>world.</i> will have two <i> line boxes.
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_cb.h 45 * At this point, this is the state of the world:
  /external/chromium_org/third_party/icu/source/i18n/unicode/
bmsearch.h 101 * been unable to find a pratical, real-world example of this failure.)
  /external/chromium_org/third_party/leveldatabase/src/util/
testharness.h 23 // TEST(Foo, World) { ... }
  /external/chromium_org/third_party/mesa/src/docs/
games.html 47 world
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h 83 * POSIX threads. This should be your choice in the Unix world
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 212 * This is an opaque type to the outside world.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_factory_test.py 77 msg.grouped[0].part_2 = 'world'

Completed in 945 milliseconds

<<81828384858687888990>>