HomeSort by relevance Sort by last modified time
    Searched full:helper (Results 451 - 475 of 8381) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper_unittest.cc 161 TestBookmarkAppHelper helper(service_, web_app_info, contents.get());
162 helper.Create(base::Bind(&TestBookmarkAppHelper::CreationComplete,
163 base::Unretained(&helper)));
168 helper.CompleteIconDownload(true, icon_map);
171 EXPECT_TRUE(helper.extension());
173 service_->GetInstalledExtension(helper.extension()->id());
193 TestBookmarkAppHelper helper(service_, web_app_info, NULL);
194 helper.Create(base::Bind(&TestBookmarkAppHelper::CreationComplete,
195 base::Unretained(&helper)));
198 EXPECT_TRUE(helper.extension())
    [all...]
startup_helper_browsertest.cc 51 extensions::StartupHelper helper; local
52 bool result = helper.ValidateCrx(command_line, &error);
  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 48 /** \defgroup grp_hal_nfc_llc_helper LLC helper functions
137 * \brief LLC helper functions \b Frame Init function
154 * \brief LLC helper functions \b DeInit function
172 * \brief LLC helper functions \b List append function
194 * \brief LLC helper functions <b>Create S frame</b> function
212 * \brief LLC helper functions <b>Compute CRC</b> function
237 * \brief LLC helper functions <b>Create U frame payload </b> function
261 * \brief LLC helper functions <b>Create I frame payload </b> function
286 * \brief LLC helper functions <b>Process received frame </b> function
305 * \copydoc page_reg This is a helper function which, sends back the timed out
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 79 // Helper to actually dispatch an event to extension listeners.
133 // Helper to get the BookmarkModel.
136 // Helper to get the ChromeBookmarkClient.
139 // Helper to get the bookmark id as int64 from the given string id.
144 // Helper to get the bookmark node from a given string id.
149 // Helper to create a bookmark node from a CreateDetails object. If a node
156 // Helper that checks if bookmark editing is enabled. If it's not, this sets
160 // Helper that checks if |node| can be modified. Returns false if |node|
  /external/chromium_org/chrome/browser/prerender/
prerender_resource_throttle.h 45 // Helper method to cancel the request. May only be called if currently
66 // Helper to return the PrerenderContents given a render frame id. May return
  /external/chromium_org/chrome/browser/sync/test/integration/
status_change_checker.h 14 // Interface for a helper class that can pump the message loop while waiting
42 // Helper function to start running the nested message loop.
sync_app_list_helper.h 50 // Helper function for debugging, used to log the app lists on test failures.
63 // Helper function for debugging, logs info for an item, including the
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 38 // Helper returning bubble width for the given |image| and |label|
42 // Helper to return where the image is drawn, for subclasses to drag
  /external/chromium_org/chrome/browser/ui/views/
critical_notification_bubble_view.h 46 // Helper function to calculate the remaining time (in seconds) until
50 // Helper function to set the headline for the bubble.
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.cc 18 namespace helper { namespace in namespace:options
70 } // namespace helper
  /external/chromium_org/chrome/installer/util/
language_selector.h 5 // This file declares a helper class for selecting a supported language from a
18 // A helper class for selecting a supported language from a set of candidates.
  /external/chromium_org/content/browser/
mach_broker_mac_unittest.cc 14 // Helper function to acquire/release locks and call |PlaceholderForPid()|.
24 // Helper function to acquire/release locks and call |FinalizePid()|.
  /external/chromium_org/media/filters/
frame_processor.h 17 // Helper class that implements Media Source Extension's coded frame processing
36 // Helper that processes one frame with the coded frame processing algorithm.
  /external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py 37 # the helper is used.
46 # helper is not used.
  /external/chromium_org/net/disk_cache/blockfile/
disk_cache_perftest.cc 53 MessageLoopHelper helper; local
54 CallbackTest callback(&helper, true);
87 helper.WaitUntilCacheIoFinished(expected);
90 return (expected == helper.callbacks_called());
105 MessageLoopHelper helper; local
106 CallbackTest callback(&helper, true);
136 helper.WaitUntilCacheIoFinished(expected);
139 return (expected == helper.callbacks_called());
  /external/chromium_org/sandbox/linux/services/
yama.h 47 // Helper for checking for STATUS_PRESENT in GetStatus().
49 // Helper for checkking for STATUS_ENFORCING in GetStatus().
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.h 40 // Helper function used by SVGFont
43 // Helper function shared between SVGGlyphElement & SVGMissingGlyphElement
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormDataBuilder.h 38 // Helper functions used by HTMLFormElement for multi-part form data
46 // Helper functions used by HTMLFormElement for non multi-part form data
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_memory_mapping.h 16 // Helper class for a memory mapping. This is _not_ scoped.
73 // Helper class for a memory mapping that is automatically
  /external/chromium_org/third_party/angle/src/libGLESv2/
Uniform.h 23 // Helper struct representing a single shader uniform
57 // Helper struct representing a single shader uniform block
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrSingleTextureEffect.h 37 * Helper for subclass onIsEqual() functions.
47 * Can be used as a helper to implement subclass getConstantColorComponents(). It assumes that
  /external/chromium_org/third_party/webrtc/test/channel_transport/include/
channel_transport.h 23 // Helper class for VoiceEngine tests.
54 // Helper class for VideoEngine tests.
  /external/clang/test/SemaTemplate/
explicit-specialization-member.cpp 53 template<typename T> struct Helper {
57 template<typename T> void Helper<T>::func<2>() {} // expected-error {{cannot specialize a member}} \
  /external/guava/guava/src/com/google/common/io/
package-info.java 25 * being created. The advantage of using a factory is that the helper methods in
29 * {@link com.google.common.io.Files} classes all have static helper methods to
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastMethod.java 24 super(fc, method, helper(fc, method));
27 private static int helper(FastClass fc, Method method) { method in class:FastMethod

Completed in 2720 milliseconds

<<11121314151617181920>>