HomeSort by relevance Sort by last modified time
    Searched refs:frameworkLibrary (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 47 static void* frameworkLibrary = dlopen(argv[1], RTLD_NOW);
48 if (!frameworkLibrary) {
54 WebKitMainFunction webKitMain = reinterpret_cast<WebKitMainFunction>(dlsym(frameworkLibrary, "WebKitMain"));
  /external/webkit/Source/WebCore/platform/mac/
SoftLinking.h 43 static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #framework ".framework/" #framework, RTLD_NOW); \
44 ASSERT(frameworkLibrary); \
45 return frameworkLibrary; \

Completed in 151 milliseconds